summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstargrave@stargrave.org2016-02-07 14:16:31 +0300
committerZhuoyun Wei2016-02-07 19:22:59 +0800
commit8b2caa26bb8e252cccad6a93c44543b118a9b293 (patch)
tree08993a93f5724b92e00b53baf8a5a37e501ff51f /PKGBUILD
parent3829f1fbbcb7069312ec30cad920ddd6f10a8420 (diff)
downloadaur-8b2caa26bb8e252cccad6a93c44543b118a9b293.tar.gz
Update to 5.5
Greetings, Zhuoyun Wei! Here is GoVPN update patch to 5.5. This version fixes workability issues on 32-bit platforms.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 975bdf44a5a1..b735482a111f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=govpn
-pkgver=5.4
+pkgver=5.5
pkgrel=1
pkgdesc="Simple secure free software DPI/censorship-resistant VPN daemon"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.cypherpunks.ru/govpn/"
makedepends=('go')
license=('GPL')
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a1a001d9ef899ff6b61872eb7d2425a09eb0161574f50c8da6e4b14beb9b0ff6')
+sha256sums=('2f32e02c34a13eae538be7b44c11e16a8e68c43afc8e4a3071172f9c52b861d8')
build() {
make -C ${pkgname}-${pkgver}