summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Gallouët2018-03-10 17:12:04 +0000
committerAdrien Gallouët2018-03-10 17:12:04 +0000
commitecd2981adcc55c8234c60e336cc3d7c20818c0b9 (patch)
treeb48eb18ba9c7423513489073d6d423daec33b634 /PKGBUILD
parentb0df2db8dbdbe06ca9b28a35515caf69918f7e2f (diff)
downloadaur-ecd2981adcc55c8234c60e336cc3d7c20818c0b9.tar.gz
Update to 0.0.96_mud
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4252d4b583ba..81c5cbf77742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrien Gallouët <adrien@gallouet.fr>
pkgname=glorytun
-pkgver=0.0.93_mud
+pkgver=0.0.96_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=('92300f047f2ea75c06de122f17d7e756')
+md5sums=('bd2022ea8ae493c8ffcef5e969a03367')
build() {
cd "$srcdir/$_pkgnamever"