aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeividas Gedgaudas2023-04-21 18:21:39 +0300
committerGitHub2023-04-21 18:21:39 +0300
commitae9ad86c982abbe79e248003bc8d571f58d67baa (patch)
treec6e3281382b5dd3a59b0d9572e833986e4add1f1
parente794314c29f750db326949035d307da4f6608e01 (diff)
parent695333ba63d42c1dfcae6b04aca010174c0f1d29 (diff)
downloadaur-ae9ad86c982abbe79e248003bc8d571f58d67baa.tar.gz
Merge pull request #5 from Sidicer/2.6.3
Upgrade to 2.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--README.md4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e21be7c6fc6..61b8b7a28243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nordlayer
pkgdesc = Proprietary VPN client for linux
- pkgver = 2.6.2
+ pkgver = 2.6.3
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.2_amd64.deb
- sha512sums_x86_64 = be9270623558c1a4092c852912f1bfb00ccf8845da0ee363ded875272033b4db9261eca280c8b248a894d1e3155bd85d2f15800762c8d1291a45c772a6017baa
+ source_x86_64 = https://downloads.nordlayer.com/linux/latest/debian/pool/main/nordlayer_2.6.3_amd64.deb
+ sha512sums_x86_64 = 647ca1418f97eea392e42f3c9860318e8eb914df0a59e5ef275bdb784170f0484f4a656680510bcb6ce6503d75fa7170028560b9850c548c1694a78cdd45160b
pkgname = nordlayer
diff --git a/PKGBUILD b/PKGBUILD
index 8007be0856fb..36e22d7f2077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-#Maintainer: Deividas Gedgaudas <sidicer at gmail dot com>
+# Maintainer: Deividas Gedgaudas <sidicer at gmail dot com>
pkgname=nordlayer
-pkgver=2.6.2
+pkgver=2.6.3
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=('be9270623558c1a4092c852912f1bfb00ccf8845da0ee363ded875272033b4db9261eca280c8b248a894d1e3155bd85d2f15800762c8d1291a45c772a6017baa')
+sha512sums_x86_64=('647ca1418f97eea392e42f3c9860318e8eb914df0a59e5ef275bdb784170f0484f4a656680510bcb6ce6503d75fa7170028560b9850c548c1694a78cdd45160b')
package(){
# Extract package data
diff --git a/README.md b/README.md
index 82453614d8f7..3cb70fe7508f 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.2-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-2.6.3-green)](https://nordlayer.com/download/linux/)
### 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.
@@ -22,5 +22,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.2-0-x86_64.pkg.tar.zst
+sudo pacman -U nordlayer-2.6.3-0-x86_64.pkg.tar.zst
```