summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Matveev2017-07-11 08:35:07 +0300
committerZhuoyun Wei2017-07-11 04:55:00 -0400
commitc0938f68eb3efe64737db87eac83a252c94a9e7c (patch)
tree84a0e1307e8f6520ecf6a13410d69719b15ac8ec
parent925df3623660d708e2bfc70db39b12429504d5aa (diff)
downloadaur-c0938f68eb3efe64737db87eac83a252c94a9e7c.tar.gz
No SourceForge mirror anymore
Greetings! I am removing GoVPN from SourceForge completely. So download link must point to its official website.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 915aedd69a06..8154cdb5a03b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = govpn
arch = armv7h
license = GPL
makedepends = go
- source = http://sourceforge.net/projects/govpn/files/govpn-7.3.tar.xz
+ source = http://www.govpn.info/download/govpn-7.3.tar.xz
sha256sums = c3a273534a44811209c4cb1dca26ebfe56644d5ad51c8216ba22ec18150a4ee8
pkgname = govpn
diff --git a/PKGBUILD b/PKGBUILD
index c7549cdebaec..e8ba2ef775e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'armv7h')
url="http://www.govpn.info/"
makedepends=('go')
license=('GPL')
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz)
+source=(http://www.govpn.info/download/${pkgname}-${pkgver}.tar.xz)
sha256sums=('c3a273534a44811209c4cb1dca26ebfe56644d5ad51c8216ba22ec18150a4ee8')
build() {