Skip to content

Commit e437f9c

Browse files
committed
upgpkg: lxd 5.13-1
1 parent f103338 commit e437f9c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: lxd/.SRCINFO

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = lxd
22
pkgdesc = Daemon based on liblxc offering a REST API to manage containers
3-
pkgver = 5.12
3+
pkgver = 5.13
44
pkgrel = 1
55
url = https://linuxcontainers.org/lxd
66
arch = x86_64
@@ -32,13 +32,13 @@ pkgbase = lxd
3232
optdepends = systemd-libs: unix device hotplug support
3333
optdepends = apparmor: apparmor support
3434
options = !debug
35-
source = https://linuxcontainers.org/downloads/lxd/lxd-5.12.tar.gz
36-
source = https://linuxcontainers.org/downloads/lxd/lxd-5.12.tar.gz.asc
35+
source = https://linuxcontainers.org/downloads/lxd/lxd-5.13.tar.gz
36+
source = https://linuxcontainers.org/downloads/lxd/lxd-5.13.tar.gz.asc
3737
source = lxd.socket
3838
source = lxd.service
3939
source = lxd.sysusers
4040
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
41-
sha256sums = 6061ff3346b0e7ab2736ddecf1dadc2581d93d89155bdf77622945db6f27321c
41+
sha256sums = 932b3ccdfaa192926aab820283a74eb28244a31276d3d1b0763191adfad9ee3d
4242
sha256sums = SKIP
4343
sha256sums = b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e
4444
sha256sums = 102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54

Diff for: lxd/PKGBUILD

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Contributer: nightuser <nightuser.android at gmail.com>
77

88
pkgname=lxd
9-
pkgver=5.12
9+
pkgver=5.13
1010
pkgrel=1
1111
pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
1212
arch=('x86_64')
@@ -31,7 +31,7 @@ source=("https://linuxcontainers.org/downloads/${pkgname}/${pkgname}-${pkgver}.t
3131
"lxd.service"
3232
"lxd.sysusers")
3333
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
34-
sha256sums=('6061ff3346b0e7ab2736ddecf1dadc2581d93d89155bdf77622945db6f27321c'
34+
sha256sums=('932b3ccdfaa192926aab820283a74eb28244a31276d3d1b0763191adfad9ee3d'
3535
'SKIP'
3636
'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
3737
'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
@@ -50,8 +50,9 @@ build() {
5050
export GOFLAGS="-buildmode=pie -trimpath"
5151
export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
5252

53+
CGO_LDFLAGS="-static" go build -v -tags "agent" -o bin/ ./lxd-agent/...
54+
5355
go build -v -tags "netgo" -o bin/ ./lxd-migrate/...
54-
CGO_LDFLAGS="$CGO_LDFLAGS -static" go build -v -tags "agent" -o bin/ ./lxd-agent/...
5556
for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark lxd-user; do
5657
go build -v -tags "libsqlite3" -o bin/ ./$tool/...
5758
done

0 commit comments

Comments
 (0)