summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"