From cf72ee7ce03f5e2721bd8083f7da1499b54e5e26 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Wed, 29 Nov 2023 04:48:25 +0000 Subject: [PATCH] testing/ubuntu-archive-keyring: upgrade to 2023.11.28.1 --- testing/ubuntu-archive-keyring/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/ubuntu-archive-keyring/APKBUILD b/testing/ubuntu-archive-keyring/APKBUILD index 6d87ec2b9f64..b5fbc96e264c 100644 --- a/testing/ubuntu-archive-keyring/APKBUILD +++ b/testing/ubuntu-archive-keyring/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=ubuntu-archive-keyring -pkgver=2021.03.26 +pkgver=2023.11.28.1 pkgrel=0 pkgdesc="GnuPG keys of the Ubuntu Cloud Archive" url="https://launchpad.net/ubuntu/+source/ubuntu-keyring" @@ -10,8 +10,8 @@ license="GPL" depends="gnupg" options="!check" # upstream doesn't have a test suite. subpackages="$pkgname-doc" -source="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/ubuntu-keyring/$pkgver/ubuntu-keyring_$pkgver.tar.gz" -builddir="$srcdir/ubuntu-keyring-$pkgver" +source="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/ubuntu-keyring/$pkgver/ubuntu-keyring_$pkgver.tar.xz" +builddir="$srcdir/ubuntu-keyring" package() { install -Dm644 keyrings/* -t "$pkgdir"/usr/share/keyrings/ @@ -19,5 +19,5 @@ package() { } sha512sums=" -04a76e2bfa88fb428face9e01976ff98a3a26fe2b555340c14200fc6099ee3b474a6733486cedfe933933c0a6826ee3550660499d7b26bda8a27a620b1d6a35f ubuntu-keyring_2021.03.26.tar.gz +b17824a91d6e25c5658eae8d9ae509a4158b406768d5d4a8e117a230226ab7cd4327cf7e5b9bbb7baae7c66f3807d27926de85a1ea5c11a82684a890aeb8fd18 ubuntu-keyring_2023.11.28.1.tar.xz " -- GitLab