summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9ed23680265..8f5829a149ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openvpn-nordvpn
pkgdesc = OpenVPN helper script for nordvpn.com
- pkgver = 0.1.38
- pkgrel = 2
+ pkgver = 0.1.39
+ pkgrel = 0
url = https://github.com/nstinus/nordvpn
install = openvpn-nordvpn.install
arch = any
@@ -24,7 +24,7 @@ pkgbase = openvpn-nordvpn
optdepends = bash-completion: auto-complete commands
optdepends = jq: pick recommended server for "start" command
provides = nordvpn
- source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-38-g4cc2fc1
+ source = git+https://github.com/nstinus/nordvpn.git#commit=v0.1-39-gf4fa318
sha1sums = SKIP
pkgname = openvpn-nordvpn
diff --git a/PKGBUILD b/PKGBUILD
index 1acab8f0b485..7c9aa27b8df2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nicolas Stinus <nicolas.stinus@gmail.com>
pkgname=openvpn-nordvpn
-pkgver=0.1.38
-pkgrel=2
+pkgver=0.1.39
+pkgrel=0
pkgdesc="OpenVPN helper script for nordvpn.com"
arch=(any)
url="https://github.com/nstinus/nordvpn"
@@ -23,7 +23,7 @@ optdepends=('iputils: run ping and rank functions'
'jq: pick recommended server for "start" command')
makedepends=('coreutils' 'asciidoc' 'git')
provides=('nordvpn')
-source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-38-g4cc2fc1}")
+source=("git+https://github.com/nstinus/nordvpn.git#commit=${NORDVPN_COMMIT:-v0.1-39-gf4fa318}")
sha1sums=('SKIP')
install=${pkgname}.install