makedeb


nebula-bin 1.5.2-1


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.

Commit:


Hash: b2c16dffadeeaf59a3ad8f3e6b2617f97b08921d

Message: upgpkg: nebula-bin 1.5.2-1 upstream release Update nebula to 1.5.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8980c19..01c5243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = nebula-bin
 	pkgdesc = A scalable overlay networking tool with a focus on performance, simplicity and security
-	pkgver = 1.5.0
+	pkgver = 1.5.2
 	pkgrel = 1
 	url = https://github.com/slackhq/nebula
 	arch = x86_64
@@ -11,15 +11,15 @@ pkgbase = nebula-bin
 	license = MIT
 	provides = nebula
 	conflicts = nebula
-	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
+	source = https://raw.githubusercontent.com/slackhq/nebula/v1.5.2/examples/config.yml
+	source = https://raw.githubusercontent.com/slackhq/nebula/v1.5.2/examples/service_scripts/nebula.service
 	sha256sums = 83b5b1b2ecad0e6fc3f494c6cb4998876f404e51b2cfba6b7e1b4a40537bd45c
 	sha256sums = 59b0a955b98022f1e8707993bbfbc4710661013233ed59567aef4803ae8f8c41
-	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
+	source_x86_64 = https://github.com/slackhq/nebula/releases/download/v1.5.2/nebula-linux-amd64.tar.gz
+	sha256sums_x86_64 = 76816e3bab815ed07600a541f96e4093b911aca310bb74d2c72085a9a605af60
+	source_arm64 = https://github.com/slackhq/nebula/releases/download/v1.5.2/nebula-linux-arm64.tar.gz
+	sha256sums_arm64 = 1f9f817a3a8139c783626f61341ecff521e2a759126d2938768897d5e8152a09
+	source_i386 = https://github.com/slackhq/nebula/releases/download/v1.5.2/nebula-linux-386.tar.gz
+	sha256sums_i386 = edf1f06481e64b962531c7c6741e199822f41dd15858b446103ff83f810a8d1c
 
 pkgname = nebula-bin
diff --git a/PKGBUILD b/PKGBUILD
index 528c704..13b8167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=nebula-bin
 _pkgname=nebula
-pkgver=1.5.0
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
 arch=('x86_64' 'arm64' 'i386')
@@ -18,9 +18,9 @@ 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=('83b5b1b2ecad0e6fc3f494c6cb4998876f404e51b2cfba6b7e1b4a40537bd45c'
             '59b0a955b98022f1e8707993bbfbc4710661013233ed59567aef4803ae8f8c41')
-sha256sums_x86_64=('c70929951f11c697f0f17b4175e672d93f64c88114a66c4dd05cc23e6390a3d9')
-sha256sums_arm64=('051d68dcf3543a7ea810ae126d650acd37a4d70d04057e3ecaa7daad7c583e24')
-sha256sums_i386=('68951f345654c4772506f3d4851941059e157a2324ee6ccfeb7daea5834f20fb')
+sha256sums_x86_64=('76816e3bab815ed07600a541f96e4093b911aca310bb74d2c72085a9a605af60')
+sha256sums_arm64=('1f9f817a3a8139c783626f61341ecff521e2a759126d2938768897d5e8152a09')
+sha256sums_i386=('edf1f06481e64b962531c7c6741e199822f41dd15858b446103ff83f810a8d1c')
 
 prepare() {
   tar xvf "${srcdir}/nebula-linux-amd64.tar.gz"