Date: Friday, November 5, 2021 @ 11:02:30 Author: freswa Revision: 1037189
upgpkg: crun 1.3-1 Modified: crun/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-05 10:41:36 UTC (rev 1037188) +++ PKGBUILD 2021-11-05 11:02:30 UTC (rev 1037189) @@ -2,7 +2,7 @@ # Contributor: hexchian <i at hexchain dot org> pkgname=crun -pkgver=1.2 +pkgver=1.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=('ff159878668b71e5aa0c7ed00f1ed665be81c5ba925bf8ea80ccfab7620975f3' +sha256sums=('27ef1e0628e5f077174be86d62d3f7f2e27690dfb72f1dbd599fffb620357125' 'SKIP') build() {
