Add zenroom url; clean golang url.

This commit is contained in:
parazyd 2018-02-07 17:40:52 +01:00
parent 30b55b7605
commit a3a64a6c79
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 4 deletions

8
config
View File

@ -5,10 +5,6 @@ blend_vers="0.1"
image_name="${blend_name}-${blend_vers}-${arch}"
goarch="amd64"
[[ -n "$armsdk_version" ]] && goarch="armhf"
golang_url="https://sdk.dyne.org:4443/job/go-binaries/lastBuild/architecture=${goarch}/artifact/go.${goarch}.tar.gz"
tomb_version="v2.4"
tomb_url="https://github.com/dyne/tomb.git"
@ -23,6 +19,10 @@ stem_url="https://git.torproject.org/stem.git"
tordam_url="github.com/decodeproject/tor-dam/..."
zenroom_url="https://sdk.dyne.org:4443/view/decode/job/zenroom-static-${arch}/lastSuccessfulBuild/artifact/src/zenroom-static"
golang_url="https://sdk.dyne.org:4443/job/go-binaries/lastBuild/architecture=${arch}/artifact/go.${arch}.tar.gz"
size="4098"
filesystem="btrfs"