Update to 3.16.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.16.0
|
pkgver = 3.16.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.16.0_amd64.deb
|
source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.1_amd64.deb
|
||||||
sha256sums_x86_64 = ca6dcafff50256e8ed350257c361b4dec1971f86a0bd9eaae00c88f3d1e0ea73
|
sha256sums_x86_64 = ae3d50b823b3b6056645e0a7db81c81030322d1ec696c50324ad06665f844573
|
||||||
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.0_i386.deb
|
source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.1_i386.deb
|
||||||
sha256sums_i686 = cf3c747a238a2fb340e0a4aa0ca820bd822b83d31fb2f8eac742e208e7bf5b2d
|
sha256sums_i686 = 2fabc0bbfa6bcb7f75b1ae059b20aab6d98b7147baf6240df462cb1e675253bf
|
||||||
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.0_armhf.deb
|
source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.1_armhf.deb
|
||||||
sha256sums_armv7h = a9d40844114b93b25b43230464eea59bf8833be2fbee94c9ec060972dbd5cb5c
|
sha256sums_armv7h = b3a7a3f6eb416003a2c7ce541cf92cc410d8fd1567501ed4a8d8208cd13a8ad7
|
||||||
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.0_arm64.deb
|
source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.1_arm64.deb
|
||||||
sha256sums_aarch64 = 6fa4a80b3c835efa7e03da4a1846ea9c9f4eb53dbc1ef45f2789c370f8244c2b
|
sha256sums_aarch64 = c0e52f30ee3876f95d5bff3bfeb9080523364a06178924d5ca65c3e5dd16aebe
|
||||||
|
|
||||||
pkgname = nordvpn-bin
|
pkgname = nordvpn-bin
|
||||||
|
|||||||
16
PKGBUILD
16
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.0
|
pkgver=3.16.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,14 +18,14 @@ 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=('ca6dcafff50256e8ed350257c361b4dec1971f86a0bd9eaae00c88f3d1e0ea73')
|
sha256sums_x86_64=('ae3d50b823b3b6056645e0a7db81c81030322d1ec696c50324ad06665f844573')
|
||||||
sha256sums_i686=('cf3c747a238a2fb340e0a4aa0ca820bd822b83d31fb2f8eac742e208e7bf5b2d')
|
sha256sums_i686=('2fabc0bbfa6bcb7f75b1ae059b20aab6d98b7147baf6240df462cb1e675253bf')
|
||||||
sha256sums_armv7h=('a9d40844114b93b25b43230464eea59bf8833be2fbee94c9ec060972dbd5cb5c')
|
sha256sums_armv7h=('b3a7a3f6eb416003a2c7ce541cf92cc410d8fd1567501ed4a8d8208cd13a8ad7')
|
||||||
sha256sums_aarch64=('6fa4a80b3c835efa7e03da4a1846ea9c9f4eb53dbc1ef45f2789c370f8244c2b')
|
sha256sums_aarch64=('c0e52f30ee3876f95d5bff3bfeb9080523364a06178924d5ca65c3e5dd16aebe')
|
||||||
|
|
||||||
# Armeabi architeture for android devices
|
# ArmEABI architecture for android devices
|
||||||
# source_armeabi=("https://repo.nordvpn.com/deb/nordpvn/debian/pool/main/nordvpn_${pkgver//_/-}_armel.deb")
|
# https://repo.nordvpn.com/deb/nordpvn/debian/pool/main/nordvpn_${pkgver//_/-}_armel.deb
|
||||||
# sha256sums_armeabi=('8bc457eb4843cc3d7b714f5fc75bf6aa45a21871c3f5863739fb6a90a06ce428')
|
# 4730c84447a545a06483dfe67bac3dc9df8025922df2292847e2fe192c7be36b
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
bsdtar -O -xf *.deb data.tar.gz | bsdtar -C "${pkgdir}" -xJf -
|
bsdtar -O -xf *.deb data.tar.gz | bsdtar -C "${pkgdir}" -xJf -
|
||||||
|
|||||||
@@ -17,16 +17,10 @@ post_upgrade() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
echo ":: WARNING: "
|
|
||||||
echo ":: '/var/lib/nordvpn/data/countries.dat' may stop your attempt on installing new nordvpn versions."
|
|
||||||
echo ":: Please, remove the file or make a backup before upgrading new packages."
|
|
||||||
chattr -i /var/lib/nordvpn/data/*
|
chattr -i /var/lib/nordvpn/data/*
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_upgrade() {
|
pre_upgrade() {
|
||||||
echo ":: WARNING: "
|
|
||||||
echo ":: '/var/lib/nordvpn/data/countries.dat' may stop your attempt on installing new nordvpn versions."
|
|
||||||
echo ":: Please, remove the file or make a backup before upgrading new packages."
|
|
||||||
chattr -i /var/lib/nordvpn/data/*
|
chattr -i /var/lib/nordvpn/data/*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user