Date: Saturday, April 15, 2023 @ 11:01:46 Author: foxboron Revision: 1446152
upgpkg: crun 1.8.4-1 Modified: crun/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-15 10:26:20 UTC (rev 1446151) +++ PKGBUILD 2023-04-15 11:01:46 UTC (rev 1446152) @@ -2,8 +2,8 @@ # Contributor: hexchian <i at hexchain dot org> pkgname=crun -pkgver=1.8.3 -pkgrel=2 +pkgver=1.8.4 +pkgrel=1 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers" url="https://github.com/containers/crun" license=('LGPL') @@ -13,7 +13,7 @@ makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git') source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}) validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA') -sha256sums=('6dc9b2bc1cdcddbc45617866d673acb0a61ee25734fb92b31d6e7ec228bae09c' +sha256sums=('0d2475d1dbcfed224f21e740782c7a7c45c53444eb7b84a493764e2a0ee36166' 'SKIP') build() {
