mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
Upgrade to 4.16
This commit is contained in:
parent
2fe32434fb
commit
be6dc2ea31
5 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
LXD is a next generation system container manager. It offers a user experience similar to virtual machines but using Linux containers instead.
|
||||
|
||||
**Shipped version:** 4.15
|
||||
**Shipped version:** 4.16
|
||||
|
||||
## Demo
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/lxc/lxd/releases/download/lxd-4.15/lxd-4.15.tar.gz
|
||||
SOURCE_SUM=5178a918d59c9412a0af4af4c1abfce469e1a76497913bc316bf602895a2b265
|
||||
SOURCE_URL=https://github.com/lxc/lxd/releases/download/lxd-4.16/lxd-4.16.tar.gz
|
||||
SOURCE_SUM=f9e0bf2805ac6384b24fc8bd8f0a55b920d385cfaf659b9a485e23ddeb5649b5
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Offers a user experience similar to virtual machines but using Linux containers instead."
|
||||
},
|
||||
"version": "4.15~ynh1",
|
||||
"version": "4.16~ynh1",
|
||||
"url": "https://example.com",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
|
@ -69,7 +69,7 @@ ynh_exec_warn_less make deps
|
|||
export CGO_CFLAGS="-I${GOPATH}/deps/raft/include/ -I${GOPATH}/deps/dqlite/include/"
|
||||
export CGO_LDFLAGS="-L${GOPATH}/deps/raft/.libs -L${GOPATH}/deps/dqlite/.libs/"
|
||||
export LD_LIBRARY_PATH="${GOPATH}/deps/raft/.libs/:${GOPATH}/deps/dqlite/.libs/"
|
||||
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
|
||||
export CGO_LDFLAGS_ALLOW="(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"
|
||||
cd $GOPATH/src/github.com/lxc/lxd
|
||||
|
||||
export GOCACHE=$go_tmp
|
||||
|
|
|
@ -84,7 +84,7 @@ ynh_exec_warn_less make deps
|
|||
export CGO_CFLAGS="-I${GOPATH}/deps/raft/include/ -I${GOPATH}/deps/dqlite/include/"
|
||||
export CGO_LDFLAGS="-L${GOPATH}/deps/raft/.libs -L${GOPATH}/deps/dqlite/.libs/"
|
||||
export LD_LIBRARY_PATH="${GOPATH}/deps/raft/.libs/:${GOPATH}/deps/dqlite/.libs/"
|
||||
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
|
||||
export CGO_LDFLAGS_ALLOW="(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"
|
||||
cd $GOPATH/src/github.com/lxc/lxd
|
||||
|
||||
export GOCACHE=$go_tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue