File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = lxd
2
2
pkgdesc = Daemon based on liblxc offering a REST API to manage containers
3
- pkgver = 5.12
3
+ pkgver = 5.13
4
4
pkgrel = 1
5
5
url = https://linuxcontainers.org/lxd
6
6
arch = x86_64
@@ -32,13 +32,13 @@ pkgbase = lxd
32
32
optdepends = systemd-libs: unix device hotplug support
33
33
optdepends = apparmor: apparmor support
34
34
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
37
37
source = lxd.socket
38
38
source = lxd.service
39
39
source = lxd.sysusers
40
40
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
41
- sha256sums = 6061ff3346b0e7ab2736ddecf1dadc2581d93d89155bdf77622945db6f27321c
41
+ sha256sums = 932b3ccdfaa192926aab820283a74eb28244a31276d3d1b0763191adfad9ee3d
42
42
sha256sums = SKIP
43
43
sha256sums = b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e
44
44
sha256sums = 102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54
Original file line number Diff line number Diff line change 6
6
# Contributer: nightuser <nightuser.android at gmail.com>
7
7
8
8
pkgname=lxd
9
- pkgver=5.12
9
+ pkgver=5.13
10
10
pkgrel=1
11
11
pkgdesc=" Daemon based on liblxc offering a REST API to manage containers"
12
12
arch=(' x86_64' )
@@ -31,7 +31,7 @@ source=("https://linuxcontainers.org/downloads/${pkgname}/${pkgname}-${pkgver}.t
31
31
" lxd.service"
32
32
" lxd.sysusers" )
33
33
validpgpkeys=(' 602F567663E593BCBD14F338C638974D64792D67' )
34
- sha256sums=(' 6061ff3346b0e7ab2736ddecf1dadc2581d93d89155bdf77622945db6f27321c '
34
+ sha256sums=(' 932b3ccdfaa192926aab820283a74eb28244a31276d3d1b0763191adfad9ee3d '
35
35
' SKIP'
36
36
' b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
37
37
' 102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
@@ -50,8 +50,9 @@ build() {
50
50
export GOFLAGS=" -buildmode=pie -trimpath"
51
51
export CGO_LDFLAGS_ALLOW=" -Wl,-z,now"
52
52
53
+ CGO_LDFLAGS=" -static" go build -v -tags " agent" -o bin/ ./lxd-agent/...
54
+
53
55
go build -v -tags " netgo" -o bin/ ./lxd-migrate/...
54
- CGO_LDFLAGS=" $CGO_LDFLAGS -static" go build -v -tags " agent" -o bin/ ./lxd-agent/...
55
56
for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark lxd-user; do
56
57
go build -v -tags " libsqlite3" -o bin/ ./$tool /...
57
58
done
You can’t perform that action at this time.
0 commit comments