summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Gallouët2020-04-30 00:31:33 +0200
committerAdrien Gallouët2020-04-30 00:31:33 +0200
commitc118862a1e980ddab8f72cfadbb11bfd8d160105 (patch)
treebfa8d7523b86136b77b336c1a42f9e938293c70d
parentafe2ad03815ddc7970dcd36682137b6c8b295886 (diff)
downloadaur-c118862a1e980ddab8f72cfadbb11bfd8d160105.tar.gz
Update to 0.3.4
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 55dd4db122db..fa679c4716fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glorytun
pkgdesc = A small, simple and secure VPN
- pkgver = 0.3.3
+ pkgver = 0.3.4
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.3.3/glorytun-0.3.3.tar.gz
- md5sums = 6c4a6bb5adde863b100f7bcf2a72b783
+ source = https://github.com/angt/glorytun/releases/download/v0.3.4/glorytun-0.3.4.tar.gz
+ md5sums = 17aa07b9b8440d9d9b513b5682645975
pkgname = glorytun
diff --git a/PKGBUILD b/PKGBUILD
index 18afc9280611..cc60c9ec9736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=glorytun
-pkgver=0.3.3
+pkgver=0.3.4
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=('6c4a6bb5adde863b100f7bcf2a72b783')
+md5sums=('17aa07b9b8440d9d9b513b5682645975')
build() {
cd "$srcdir/$pkgname-$pkgver"