* update lxc to 1:6.0.2-1

This commit is contained in:
Alexander Baldeck 2024-11-25 15:06:51 +01:00
parent 89e4396bd8
commit a096a4bc03
2 changed files with 11 additions and 7 deletions

View File

@ -1,10 +1,14 @@
pkgbase = lxc pkgbase = lxc
pkgdesc = Linux Containers pkgdesc = Linux Containers
pkgver = 6.0.1 pkgver = 6.0.2
pkgrel = 1 pkgrel = 1
epoch = 1 epoch = 1
url = https://linuxcontainers.org url = https://linuxcontainers.org
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL license = LGPL
makedepends = docbook2x makedepends = docbook2x
makedepends = systemd makedepends = systemd
@ -26,13 +30,13 @@ pkgbase = lxc
options = emptydirs options = emptydirs
backup = etc/lxc/default.conf backup = etc/lxc/default.conf
backup = etc/default/lxc backup = etc/default/lxc
source = https://linuxcontainers.org/downloads/lxc/lxc-6.0.1.tar.gz source = https://linuxcontainers.org/downloads/lxc/lxc-6.0.2.tar.gz
source = https://linuxcontainers.org/downloads/lxc/lxc-6.0.1.tar.gz.asc source = https://linuxcontainers.org/downloads/lxc/lxc-6.0.2.tar.gz.asc
source = lxc.tmpfiles.d source = lxc.tmpfiles.d
source = lxc.service source = lxc.service
source = lxc-auto.service source = lxc-auto.service
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67 validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
sha256sums = ccb38fbcdb86a82ee8192ccc85bba47edaf824439e9a7f12ab178d51ff1f77e0 sha256sums = 1930aa10d892db8531d1353d15f7ebf5913e74a19e134423e4d074c07f2d6e8b
sha256sums = SKIP sha256sums = SKIP
sha256sums = 10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479 sha256sums = 10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479
sha256sums = bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b sha256sums = bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b

View File

@ -8,8 +8,8 @@
pkgname=lxc pkgname=lxc
epoch=1 epoch=1
pkgver=6.0.1 pkgver=6.0.2
pkgrel=1.1 pkgrel=1
pkgdesc="Linux Containers" pkgdesc="Linux Containers"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://linuxcontainers.org" url="https://linuxcontainers.org"
@ -28,7 +28,7 @@ source=("https://linuxcontainers.org/downloads/lxc/$pkgname-${pkgver}.tar.gz"{,.
"lxc.tmpfiles.d" "lxc.tmpfiles.d"
"lxc.service" "lxc.service"
"lxc-auto.service") "lxc-auto.service")
sha256sums=('ccb38fbcdb86a82ee8192ccc85bba47edaf824439e9a7f12ab178d51ff1f77e0' sha256sums=('1930aa10d892db8531d1353d15f7ebf5913e74a19e134423e4d074c07f2d6e8b'
'SKIP' 'SKIP'
'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479' '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b' 'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'