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 e424c6c6af29..1b6bf314a51e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glorytun
pkgdesc = A small, simple and secure VPN
- pkgver = 0.0.96_mud
+ pkgver = 0.0.98_mud
pkgrel = 1
url = https://github.com/angt/glorytun
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = glorytun
makedepends = pkgconfig
depends = libsodium
depends = iproute2
- source = https://github.com/angt/glorytun/releases/download/v0.0.96-mud/glorytun-0.0.96-mud.tar.gz
- md5sums = bd2022ea8ae493c8ffcef5e969a03367
+ source = https://github.com/angt/glorytun/releases/download/v0.0.98-mud/glorytun-0.0.98-mud.tar.gz
+ md5sums = 6f032d212148fa81c13103f2b4042df6
pkgname = glorytun
diff --git a/PKGBUILD b/PKGBUILD
index 81c5cbf77742..ebc7e2d79528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=glorytun
-pkgver=0.0.96_mud
+pkgver=0.0.98_mud
pkgrel=1
pkgdesc="A small, simple and secure VPN"
arch=(x86_64)
@@ -10,7 +10,7 @@ depends=('libsodium' 'iproute2')
makedepends=('meson' 'libsodium' 'pkgconfig')
_pkgnamever=$pkgname-${pkgver//_/-}
source=("$url/releases/download/v${pkgver//_/-}/$_pkgnamever.tar.gz")
-md5sums=('bd2022ea8ae493c8ffcef5e969a03367')
+md5sums=('6f032d212148fa81c13103f2b4042df6')
build() {
cd "$srcdir/$_pkgnamever"