summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDct Mei2020-04-28 18:48:44 +0800
committerDct Mei2020-04-28 18:48:44 +0800
commit1b1b6c04bce23ca479675b55b8934c8f8d55d020 (patch)
tree4513773f1fd285ae9e5e4c8f764dee546c1a643c
parentf1ff3d63815c929bd25250722497029611468936 (diff)
downloadaur-1b1b6c04bce23ca479675b55b8934c8f8d55d020.tar.gz
feat: v0.21.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6bf76ad81b7..017581b015df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geph-bridge
pkgdesc = Runs on bridge nodes, which relay client-to-exit encrypted traffic across harsh firewalls
- pkgver = 0.20.2
+ pkgver = 0.21.4
pkgrel = 1
url = https://github.com/geph-official/geph2
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = geph-bridge
license = GPL3
makedepends = go-pie
depends = glibc
- source = geph-bridge-0.20.2.tar.gz::https://github.com/geph-official/geph2/archive/v0.20.2.tar.gz
- sha512sums = 7170f31d5a9549d47b9e9582825925b6c04f45af2a8fb78a63f6f1885ab36bc2f97385b9155bfa5aa96445143a533b929f89eef9c0a2d5b986078ee2726b062d
+ source = geph-bridge-0.21.4.tar.gz::https://github.com/geph-official/geph2/archive/v0.21.4.tar.gz
+ sha512sums = aecf3bb0f5c6cec5a6db9ce9c11174686208f9caca16736a7addeb70e556446ebdb1384a95c6ee440bf8a583de9b609cb2bc1c8a5720a618024fe57b14d9cd18
pkgname = geph-bridge
diff --git a/PKGBUILD b/PKGBUILD
index e239cc927f87..c074691af0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dct Mei <dctxmei@gmail.com>
pkgname=geph-bridge
-pkgver=0.20.2
+pkgver=0.21.4
pkgrel=1
pkgdesc='Runs on bridge nodes, which relay client-to-exit encrypted traffic across harsh firewalls'
arch=('x86_64')
@@ -11,7 +11,7 @@ groups=('geph2')
depends=('glibc')
makedepends=('go-pie')
source=("$pkgname-$pkgver.tar.gz::https://github.com/geph-official/geph2/archive/v$pkgver.tar.gz")
-sha512sums=('7170f31d5a9549d47b9e9582825925b6c04f45af2a8fb78a63f6f1885ab36bc2f97385b9155bfa5aa96445143a533b929f89eef9c0a2d5b986078ee2726b062d')
+sha512sums=('aecf3bb0f5c6cec5a6db9ce9c11174686208f9caca16736a7addeb70e556446ebdb1384a95c6ee440bf8a583de9b609cb2bc1c8a5720a618024fe57b14d9cd18')
build() {
cd "geph2-$pkgver/cmd/$pkgname/"