summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 141c2245b6ed..55dd4db122db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glorytun
pkgdesc = A small, simple and secure VPN
- pkgver = 0.2.2
+ pkgver = 0.3.3
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.2/glorytun-0.2.2.tar.gz
- md5sums = 96a25e6f39aa359cb4fe7bc8dfcf5c7a
+ source = https://github.com/angt/glorytun/releases/download/v0.3.3/glorytun-0.3.3.tar.gz
+ md5sums = 6c4a6bb5adde863b100f7bcf2a72b783
pkgname = glorytun
diff --git a/PKGBUILD b/PKGBUILD
index b30309deac87..18afc9280611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=glorytun
-pkgver=0.2.2
+pkgver=0.3.3
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=('96a25e6f39aa359cb4fe7bc8dfcf5c7a')
+md5sums=('6c4a6bb5adde863b100f7bcf2a72b783')
build() {
cd "$srcdir/$pkgname-$pkgver"