diff options
author | Michał Polański <michal@polanski.me> | 2020-02-18 07:54:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 10:43:29 -0300 |
commit | da972f3b004232102b6830a2abfb7cb638dc22e4 (patch) | |
tree | 579f19d60e37ebd970253f6d0069845000cd10b8 /testing/crun | |
parent | 46f283f4f983d40d122b645a5cb7b2fe046f7302 (diff) | |
download | aports-da972f3b004232102b6830a2abfb7cb638dc22e4.tar.bz2 aports-da972f3b004232102b6830a2abfb7cb638dc22e4.tar.xz |
testing/crun: upgrade to 0.12.2.1
Diffstat (limited to 'testing/crun')
-rw-r--r-- | testing/crun/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/crun/APKBUILD b/testing/crun/APKBUILD index 5fdb073179..170c4884fe 100644 --- a/testing/crun/APKBUILD +++ b/testing/crun/APKBUILD @@ -1,7 +1,7 @@ # Contributor: kohnish <kohnish@gmx.com> # Maintainer: kohnish <kohnish@gmx.com> pkgname=crun -pkgver=0.12.1 +pkgver=0.12.2.1 pkgrel=0 pkgdesc="Command line utility that performs various operations on container images and image repositories" url="https://github.com/containers/crun" @@ -24,4 +24,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="9308fe58382bdd399047488a806c1e5dfed187ab213714a970540658db483417323dddf8fd09592f8f9508177933a7da4f237471dc9ea1d445c22f876def3dc9 crun-0.12.1.tar.xz" +sha512sums="3543ee4df4ba6b933b3a4e1310262fa2cdfbd96af2e07045eb551338305b4b622af649087f1abc23f3a29cd385a3d4926004488ab01180d96fb79c4d918c2d99 crun-0.12.2.1.tar.xz" |