From 4a3f1f0928be3b03d0accfbe37437a75e84cf69f Mon Sep 17 00:00:00 2001 From: Jakub Jirutka <jakub@jirutka.cz> Date: Sat, 15 Jan 2022 22:24:51 +0100 Subject: [PATCH] testing/apk-autoupdate: upgrade to 0_git20210421 --- testing/apk-autoupdate/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/testing/apk-autoupdate/APKBUILD b/testing/apk-autoupdate/APKBUILD index a039b6045d2e..4b43c45bd518 100644 --- a/testing/apk-autoupdate/APKBUILD +++ b/testing/apk-autoupdate/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=apk-autoupdate -pkgver=0_git20180503 -pkgrel=1 -_gitrev=881b6ba1f562f4bc07132f75adddd81439b5e312 +pkgver=0_git20210421 +pkgrel=0 +_gitrev=1704b284cbb2a8dd8a7791d13d9741cdfa062aad pkgdesc="Alpine's tool for automatic updates" url="https://github.com/jirutka/apk-autoupdate/" arch="all" @@ -24,4 +24,6 @@ package() { make install DESTDIR="$pkgdir" prefix=/usr } -sha512sums="b1978d2a53311d4952901bb498526134f6238516b3651db162b1f172fac7cffa31957cb5f003fc32fa10589a08b1118d8ae1bd28c71aaff17bd64625ae3c4d00 apk-autoupdate-881b6ba1f562f4bc07132f75adddd81439b5e312.tar.gz" +sha512sums=" +146aa997632a4da7d70528fdedf9605253b8a6b73e26d99779c8296a94e293d36fed29d12733d98b85ffef2dd7a4e2f3969ce4e00a1874ad2b8ebcadf319615e apk-autoupdate-1704b284cbb2a8dd8a7791d13d9741cdfa062aad.tar.gz +" -- GitLab