makedeb
A scalable overlay networking tool with a focus on performance, simplicity and security
Click here to go back to the commit logs for nebula-bin.
Hash: a423ba419c869a5157328621ce4a767729510da8
Message: upgpkg: nebula-bin 1.5.0-1
upstream release
Update to 1.5.0
diff --git a/.SRCINFO b/.SRCINFO
index 5991367..8980c19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
pkgbase = nebula-bin
pkgdesc = A scalable overlay networking tool with a focus on performance, simplicity and security
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/slackhq/nebula
arch = x86_64
arch = arm64
@@ -11,15 +11,15 @@ pkgbase = nebula-bin
license = MIT
provides = nebula
conflicts = nebula
- source = https://raw.githubusercontent.com/slackhq/nebula/v1.4.0/examples/config.yml
- source = https://raw.githubusercontent.com/slackhq/nebula/v1.4.0/examples/service_scripts/nebula.service
- sha256sums = 12602d3be4b7007d25e8a5fb0cbd14e0eaf0b5293f0eee7bab0ce949601480a1
+ source = https://raw.githubusercontent.com/slackhq/nebula/v1.5.0/examples/config.yml
+ source = https://raw.githubusercontent.com/slackhq/nebula/v1.5.0/examples/service_scripts/nebula.service
+ sha256sums = 83b5b1b2ecad0e6fc3f494c6cb4998876f404e51b2cfba6b7e1b4a40537bd45c
sha256sums = 59b0a955b98022f1e8707993bbfbc4710661013233ed59567aef4803ae8f8c41
- source_x86_64 = https://github.com/slackhq/nebula/releases/download/v1.4.0/nebula-linux-amd64.tar.gz
- sha256sums_x86_64 = d1ef37ca4d676f00df0ec83911cc2d9f1e70edc70651589210f9e97c68891b9b
- source_arm64 = https://github.com/slackhq/nebula/releases/download/v1.4.0/nebula-linux-arm64.tar.gz
- sha256sums_arm64 = afb51679da0dfe56df588dc30d16d4bf9baceb166c4ed09b8fa71c12a70c33c0
- source_i386 = https://github.com/slackhq/nebula/releases/download/v1.4.0/nebula-linux-386.tar.gz
- sha256sums_i386 = 01b6b12db8227416e50c9d3dac59dd1b86faebf918978a4a03adb0a03c648fab
+ source_x86_64 = https://github.com/slackhq/nebula/releases/download/v1.5.0/nebula-linux-amd64.tar.gz
+ sha256sums_x86_64 = c70929951f11c697f0f17b4175e672d93f64c88114a66c4dd05cc23e6390a3d9
+ source_arm64 = https://github.com/slackhq/nebula/releases/download/v1.5.0/nebula-linux-arm64.tar.gz
+ sha256sums_arm64 = 051d68dcf3543a7ea810ae126d650acd37a4d70d04057e3ecaa7daad7c583e24
+ source_i386 = https://github.com/slackhq/nebula/releases/download/v1.5.0/nebula-linux-386.tar.gz
+ sha256sums_i386 = 68951f345654c4772506f3d4851941059e157a2324ee6ccfeb7daea5834f20fb
pkgname = nebula-bin
diff --git a/PKGBUILD b/PKGBUILD
index cf86483..528c704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=nebula-bin
_pkgname=nebula
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
arch=('x86_64' 'arm64' 'i386')
url='https://github.com/slackhq/nebula'
@@ -16,12 +16,11 @@ source=("https://raw.githubusercontent.com/slackhq/nebula/v${pkgver}/examples/co
source_x86_64=("${url}/releases/download/v${pkgver}/nebula-linux-amd64.tar.gz")
source_arm64=("${url}/releases/download/v${pkgver}/nebula-linux-arm64.tar.gz")
source_i386=("${url}/releases/download/v${pkgver}/nebula-linux-386.tar.gz")
-sha256sums=('12602d3be4b7007d25e8a5fb0cbd14e0eaf0b5293f0eee7bab0ce949601480a1'
+sha256sums=('83b5b1b2ecad0e6fc3f494c6cb4998876f404e51b2cfba6b7e1b4a40537bd45c'
'59b0a955b98022f1e8707993bbfbc4710661013233ed59567aef4803ae8f8c41')
-sha256sums_x86_64=('d1ef37ca4d676f00df0ec83911cc2d9f1e70edc70651589210f9e97c68891b9b')
-sha256sums_arm64=('afb51679da0dfe56df588dc30d16d4bf9baceb166c4ed09b8fa71c12a70c33c0')
-sha256sums_i386=('01b6b12db8227416e50c9d3dac59dd1b86faebf918978a4a03adb0a03c648fab')
-
+sha256sums_x86_64=('c70929951f11c697f0f17b4175e672d93f64c88114a66c4dd05cc23e6390a3d9')
+sha256sums_arm64=('051d68dcf3543a7ea810ae126d650acd37a4d70d04057e3ecaa7daad7c583e24')
+sha256sums_i386=('68951f345654c4772506f3d4851941059e157a2324ee6ccfeb7daea5834f20fb')
prepare() {
tar xvf "${srcdir}/nebula-linux-amd64.tar.gz"