mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-17 18:46:36 +02:00
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.
This commit is contained in:
parent
a4a2788986
commit
3dc1dba8df
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user