Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / lxd
Commits:
f3d18a98 by Morten Linderud at 2023-12-22T22:47:25+01:00
upgpkg: 5.20-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = lxd
pkgdesc = Daemon based on liblxc offering a REST API to manage
containers
- pkgver = 5.19
+ pkgver = 5.20
pkgrel = 1
url = https://ubuntu.com/lxd
arch = x86_64
- license = APACHE
+ license = AGPL-3.0
makedepends = go
makedepends = git
makedepends = tcl
@@ -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.19/lxd-5.19.tar.gz
- source =
https://github.com/canonical/lxd/releases/download/lxd-5.19/lxd-5.19.tar.gz.asc
+ source =
https://github.com/canonical/lxd/releases/download/lxd-5.20/lxd-5.20.tar.gz
+ source =
https://github.com/canonical/lxd/releases/download/lxd-5.20/lxd-5.20.tar.gz.asc
source = lxd.socket
source = lxd.service
source = lxd.sysusers
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
validpgpkeys = ED1CA1E7A6F80E22E5CB2DA84ACE106615754614
- sha256sums =
4edc371e8c7e19fa08f1d1362a96761d44db94e3c5054b3adc8051235f250223
+ sha256sums =
2f958b757f4cde64d0f3578da0bda9ee5965a3a70ec0956eddf8287d1290167f
sha256sums = SKIP
sha256sums =
b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e
sha256sums =
102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54
=====================================
PKGBUILD
=====================================
@@ -6,12 +6,12 @@
# Contributer: nightuser <nightuser.android at gmail.com>
pkgname=lxd
-pkgver=5.19
+pkgver=5.20
pkgrel=1
pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
arch=('x86_64')
url="https://ubuntu.com/lxd"
-license=('APACHE')
+license=('AGPL-3.0')
depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables'
'raft' 'sqlite' 'libcap' 'acl')
makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
optdepends=(
@@ -32,7 +32,7 @@
source=("https://github.com/canonical/lxd/releases/download/${pkgname}-${pkgver}
"lxd.sysusers")
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67' # Stéphane Graber
<[email protected]>
'ED1CA1E7A6F80E22E5CB2DA84ACE106615754614') # Thomas Parrott
<[email protected]>
-sha256sums=('4edc371e8c7e19fa08f1d1362a96761d44db94e3c5054b3adc8051235f250223'
+sha256sums=('2f958b757f4cde64d0f3578da0bda9ee5965a3a70ec0956eddf8287d1290167f'
'SKIP'
'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxd/-/commit/f3d18a98eadb12fe3f7dd57ddbd1d62716eeb91a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxd/-/commit/f3d18a98eadb12fe3f7dd57ddbd1d62716eeb91a
You're receiving this email because of your account on gitlab.archlinux.org.