update to v4.42_9798
This commit is contained in:
parent
2f944d7067
commit
75cb987982
3 changed files with 13 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = softethervpn
|
||||
pkgdesc = Multi-protocol VPN Program from University of Tsukuba
|
||||
pkgver = v4.38_9760
|
||||
pkgrel = 2
|
||||
pkgver = v4.42_9798
|
||||
pkgrel = 1
|
||||
url = https://www.softether.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
@ -11,12 +11,12 @@ pkgbase = softethervpn
|
|||
depends = bash
|
||||
depends = openssl
|
||||
depends = zlib
|
||||
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 = https://www.softether-download.com/files/softether/v4.42-9798-rtm-2023.06.30-tree/Source_Code/softether-src-v4.42-9798-rtm.tar.gz
|
||||
source = aarch64.patch
|
||||
source = softethervpn-bridge.service
|
||||
source = softethervpn-client.service
|
||||
source = softethervpn-server.service
|
||||
md5sums = 8df486ba22fdb14212c453c7211587a8
|
||||
md5sums = bd70e9ae9a19c3f227c26d731503cc7f
|
||||
md5sums = 8b92f69f9d8d852a3739d0e48bad0454
|
||||
md5sums = 1d54c0065ae8947bd8455b9e2050c1af
|
||||
md5sums = a1134fea991e6e00dc4910b1be16dc73
|
||||
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*
|
14
PKGBUILD
14
PKGBUILD
|
@ -1,19 +1,21 @@
|
|||
# Maintainer: Tun Win Naing <twnaing(at)outlook(dot)com>
|
||||
# Maintainer: Jonathan Liu <net147@gmail.com>
|
||||
# Maintainer: qwjyh <urataw421 at gmail dot com>
|
||||
# Contributor: Tun Win Naing <twnaing(at)outlook(dot)com>
|
||||
# Contributor: Jonathan Liu <net147@gmail.com>
|
||||
|
||||
pkgname=softethervpn
|
||||
pkgver=v4.38_9760
|
||||
pkgrel=2
|
||||
pkgver=v4.42_9798
|
||||
pkgrel=1
|
||||
pkgdesc="Multi-protocol VPN Program from University of Tsukuba"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
|
||||
url="https://www.softether.org/"
|
||||
license=('Apache')
|
||||
depends=('bash' 'openssl' 'zlib')
|
||||
source=("https://www.softether-download.com/files/softether/${pkgver//_/-}-rtm-2021.08.17-tree/Source_Code/softether-src-${pkgver//_/-}-rtm.tar.gz"
|
||||
source=("https://www.softether-download.com/files/softether/${pkgver//_/-}-rtm-2023.06.30-tree/Source_Code/softether-src-${pkgver//_/-}-rtm.tar.gz"
|
||||
'aarch64.patch'
|
||||
'softethervpn-bridge.service'
|
||||
'softethervpn-client.service'
|
||||
'softethervpn-server.service')
|
||||
md5sums=('8df486ba22fdb14212c453c7211587a8'
|
||||
md5sums=('bd70e9ae9a19c3f227c26d731503cc7f'
|
||||
'8b92f69f9d8d852a3739d0e48bad0454'
|
||||
'1d54c0065ae8947bd8455b9e2050c1af'
|
||||
'a1134fea991e6e00dc4910b1be16dc73'
|
||||
|
|
Loading…
Reference in a new issue