From 4ebe03a2645e21451f02fcc199eccd89b8c40613 Mon Sep 17 00:00:00 2001 From: Jakob Hauser Date: Thu, 6 Mar 2025 20:56:49 +0100 Subject: [PATCH] main/swclock-offset: upgrade to 0.2.5 (MR 6295) Changelog: - Support busybox 'date' command BB's `date` doesn't support the long form for args (e.g. `--utc`), only the short form, while coreutils supports both versions. By using the short form swclock-offset can support both versions of `date` Fixes #3585 [ci:skip-build]: already built successfully in CI --- main/swclock-offset/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/swclock-offset/APKBUILD b/main/swclock-offset/APKBUILD index f0fb88bd2..4176a9f27 100644 --- a/main/swclock-offset/APKBUILD +++ b/main/swclock-offset/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakko pkgname=swclock-offset -pkgver=0.2.4 -pkgrel=1 +pkgver=0.2.5 +pkgrel=0 pkgdesc="Keep system time at an offset to a non-writable RTC" url="https://gitlab.postmarketos.org/postmarketOS/swclock-offset" arch="noarch" @@ -28,5 +28,5 @@ openrc() { } sha512sums=" -73392b993cfa844cd8588378e282b0bd2b87e715c8ddeb4dd82c725e0afc3f66669db1682ea945b7558ade85a30e31c58ccc35332a470c73a7166ccc4ecfe642 swclock-offset-0.2.4.tar.gz +ced23544e0bb19f1d21649578553e0ff82e017fc771de8841c527b7b174bc0162c88574b63c6afd8c7d3bf53fc628d5f7055eb7919385adbbf049fe3844df86d swclock-offset-0.2.5.tar.gz "