pkgbuild: revert "upgpkg: 5.17-1"
This reverts to the version of lxd forked by linuxcontainers/incus. We
do not wants to use any version further than 5.16 as we plan on moving
over when incus has artifacts.
Reverts: ad300627cc
.
References: https://github.com/lxc/incus
References: https://linuxcontainers.org/lxd/
References: https://linuxcontainers.org/incus/
This commit is contained in:
parent
ad300627cc
commit
284a00e043
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lxd
|
||||
pkgdesc = Daemon based on liblxc offering a REST API to manage containers
|
||||
pkgver = 5.17
|
||||
pkgver = 5.16
|
||||
pkgrel = 1
|
||||
url = https://ubuntu.com/lxd
|
||||
arch = x86_64
|
||||
|
@ -32,14 +32,14 @@ pkgbase = lxd
|
|||
optdepends = systemd-libs: unix device hotplug support
|
||||
optdepends = apparmor: apparmor support
|
||||
options = !debug
|
||||
source = https://github.com/canonical/lxd/releases/download/lxd-5.17/lxd-5.17.tar.gz
|
||||
source = https://github.com/canonical/lxd/releases/download/lxd-5.17/lxd-5.17.tar.gz.asc
|
||||
source = https://github.com/canonical/lxd/releases/download/lxd-5.16/lxd-5.16.tar.gz
|
||||
source = https://github.com/canonical/lxd/releases/download/lxd-5.16/lxd-5.16.tar.gz.asc
|
||||
source = lxd.socket
|
||||
source = lxd.service
|
||||
source = lxd.sysusers
|
||||
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
||||
validpgpkeys = ED1CA1E7A6F80E22E5CB2DA84ACE106615754614
|
||||
sha256sums = db5a70f10f14623bb175a2b3357a136a7c71c933515d76ee7ab2193c840ae328
|
||||
sha256sums = 7afb4d3d9be7c7caf3affb49904a7413b06150158705225d32d649424dd5648f
|
||||
sha256sums = SKIP
|
||||
sha256sums = b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e
|
||||
sha256sums = 102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -6,7 +6,7 @@
|
|||
# Contributer: nightuser <nightuser.android at gmail.com>
|
||||
|
||||
pkgname=lxd
|
||||
pkgver=5.17
|
||||
pkgver=5.16
|
||||
pkgrel=1
|
||||
pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
|
||||
arch=('x86_64')
|
||||
|
@ -32,7 +32,7 @@ source=("https://github.com/canonical/lxd/releases/download/${pkgname}-${pkgver}
|
|||
"lxd.sysusers")
|
||||
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67' # Stéphane Graber <stgraber@stgraber.org>
|
||||
'ED1CA1E7A6F80E22E5CB2DA84ACE106615754614') # Thomas Parrott <tomp@tomp.uk>
|
||||
sha256sums=('db5a70f10f14623bb175a2b3357a136a7c71c933515d76ee7ab2193c840ae328'
|
||||
sha256sums=('7afb4d3d9be7c7caf3affb49904a7413b06150158705225d32d649424dd5648f'
|
||||
'SKIP'
|
||||
'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
|
||||
'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
|
||||
|
|
Loading…
Reference in New Issue