Update to 3.17.1
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.17.0
|
pkgver = 3.17.1
|
||||||
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.17.0_amd64.deb
|
source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.1_amd64.deb
|
||||||
sha256sums_x86_64 = d12c830f9e4fe949942a00fd874fdd3e426d5694478feae5482c9f53065ebbf1
|
sha256sums_x86_64 = 449b5a60b23002fbb1d75823f2aeea8395ba41d84675742b67077882da917bcc
|
||||||
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.0_i386.deb
|
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.1_i386.deb
|
||||||
sha256sums_i686 = 1e44484bfc3f2fb4721453b51071a85206c50b7bfdfdbf01e30029a7204e27e2
|
sha256sums_i686 = 210ef4944f903590f0148872261712fd786ff6a6f1fec371f91460d877b0c801
|
||||||
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.0_armhf.deb
|
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.1_armhf.deb
|
||||||
sha256sums_armv7h = e4aad5a5b8827108a22afb0dbdf7764e59f9deb59ae32008412b760b20182fe0
|
sha256sums_armv7h = ada7a3b812dd48e17b25d13425b18e9cadae891864ef1320bfecff6cd9a4f796
|
||||||
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.0_arm64.deb
|
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.1_arm64.deb
|
||||||
sha256sums_aarch64 = 87f1ed43252e56415b4340f5b4f4fea1f7663a0b6b0b036f2d9c216c10368965
|
sha256sums_aarch64 = 7d9e2577339aefdbb973c1127d0e5109fb9b0f20c9177ede63c92ff7dba2903e
|
||||||
|
|
||||||
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.17.0
|
pkgver=3.17.1
|
||||||
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=('d12c830f9e4fe949942a00fd874fdd3e426d5694478feae5482c9f53065ebbf1')
|
sha256sums_x86_64=('449b5a60b23002fbb1d75823f2aeea8395ba41d84675742b67077882da917bcc')
|
||||||
sha256sums_i686=('1e44484bfc3f2fb4721453b51071a85206c50b7bfdfdbf01e30029a7204e27e2')
|
sha256sums_i686=('210ef4944f903590f0148872261712fd786ff6a6f1fec371f91460d877b0c801')
|
||||||
sha256sums_armv7h=('e4aad5a5b8827108a22afb0dbdf7764e59f9deb59ae32008412b760b20182fe0')
|
sha256sums_armv7h=('ada7a3b812dd48e17b25d13425b18e9cadae891864ef1320bfecff6cd9a4f796')
|
||||||
sha256sums_aarch64=('87f1ed43252e56415b4340f5b4f4fea1f7663a0b6b0b036f2d9c216c10368965')
|
sha256sums_aarch64=('7d9e2577339aefdbb973c1127d0e5109fb9b0f20c9177ede63c92ff7dba2903e')
|
||||||
|
|
||||||
# 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.17.0_armel.deb
|
# https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.1_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