summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD12
-rw-r--r--changelog_nordvpn_3.16.3.md11
-rw-r--r--nordvpn-bin.install4
4 files changed, 18 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c23ef2d542b..d29014d37254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nordvpn-bin
pkgdesc = NordVPN CLI tool for Linux
- pkgver = 3.16.3
+ pkgver = 3.16.4
pkgrel = 1
url = https://nordvpn.com/download/linux/
install = nordvpn-bin.install
@@ -12,13 +12,13 @@ pkgbase = nordvpn-bin
depends = libxml2
provides = nordvpn
conflicts = openvpn-nordvpn
- source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.3_amd64.deb
- sha256sums_x86_64 = 77d022e16911d77bcc0f3cfc9dc977070951a84f6882aaa82d50d941fd542481
- source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.3_i386.deb
- sha256sums_i686 = 48be2b038d79df49aec7d89e8ff1af81bbf11b7d0c18383e2762a6c2eb83ff21
- source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.3_armhf.deb
- sha256sums_armv7h = 5f7ac59d85d6b8d8d55aafd3a8782243247f457794713baf11e6e9366a7675db
- source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.3_arm64.deb
- sha256sums_aarch64 = 879ff28a962a44cf0a868dcb796f5ea8dd185ef81f23f9617a79ac8743abbb2f
+ source_x86_64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.4_amd64.deb
+ sha256sums_x86_64 = e0216756905c0aa612e5fcd84f8135e7d18fd353ae50c4d15f33ad2671e597bd
+ source_i686 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.4_i386.deb
+ sha256sums_i686 = a68c7cd7fc80d6e7ac982a05e9ed2e458a52d4285b0bc464527345ef8f9030d3
+ source_armv7h = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.4_armhf.deb
+ sha256sums_armv7h = 7ed38979d45f8e92ec6e3ec570970c2b6d9a92887a404cf67cbe9d50bb4942db
+ source_aarch64 = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.4_arm64.deb
+ sha256sums_aarch64 = 88ebf000a224de3ff4b16202af39dc009bc39376f047b8124166616e2a41fdb0
pkgname = nordvpn-bin
diff --git a/PKGBUILD b/PKGBUILD
index b958a7cf23cd..8ec633b86f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Martoko <mbastholm at gmail dot com>
pkgname=nordvpn-bin
-pkgver=3.16.3
+pkgver=3.16.4
pkgrel=1
pkgdesc="NordVPN CLI tool for Linux"
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_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")
-sha256sums_x86_64=('77d022e16911d77bcc0f3cfc9dc977070951a84f6882aaa82d50d941fd542481')
-sha256sums_i686=('48be2b038d79df49aec7d89e8ff1af81bbf11b7d0c18383e2762a6c2eb83ff21')
-sha256sums_armv7h=('5f7ac59d85d6b8d8d55aafd3a8782243247f457794713baf11e6e9366a7675db')
-sha256sums_aarch64=('879ff28a962a44cf0a868dcb796f5ea8dd185ef81f23f9617a79ac8743abbb2f')
+sha256sums_x86_64=('e0216756905c0aa612e5fcd84f8135e7d18fd353ae50c4d15f33ad2671e597bd')
+sha256sums_i686=('a68c7cd7fc80d6e7ac982a05e9ed2e458a52d4285b0bc464527345ef8f9030d3')
+sha256sums_armv7h=('7ed38979d45f8e92ec6e3ec570970c2b6d9a92887a404cf67cbe9d50bb4942db')
+sha256sums_aarch64=('88ebf000a224de3ff4b16202af39dc009bc39376f047b8124166616e2a41fdb0')
# There is also ArmEABI architecture for android devices available. Download with:
-# https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.3_armel.deb
+# https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn_3.16.4_armel.deb
package() {
bsdtar -O -xf *.deb data.tar.gz | bsdtar -C "${pkgdir}" -xJf -
diff --git a/changelog_nordvpn_3.16.3.md b/changelog_nordvpn_3.16.3.md
deleted file mode 100644
index f4fec1fb1d4c..000000000000
--- a/changelog_nordvpn_3.16.3.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-<!-- Public changelog source from release version: -->
-<!-- https://github.com/NordSecurity/nordvpn-linux/releases/tag/3.16.3 -->
----
-
-* We improved how command line parameters are handled to avoid connection errors caused by typing in all caps.
-* Thanks to the community of our eagle-eyed contributors, we’ve removed a bunch of typos.
-* Arguments in our help texts now follow the POSIX.1-2017 standard.
-* We implemented a security upgrade for the connections over the OpenVPN protocol.
-* Peers without an IP address will now be skipped when managing Meshnet configuration.
-* We fixed a bug that prevented sharing files over Meshnet.
diff --git a/nordvpn-bin.install b/nordvpn-bin.install
index 206594441336..19f58cdd7ef8 100644
--- a/nordvpn-bin.install
+++ b/nordvpn-bin.install
@@ -17,7 +17,9 @@ post_upgrade() {
}
pre_install() {
- chattr -i /var/lib/nordvpn/data/*
+ if [ -d /var/lib/nordvpn/data/ ]; then
+ chattr -i /var/lib/nordvpn/data/*
+ fi
}
pre_upgrade() {