From d47c81e80868dfa9a4c8f8258709e8aece8e3127 Mon Sep 17 00:00:00 2001 From: Jakob Hauser <jahau@rocketmail.com> Date: Sat, 5 Oct 2024 09:58:46 +0200 Subject: [PATCH] main/swclock-offset: upgrade to 0.2.4 (MR 5687) The Makefile of swclock-offset was previously changed to install the scripts according to the /usr merge. In the service files for openrc and systemd, however, the paths to the scripts need to be adapted as well. Version 0.2.4 catches up on this. [ci:skip-build]: already built successfully in CI --- main/swclock-offset/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/swclock-offset/APKBUILD b/main/swclock-offset/APKBUILD index f35fee1fd70..a8671fe5275 100644 --- a/main/swclock-offset/APKBUILD +++ b/main/swclock-offset/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Jakko <jahau@rocketmail.com> pkgname=swclock-offset -pkgver=0.2.3 +pkgver=0.2.4 pkgrel=0 pkgdesc="Keep system time at an offset to a non-writable RTC" url="https://gitlab.com/postmarketOS/swclock-offset" @@ -28,5 +28,5 @@ openrc() { } sha512sums=" -51c01dc1ffc4b1bd60b1c195fdf80e603580a943535901f2780e67dd7bdba709731cf854b7ec2af3cf68e31ca002db54814ada352eb9b93fb5c62a82a48961dd swclock-offset-0.2.3.tar.gz +73392b993cfa844cd8588378e282b0bd2b87e715c8ddeb4dd82c725e0afc3f66669db1682ea945b7558ade85a30e31c58ccc35332a470c73a7166ccc4ecfe642 swclock-offset-0.2.4.tar.gz " -- GitLab