summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2019-07-20 19:10:15 +0700
committerCharles DELFLY2019-07-20 19:10:15 +0700
commite3ae49ebe06fef2381719a5cd78241cf12766a1a (patch)
tree19470cccbb6aaf2a660d807029632ddd0f8039d8
parentbfb80722ecfe0499705c9485101e767a87114369 (diff)
downloadaur-e3ae49ebe06fef2381719a5cd78241cf12766a1a.tar.gz
Update to version 0.8.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 086c8061e3a1..33c3c612ac01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openfortigui
pkgdesc = OpenFortiGUI is an open-source VPN-Client to connect to Fortigate VPN-Hardware. It is based on openfortivpn and adds an easy to use and nice GUI on top of it, written in Qt5.
- pkgver = 0.7.4
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/theinvisible/openfortigui.git
arch = i686
@@ -13,7 +13,7 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#commit=3f3143ffeeba8671320ac286de64dcfef47820c7
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.8.0
md5sums = SKIP
pkgname = openfortigui
diff --git a/PKGBUILD b/PKGBUILD
index 655a38c28237..37424fba24dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.7.4
+pkgver=0.8.0
pkgrel=1
pkgdesc="OpenFortiGUI is an open-source VPN-Client to connect to Fortigate VPN-Hardware. It is based on openfortivpn and adds an easy to use and nice GUI on top of it, written in Qt5."
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ conflicts=()
replaces=()
options=()
install=
-#source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver")
-source=("git+https://github.com/theinvisible/$pkgname.git#commit=3f3143ffeeba8671320ac286de64dcfef47820c7")
+source=("git+https://github.com/theinvisible/$pkgname.git#tag=v$pkgver")
+#source=("git+https://github.com/theinvisible/$pkgname.git#commit=3f3143ffeeba8671320ac286de64dcfef47820c7")
noextract=()
md5sums=('SKIP')