diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2020-11-16 08:47:34 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-11-16 08:47:34 +0000 |
commit | 3dc1dba8dfd3f2e7053e3546ddfd7dcfc320ae54 (patch) | |
tree | c441e218b11e6d70f1f01d31437d2fb11f502d78 | |
parent | a4a2788986f18ede9bdee871a74afb0b7339f3f2 (diff) |
main/lxc: upgrade to 4.0.5
This upgrade has been requested in
https://gitlab.alpinelinux.org/alpine/aports/-/issues/12107#note_124227
due to lxd not working with older versions of lxc-libs (4.0.2)
So, we can consider this as bugfix upgrade.
-rw-r--r-- | main/lxc/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index e5969e4b9f8..ab4839ba447 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lxc -pkgver=4.0.2 +pkgver=4.0.5 _pkgver=${pkgver/_rc/.rc} pkgrel=0 pkgdesc="Userspace interface for the Linux kernel containment features" @@ -97,7 +97,7 @@ _py3() { _download() { pkgdesc="LXC container image downloader template" - depends="$pkgname gnupg1 tar wget" + depends="$pkgname gnupg tar wget" mkdir -p "$subpkgdir"/$_tmpldir mv "$pkgdir"/$_tmpldir/lxc-download "$subpkgdir"/$_tmpldir/ @@ -164,6 +164,6 @@ bashcomp() { rmdir "$pkgdir"/etc/bash_completion.d } -sha512sums="0de6c1f9649d161579b45fc28a735f703c4498eff9c588462b838220aeab73f91921db628f77bc461eff38c7583cac10a38951263181956e2d33412a406f3ef3 lxc-4.0.2.tar.gz +sha512sums="d536e767f4b7c1ea974469a19f89ddbcebbc3f8c7922b174b966fb2e80ae33199a8a915a962da9cbc7e075442555bc355525f2d4f8e76498b8a7e49f46dc006f lxc-4.0.5.tar.gz b74ffe7c3e8f193265a90ffeb6e5743b1212bc1416b898e5a7e59ddd7f06fc77dc34e2dcbb3614038ac6222a95e2b9beb9f03ab734c991837203ab626b1b091f lxc.initd 91de43db5369a9e10102933514d674e9c875218a1ff2910dd882e5b9c308f9e430deacb13d1d7e0b2ed1ef682d0bb035aa6f8a6738f54fa2ca3a05acce04e467 lxc.confd" |