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 1b6bf314a51e..fed069afada8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glorytun
pkgdesc = A small, simple and secure VPN
- pkgver = 0.0.98_mud
+ pkgver = 0.0.99_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.98-mud/glorytun-0.0.98-mud.tar.gz
- md5sums = 6f032d212148fa81c13103f2b4042df6
+ source = https://github.com/angt/glorytun/releases/download/v0.0.99-mud/glorytun-0.0.99-mud.tar.gz
+ md5sums = c4dad225163765a0f01c6ec1bd014dc1
pkgname = glorytun
diff --git a/PKGBUILD b/PKGBUILD
index ebc7e2d79528..7969cee3532a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=glorytun
-pkgver=0.0.98_mud
+pkgver=0.0.99_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=('6f032d212148fa81c13103f2b4042df6')
+md5sums=('c4dad225163765a0f01c6ec1bd014dc1')
build() {
cd "$srcdir/$_pkgnamever"