fix file url
This commit is contained in:
parent
8e2bd2b7e3
commit
2f944d7067
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = softethervpn
|
pkgbase = softethervpn
|
||||||
pkgdesc = Multi-protocol VPN Program from University of Tsukuba
|
pkgdesc = Multi-protocol VPN Program from University of Tsukuba
|
||||||
pkgver = v4.38_9760
|
pkgver = v4.38_9760
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.softether.org/
|
url = https://www.softether.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -11,7 +11,7 @@ pkgbase = softethervpn
|
||||||
depends = bash
|
depends = bash
|
||||||
depends = openssl
|
depends = openssl
|
||||||
depends = zlib
|
depends = zlib
|
||||||
source = https://www.softether-download.com/files/softether/v4.38-9760-rtm-2020.04.05-tree/Source_Code/softether-src-v4.38-9760-rtm.tar.gz
|
source = https://www.softether-download.com/files/softether/v4.38-9760-rtm-2021.08.17-tree/Source_Code/softether-src-v4.38-9760-rtm.tar.gz
|
||||||
source = aarch64.patch
|
source = aarch64.patch
|
||||||
source = softethervpn-bridge.service
|
source = softethervpn-bridge.service
|
||||||
source = softethervpn-client.service
|
source = softethervpn-client.service
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,13 +2,13 @@
|
||||||
# Maintainer: Jonathan Liu <net147@gmail.com>
|
# Maintainer: Jonathan Liu <net147@gmail.com>
|
||||||
pkgname=softethervpn
|
pkgname=softethervpn
|
||||||
pkgver=v4.38_9760
|
pkgver=v4.38_9760
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Multi-protocol VPN Program from University of Tsukuba"
|
pkgdesc="Multi-protocol VPN Program from University of Tsukuba"
|
||||||
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
|
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
|
||||||
url="https://www.softether.org/"
|
url="https://www.softether.org/"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=('bash' 'openssl' 'zlib')
|
depends=('bash' 'openssl' 'zlib')
|
||||||
source=("https://www.softether-download.com/files/softether/${pkgver//_/-}-rtm-2020.04.05-tree/Source_Code/softether-src-${pkgver//_/-}-rtm.tar.gz"
|
source=("https://www.softether-download.com/files/softether/${pkgver//_/-}-rtm-2021.08.17-tree/Source_Code/softether-src-${pkgver//_/-}-rtm.tar.gz"
|
||||||
'aarch64.patch'
|
'aarch64.patch'
|
||||||
'softethervpn-bridge.service'
|
'softethervpn-bridge.service'
|
||||||
'softethervpn-client.service'
|
'softethervpn-client.service'
|
||||||
|
|
Loading…
Reference in a new issue