diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-30 01:31:20 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-30 02:22:56 +0100 |
commit | c1b05e2c272c77b79dacd5e4d6ee2f8bb269b0ff (patch) | |
tree | d9e6c4456c82bca22b28c00892769160e9213510 /testing | |
parent | 83e7cac43ff963d23e55339d7726de6943c606b2 (diff) | |
download | aports-c1b05e2c272c77b79dacd5e4d6ee2f8bb269b0ff.tar.bz2 aports-c1b05e2c272c77b79dacd5e4d6ee2f8bb269b0ff.tar.xz |
testing/criu: upgrade to 3.13
Diffstat (limited to 'testing')
-rw-r--r-- | testing/criu/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/criu/APKBUILD b/testing/criu/APKBUILD index 8126e815ef..268573a468 100644 --- a/testing/criu/APKBUILD +++ b/testing/criu/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=criu -pkgver=3.12 -pkgrel=1 +pkgver=3.13 +pkgrel=0 pkgdesc="Process tree checkpoint/restore utility" url="https://criu.org" arch="x86_64" @@ -12,7 +12,7 @@ makedepends="xmlto asciidoc python3 protobuf-c-dev libnet-dev libnl3-dev checkdepends="py3-yaml" options="!check" # https://github.com/checkpoint-restore/criu/issues/434 subpackages="$pkgname-dev $pkgname-doc py3-$pkgname:_py:noarch" -source="$pkgname-$pkgver.tar.gz::https://github.com/xemul/criu/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/checkpoint-restore/criu/archive/v$pkgver.tar.gz" build() { # https://wiki.gentoo.org/wiki/Project:Quality_Assurance/As-needed @@ -40,4 +40,4 @@ _py() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -sha512sums="a938f739c09470e24950b94a6b1afe2b1e20c132e101836cb5efe15d1787ae655aadb3e7511167758c1e09eae031a098e71818fbfa567b79ae2e66de2c035512 criu-3.12.tar.gz" +sha512sums="7af0c00751154fe1ad52d3f9da6fb70ff98da30b927002b329a6e7bfa757b28fadaa3db8d504bc685324d2aa276c450f4375d9563509602315c2246119411ad3 criu-3.13.tar.gz" |