summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan2019-08-04 14:50:49 +1200
committerEthan2019-08-04 14:50:49 +1200
commit230f0e116af3ffc0c6f4a83156151fbdbe87fb40 (patch)
tree2c3412679d0b76abab0f38809f02c2d81856961c /PKGBUILD
parent7c4b5a1038132622244f62fc013cd96fb5072dc9 (diff)
downloadaur-230f0e116af3ffc0c6f4a83156151fbdbe87fb40.tar.gz
Update to 0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e43cff6b218..6484e2b10d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ethan Brittain-Morby <ebm539 at protonmail dot com>
pkgname=dsvpn
-pkgver=0.1.0
-pkgrel=3
+pkgver=0.1.1
+pkgrel=1
pkgdesc="A Dead Simple VPN."
arch=('any')
url="https://github.com/jedisct1/dsvpn"
@@ -11,7 +11,7 @@ makedepends=('make' 'gcc')
provides=(${pkgname}-git)
conflicts=(${pkgname}-git)
source=("https://github.com/jedisct1/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('97bf922c957827b01123796c7089ad4c8b84f0ef6ae4f600ace21fe07598b46f')
+sha256sums=('c955cc1848855b297dd69ed7534077c4c44da95f8d441900f44f61f01a5d817f')
build() {
cd "${pkgname}-${pkgver}"