summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Gallouët2019-10-17 05:57:14 +0200
committerAdrien Gallouët2019-10-17 05:57:14 +0200
commit5d4ab479e0a6de2c66bbdbf7b19639abf6728fc4 (patch)
treee944befcedc8ee852ecc224c399a5eb2e923f036
parent238e6babb850ea11feb840b6700299e527c1dd6a (diff)
downloadaur-5d4ab479e0a6de2c66bbdbf7b19639abf6728fc4.tar.gz
Update to 0.2.2
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 206f027bbfe2..141c2245b6ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glorytun
pkgdesc = A small, simple and secure VPN
- pkgver = 0.2.0
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/angt/glorytun
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = glorytun
makedepends = pkg-config
depends = libsodium
depends = iproute2
- source = https://github.com/angt/glorytun/releases/download/v0.2.0/glorytun-0.2.0.tar.gz
- md5sums = 0704fe7eb77fc9cb82fdbe060e0fb9e0
+ source = https://github.com/angt/glorytun/releases/download/v0.2.2/glorytun-0.2.2.tar.gz
+ md5sums = 96a25e6f39aa359cb4fe7bc8dfcf5c7a
pkgname = glorytun
diff --git a/PKGBUILD b/PKGBUILD
index aba8d8736e2d..b30309deac87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=glorytun
-pkgver=0.2.0
+pkgver=0.2.2
pkgrel=1
pkgdesc="A small, simple and secure VPN"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('libsodium' 'iproute2')
makedepends=('libsodium' 'pkg-config')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('0704fe7eb77fc9cb82fdbe060e0fb9e0')
+md5sums=('96a25e6f39aa359cb4fe7bc8dfcf5c7a')
build() {
cd "$srcdir/$pkgname-$pkgver"