summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles DELFLY2021-04-19 19:37:31 +0700
committerCharles DELFLY2021-04-19 19:37:31 +0700
commite0988df2bc3519118a40e1d77d582c437603de59 (patch)
treed564c5721623bce868e33223320731adad51e53b
parent368862ccbd1f86907b4a1fafbd4db067e148703c (diff)
downloadaur-e0988df2bc3519118a40e1d77d582c437603de59.tar.gz
Update to version 0.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3acb6c980381..85735c09a8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.9.3
- pkgrel = 2
+ pkgver = 0.9.4
+ pkgrel = 1
url = https://github.com/theinvisible/openfortigui.git
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = openfortigui
depends = openssl
depends = ppp
depends = sudo
- source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.3
+ source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.4
source = user-env.patch
md5sums = SKIP
md5sums = 7f1e96dea4ce324b59b8190640f22c43
diff --git a/PKGBUILD b/PKGBUILD
index 2e37bee7da2c..32890521ea15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Delfly <charles@delfly.fr>
pkgname=openfortigui
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+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')
url="https://github.com/theinvisible/openfortigui.git"