Update to 3.16.6
This commit is contained in:
18
.SRCINFO
18
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = nordvpn-bin
|
pkgbase = nordvpn-bin
|
||||||
pkgdesc = NordVPN CLI tool for Linux
|
pkgdesc = NordVPN CLI tool for Linux
|
||||||
pkgver = 3.16.5
|
pkgver = 3.16.6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://nordvpn.com/download/linux/
|
url = https://nordvpn.com/download/linux/
|
||||||
install = nordvpn-bin.install
|
install = nordvpn-bin.install
|
||||||
@@ -12,13 +12,13 @@ pkgbase = nordvpn-bin
|
|||||||
depends = libxml2
|
depends = libxml2
|
||||||
provides = nordvpn
|
provides = nordvpn
|
||||||
conflicts = openvpn-nordvpn
|
conflicts = openvpn-nordvpn
|
||||||
source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.5_amd64.deb
|
source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.6_amd64.deb
|
||||||
sha256sums_x86_64 = 7761578265bf4f2cf5f04cd0f75d8736e3048ead225bc2f8598f0de04ccb0704
|
sha256sums_x86_64 = 1ea3e5e2252eee462b856f2a65926f536e933e7683f61cf79c13a3eb92fe6879
|
||||||
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.5_i386.deb
|
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.6_i386.deb
|
||||||
sha256sums_i686 = 69e6179b75bf1336ca99f298229f0b8669b7d07fe1420a899119efbf0df77bf9
|
sha256sums_i686 = d3149b8090c9968238e594c1dae539bfedb41bf59f64e043e1126c1e934b1297
|
||||||
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.5_armhf.deb
|
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.6_armhf.deb
|
||||||
sha256sums_armv7h = dc55582cd2250ce681ed69af768cd948bba884ab37fd86113f30264b227ce99a
|
sha256sums_armv7h = f2efdc305f7de50fa652f1d75911f070fd92e45138573c66cb05a0827ef21e46
|
||||||
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.5_arm64.deb
|
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.6_arm64.deb
|
||||||
sha256sums_aarch64 = 6c8451e1e69490ae9d00e6bc1558419f504a5db9415007db64b35a8d4bacde94
|
sha256sums_aarch64 = 45a2efaf10aff26d2bd28258b29577466365e514598ce4ae6536c53b61f7225b
|
||||||
|
|
||||||
pkgname = nordvpn-bin
|
pkgname = nordvpn-bin
|
||||||
|
|||||||
12
PKGBUILD
12
PKGBUILD
@@ -4,7 +4,7 @@
|
|||||||
# Contributor: Martoko <mbastholm at gmail dot com>
|
# Contributor: Martoko <mbastholm at gmail dot com>
|
||||||
|
|
||||||
pkgname=nordvpn-bin
|
pkgname=nordvpn-bin
|
||||||
pkgver=3.16.5
|
pkgver=3.16.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="NordVPN CLI tool for Linux"
|
pkgdesc="NordVPN CLI tool for Linux"
|
||||||
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
|
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
|
||||||
@@ -18,13 +18,13 @@ source_x86_64=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${
|
|||||||
source_i686=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${pkgver//_/-}_i386.deb")
|
source_i686=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${pkgver//_/-}_i386.deb")
|
||||||
source_armv7h=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${pkgver//_/-}_armhf.deb")
|
source_armv7h=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${pkgver//_/-}_armhf.deb")
|
||||||
source_aarch64=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${pkgver//_/-}_arm64.deb")
|
source_aarch64=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_${pkgver//_/-}_arm64.deb")
|
||||||
sha256sums_x86_64=('7761578265bf4f2cf5f04cd0f75d8736e3048ead225bc2f8598f0de04ccb0704')
|
sha256sums_x86_64=('1ea3e5e2252eee462b856f2a65926f536e933e7683f61cf79c13a3eb92fe6879')
|
||||||
sha256sums_i686=('69e6179b75bf1336ca99f298229f0b8669b7d07fe1420a899119efbf0df77bf9')
|
sha256sums_i686=('d3149b8090c9968238e594c1dae539bfedb41bf59f64e043e1126c1e934b1297')
|
||||||
sha256sums_armv7h=('dc55582cd2250ce681ed69af768cd948bba884ab37fd86113f30264b227ce99a')
|
sha256sums_armv7h=('f2efdc305f7de50fa652f1d75911f070fd92e45138573c66cb05a0827ef21e46')
|
||||||
sha256sums_aarch64=('6c8451e1e69490ae9d00e6bc1558419f504a5db9415007db64b35a8d4bacde94')
|
sha256sums_aarch64=('45a2efaf10aff26d2bd28258b29577466365e514598ce4ae6536c53b61f7225b')
|
||||||
|
|
||||||
# There is also ArmEABI architecture for android devices available. Download with:
|
# There is also ArmEABI architecture for android devices available. Download with:
|
||||||
# https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.5_armel.deb
|
# https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.6_armel.deb
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
bsdtar -O -xf *.deb data.tar.gz | bsdtar -C "${pkgdir}" -xJf -
|
bsdtar -O -xf *.deb data.tar.gz | bsdtar -C "${pkgdir}" -xJf -
|
||||||
|
|||||||
Reference in New Issue
Block a user