Update to 3.17.3
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.2
|
pkgver = 3.17.3
|
||||||
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.2_amd64.deb
|
source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.3_amd64.deb
|
||||||
sha256sums_x86_64 = c40e7a8f7f9aa292c342b1ee653ea02ae513da59935b7048a600570993aab2da
|
sha256sums_x86_64 = 387b44f9f970876b7d79b2e262601eda67d39ef45418c1e19273ce09e83e5326
|
||||||
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.2_i386.deb
|
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.3_i386.deb
|
||||||
sha256sums_i686 = b18bdb973bd1f2cd054bb3118d55d0259e1b519a2c7731c72ce4c5beea439c23
|
sha256sums_i686 = 00d0c6ace1a9fc30c4b84135a016d205add2465ce5216d63cc13e79ee3a32f3f
|
||||||
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.2_armhf.deb
|
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.3_armhf.deb
|
||||||
sha256sums_armv7h = 475c77ed3cfb77684ea815455a520e8ba0ea8bd96973cbf3f3f90b8cbd519ddc
|
sha256sums_armv7h = ac24a9d91d5f9cdd2b86624a6dd4ab956b8ead01ba026dfa7a08d09de384fd79
|
||||||
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.2_arm64.deb
|
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.3_arm64.deb
|
||||||
sha256sums_aarch64 = 2433548d57f2cc61f5b3a8019e26b161eb89ff8e90df59a458f328a77f6792e3
|
sha256sums_aarch64 = a35ce8cc6c2aad67ae779d49914de9d5060978ed16e5ed439617eb979f60f1de
|
||||||
|
|
||||||
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.2
|
pkgver=3.17.3
|
||||||
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=('c40e7a8f7f9aa292c342b1ee653ea02ae513da59935b7048a600570993aab2da')
|
sha256sums_x86_64=('387b44f9f970876b7d79b2e262601eda67d39ef45418c1e19273ce09e83e5326')
|
||||||
sha256sums_i686=('b18bdb973bd1f2cd054bb3118d55d0259e1b519a2c7731c72ce4c5beea439c23')
|
sha256sums_i686=('00d0c6ace1a9fc30c4b84135a016d205add2465ce5216d63cc13e79ee3a32f3f')
|
||||||
sha256sums_armv7h=('475c77ed3cfb77684ea815455a520e8ba0ea8bd96973cbf3f3f90b8cbd519ddc')
|
sha256sums_armv7h=('ac24a9d91d5f9cdd2b86624a6dd4ab956b8ead01ba026dfa7a08d09de384fd79')
|
||||||
sha256sums_aarch64=('2433548d57f2cc61f5b3a8019e26b161eb89ff8e90df59a458f328a77f6792e3')
|
sha256sums_aarch64=('a35ce8cc6c2aad67ae779d49914de9d5060978ed16e5ed439617eb979f60f1de')
|
||||||
|
|
||||||
# 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.2_armel.deb
|
# https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.17.3_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 -
|
||||||
|
|||||||
@@ -7,15 +7,6 @@ post_install() {
|
|||||||
echo " reboot"
|
echo " reboot"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
echo ':: In order to enable nordvpn you have to start the following service:'
|
|
||||||
echo ' sudo systemctl enable --now nordvpnd'
|
|
||||||
echo ':: You have to add yourself to the nordvpn group:'
|
|
||||||
echo " sudo gpasswd -a USERNAME nordvpn"
|
|
||||||
echo ':: You then have to restart for the group to be created:'
|
|
||||||
echo " reboot"
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
if [ -d /var/lib/nordvpn/data/ ]; then
|
if [ -d /var/lib/nordvpn/data/ ]; then
|
||||||
chattr -i /var/lib/nordvpn/data/*
|
chattr -i /var/lib/nordvpn/data/*
|
||||||
|
|||||||
Reference in New Issue
Block a user