summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-11-02 21:33:16 +0100
committerStephan Springer2019-11-02 21:33:16 +0100
commit97480b4997c31fdf2b2e6cac8e86d5dd54d1048c (patch)
tree544639ada5cb2fb13da23c85ca2dd025b208c83c
parent5834b6838d035c018cfd497836d681b5db234cb1 (diff)
downloadaur-97480b4997c31fdf2b2e6cac8e86d5dd54d1048c.tar.gz
update to version 2.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb90232889be..beb7e2798f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.0
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -21,9 +21,9 @@ pkgbase = gns3-gui
optdepends = dynamips: Cisco router emulator.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-qt: Live packet capture.
- source = gns3-gui-2.2.0.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.0.tar.gz
+ source = gns3-gui-2.2.1.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.1.tar.gz
source = gns3.desktop
- sha256sums = 03ef438700e0a3b154e4a738eb4f548efbfea08b7e96820c8fa56580f791d995
+ sha256sums = 093ed67ce02dbd7b52745e7415c6f08236c288b07fbe31eda31e6754d6adf6a3
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 0e33dab6e29d..f5c382213c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -19,7 +19,7 @@ optdepends=('gns3-server: GNS3 backend. Manages emulators such as Dynamips, Virt
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('03ef438700e0a3b154e4a738eb4f548efbfea08b7e96820c8fa56580f791d995'
+sha256sums=('093ed67ce02dbd7b52745e7415c6f08236c288b07fbe31eda31e6754d6adf6a3'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {