summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-04-09 13:23:43 +0800
committerChocobo12020-04-09 13:23:43 +0800
commit9acca82147a9a3cf75daf94cc95ec78da44af7b6 (patch)
treea75c4173462b54df288e76c8a8f8e6ef136e0cc1
parent121b7496085b99c6f15d30e1ee5fa1af21c35051 (diff)
downloadaur-9acca82147a9a3cf75daf94cc95ec78da44af7b6.tar.gz
upgpkg: nebula-bin 1.2.0-1
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD16
2 files changed, 22 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d481790fde9b..ee0c1cd0f945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nebula-bin
pkgdesc = A scalable overlay networking tool
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/slackhq/nebula
arch = i686
@@ -14,19 +14,19 @@ pkgbase = nebula-bin
provides = nebula
conflicts = nebula
source = https://raw.githubusercontent.com/slackhq/nebula/master/LICENSE
- sha256sums = aefd0cce553f24945ce1c692c3c4f9fda581f078ba82977845715cd18565b3bd
- source_i686 = https://github.com/slackhq/nebula/releases/download/v1.1.0/nebula-linux-386.tar.gz
- sha256sums_i686 = 03ed18d8dceae65d8c353d81b0e01a07fcacdb38b9c85efde7d04a120177f9e2
- source_x86_64 = https://github.com/slackhq/nebula/releases/download/v1.1.0/nebula-linux-amd64.tar.gz
- sha256sums_x86_64 = 3455a6c51d904b017d9b6e4bd99d3fbd825805ee605fcef017036f77b20cc581
- source_aarch64 = https://github.com/slackhq/nebula/releases/download/v1.1.0/nebula-linux-arm64.tar.gz
- sha256sums_aarch64 = dd7f2aa7f4d6d1ca6d2cf959071c163c02cbfe67fe84725eacf15a1b7e405fc1
- source_arm = https://github.com/slackhq/nebula/releases/download/v1.1.0/nebula-linux-arm-5.tar.gz
- sha256sums_arm = ff193ffa22d7ae62934a43ca435cd3ac18ad76f13e4d3ce6e9cfcf2278cf5cc2
- source_armv6h = https://github.com/slackhq/nebula/releases/download/v1.1.0/nebula-linux-arm-6.tar.gz
- sha256sums_armv6h = 35a36a0ddcc2c6d7816e44ae425992a8005e7f3c27786769ecdd4adb09cff8af
- source_armv7h = https://github.com/slackhq/nebula/releases/download/v1.1.0/nebula-linux-arm-7.tar.gz
- sha256sums_armv7h = a8823948dd7eef17a96eb9272eb4df7ecb318732bb28bd7ddb57258572e2365a
+ sha256sums = SKIP
+ source_i686 = https://github.com/slackhq/nebula/releases/download/v1.2.0/nebula-linux-386.tar.gz
+ sha256sums_i686 = f3dee98a468cdae524e82b06688ecdf6b92282f888fdfb51c2cbf641f40ea29d
+ source_x86_64 = https://github.com/slackhq/nebula/releases/download/v1.2.0/nebula-linux-amd64.tar.gz
+ sha256sums_x86_64 = ca8edda2f265dedb27878bc7465cdd50a2613af649b267e237d4a57ac95ff318
+ source_aarch64 = https://github.com/slackhq/nebula/releases/download/v1.2.0/nebula-linux-arm64.tar.gz
+ sha256sums_aarch64 = 02ba7ba4b98fc3b94d19f99897ab55513b0ab3f9ac023abf153b61d4abe341fd
+ source_arm = https://github.com/slackhq/nebula/releases/download/v1.2.0/nebula-linux-arm-5.tar.gz
+ sha256sums_arm = 0b64321ba9b7a85178f8f1513f0e7990a3465e61499d16e6934052f36680e253
+ source_armv6h = https://github.com/slackhq/nebula/releases/download/v1.2.0/nebula-linux-arm-6.tar.gz
+ sha256sums_armv6h = 42c4087fd2bd18600e31b5ed9ccb7c51434a88bd3558900c67450514a4549b13
+ source_armv7h = https://github.com/slackhq/nebula/releases/download/v1.2.0/nebula-linux-arm-7.tar.gz
+ sha256sums_armv7h = 2a9ded282b92e5eec88df80e1d773b1ae8ff590dd66aa5c5fb9b532f819707f5
pkgname = nebula-bin
diff --git a/PKGBUILD b/PKGBUILD
index dedb75b98eed..04f54d20726f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=nebula-bin
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="A scalable overlay networking tool"
arch=('i686' 'x86_64' 'aarch64' 'arm' 'armv6h' 'armv7h')
@@ -17,13 +17,13 @@ source_aarch64=("https://github.com/slackhq/nebula/releases/download/v$pkgver/ne
source_arm=("https://github.com/slackhq/nebula/releases/download/v$pkgver/nebula-linux-arm-5.tar.gz")
source_armv6h=("https://github.com/slackhq/nebula/releases/download/v$pkgver/nebula-linux-arm-6.tar.gz")
source_armv7h=("https://github.com/slackhq/nebula/releases/download/v$pkgver/nebula-linux-arm-7.tar.gz")
-sha256sums=('aefd0cce553f24945ce1c692c3c4f9fda581f078ba82977845715cd18565b3bd')
-sha256sums_i686=('03ed18d8dceae65d8c353d81b0e01a07fcacdb38b9c85efde7d04a120177f9e2')
-sha256sums_x86_64=('3455a6c51d904b017d9b6e4bd99d3fbd825805ee605fcef017036f77b20cc581')
-sha256sums_aarch64=('dd7f2aa7f4d6d1ca6d2cf959071c163c02cbfe67fe84725eacf15a1b7e405fc1')
-sha256sums_arm=('ff193ffa22d7ae62934a43ca435cd3ac18ad76f13e4d3ce6e9cfcf2278cf5cc2')
-sha256sums_armv6h=('35a36a0ddcc2c6d7816e44ae425992a8005e7f3c27786769ecdd4adb09cff8af')
-sha256sums_armv7h=('a8823948dd7eef17a96eb9272eb4df7ecb318732bb28bd7ddb57258572e2365a')
+sha256sums=('SKIP')
+sha256sums_i686=('f3dee98a468cdae524e82b06688ecdf6b92282f888fdfb51c2cbf641f40ea29d')
+sha256sums_x86_64=('ca8edda2f265dedb27878bc7465cdd50a2613af649b267e237d4a57ac95ff318')
+sha256sums_aarch64=('02ba7ba4b98fc3b94d19f99897ab55513b0ab3f9ac023abf153b61d4abe341fd')
+sha256sums_arm=('0b64321ba9b7a85178f8f1513f0e7990a3465e61499d16e6934052f36680e253')
+sha256sums_armv6h=('42c4087fd2bd18600e31b5ed9ccb7c51434a88bd3558900c67450514a4549b13')
+sha256sums_armv7h=('2a9ded282b92e5eec88df80e1d773b1ae8ff590dd66aa5c5fb9b532f819707f5')
package() {