summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan2019-08-08 16:04:04 +1200
committerEthan2019-08-08 16:04:04 +1200
commit584fbf6a3f8b7edb2d4d4a741d797036104fccd2 (patch)
tree7c9770be26f56503e3351e4700eebd167457e1e9 /PKGBUILD
parent2e77ac003355ceb001b2a3efe247b81673498575 (diff)
downloadaur-584fbf6a3f8b7edb2d4d4a741d797036104fccd2.tar.gz
Update to 0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 384184529394..b24ab6c26aac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ethan Brittain-Morby <ebm539 at protonmail dot com>
pkgname=dsvpn
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="A Dead Simple VPN."
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('make' 'gcc')
provides=(${pkgname}-git)
conflicts=(${pkgname}-git)
source=("https://github.com/jedisct1/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('6e92fbf82c527471c3836f201cc0dc6da9850afc7bffb4f9fce88b2588611dc3')
+sha256sums=('47de11a47f1acb27be770f22e0487e8247df03600c5446864bf19f347c7cb2f3')
build() {
cd "${pkgname}-${pkgver}"