aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeividas Gedgaudas2023-10-09 13:03:39 +0300
committerDeividas Gedgaudas2023-10-09 13:03:39 +0300
commit08ffaee2abdc5f807b57949e98419ad6c6ab61c2 (patch)
treef2e554a269f60ebced755727661e035b64d8df1c
parentc5ef61cf23c49ee4f6d7756565537938fb8e54d0 (diff)
downloadaur-08ffaee2abdc5f807b57949e98419ad6c6ab61c2.tar.gz
Nordlayer version upgrade to 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--README.md12
3 files changed, 7 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c8aad69359a..8c5eed4afc97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nordlayer
pkgdesc = Proprietary VPN client for linux
- pkgver = 2.6.5
+ pkgver = 3.0.0
pkgrel = 0
url = https://nordlayer.com
install = nordlayer.install
@@ -12,7 +12,7 @@ pkgbase = nordlayer
replaces = nordvpnteams-bin
options = !strip
options = !emptydirs
- source_x86_64 = https://downloads.nordlayer.com/linux/latest/debian/pool/main/nordlayer_2.6.5_amd64.deb
- sha512sums_x86_64 = 5d71c7acf0a6a6f96689d4cbffc2fc3b64079463727a0ffd9f17bfbf5936907abbf0b8ad3bd2edf9f2e3efd70474fa64d699dbb8a9d402de56a8efb5243ea7ad
+ source_x86_64 = https://downloads.nordlayer.com/linux/latest/debian/pool/main/nordlayer_3.0.0_amd64.deb
+ sha512sums_x86_64 = ab268ec215022eca8f6a8f82b20e559a1e4eba89e088550b09b80306eba6ca07ce3a22880f277c780541449f5d9f9f933e952015d8614c52af83071fd980eaaa
pkgname = nordlayer
diff --git a/PKGBUILD b/PKGBUILD
index fc64ab3b31da..9186a9171fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Deividas Gedgaudas <sidicer at gmail dot com>
pkgname=nordlayer
-pkgver=2.6.5
+pkgver=3.0.0
pkgrel=0
pkgdesc="Proprietary VPN client for linux"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('bash')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://downloads.nordlayer.com/linux/latest/debian/pool/main/${pkgname}_${pkgver}_amd64.deb")
-sha512sums_x86_64=('5d71c7acf0a6a6f96689d4cbffc2fc3b64079463727a0ffd9f17bfbf5936907abbf0b8ad3bd2edf9f2e3efd70474fa64d699dbb8a9d402de56a8efb5243ea7ad')
+sha512sums_x86_64=('ab268ec215022eca8f6a8f82b20e559a1e4eba89e088550b09b80306eba6ca07ce3a22880f277c780541449f5d9f9f933e952015d8614c52af83071fd980eaaa')
package(){
# Extract package data
diff --git a/README.md b/README.md
index 5443881bf497..715a17794edc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# [Nordlayer](https://nordlayer.com) VPN package for Linux (esp [ArchLinux](https://archlinux.org/))
-[![AUR version](https://img.shields.io/aur/version/nordlayer)](https://aur.archlinux.org/packages/nordlayer) [![Nordlayer version](https://img.shields.io/badge/nordlayer-2.6.5-green)](https://nordlayer.com/download/linux/)
+[![AUR version](https://img.shields.io/aur/version/nordlayer)](https://aur.archlinux.org/packages/nordlayer) [![Nordlayer version](https://img.shields.io/badge/nordlayer-3.0.0-green)](https://nordlayer.com/download/linux/)
### Hotfix (Version 2.6.5) released by Nordlayer
The new version should not break `nordlayer.db`
@@ -11,14 +11,6 @@ systemctl restart nordlayer
nordlayer login
```
-### Upgrade from 2.6.3 to 2.6.4 BREAKS nordlayer.db
-```sh
-# Run this if you are unable to use nordlayer after upgrade
-rm /var/lib/nordlayer/nordlayer.db
-systemctl restart nordlayer
-nordlayer login
-```
-
### Important
Original [repository](https://github.com/mearaj/nordlayer) was archived by [mearaj](https://github.com/mearaj) as they are longer a nordlayer user.<br>
I will be maintaining the package from now on.
@@ -41,5 +33,5 @@ git clone https://github.com/Sidicer/nordlayer.git
cd nordlayer
makepkg -si
# If 'makepkg -si' fails to install automatically:
-sudo pacman -U nordlayer-2.6.5-0-x86_64.pkg.tar.zst
+sudo pacman -U nordlayer-3.0.0-0-x86_64.pkg.tar.zst
```