Date: Thursday, March 3, 2022 @ 11:46:44 Author: freswa Revision: 1140487
upgpkg: crun 1.4.3-1 Modified: crun/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-03 11:46:37 UTC (rev 1140486) +++ PKGBUILD 2022-03-03 11:46:44 UTC (rev 1140487) @@ -2,7 +2,7 @@ # Contributor: hexchian <i at hexchain dot org> pkgname=crun -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=1 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers" url="https://github.com/containers/crun" @@ -12,7 +12,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=('636afa526b43732909e9d9cca6597f8cd1b53a65a324179632607dd3d0008eae' +sha256sums=('528a607b3414516e05ad6fd889115f247271069f00a163b029373c107ee1160d' 'SKIP') build() {
