summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-11-04 20:56:21 +0100
committerStephan Springer2019-11-04 20:56:21 +0100
commit122553cb142d1968a5191a1de651afba5179fcfa (patch)
treed0575067c21cbe82c0d060c5caf2fc52a9c9a104
parent97480b4997c31fdf2b2e6cac8e86d5dd54d1048c (diff)
downloadaur-122553cb142d1968a5191a1de651afba5179fcfa.tar.gz
update to version 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beb7e2798f1c..b51809746736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -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.1.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.1.tar.gz
+ source = gns3-gui-2.2.2.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.2.tar.gz
source = gns3.desktop
- sha256sums = 093ed67ce02dbd7b52745e7415c6f08236c288b07fbe31eda31e6754d6adf6a3
+ sha256sums = 111d900f7f39909f6a124de443b42930cf333cdfcceb626b7a42cb63c3a87798
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index f5c382213c3b..6a6f66d4559a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -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=('093ed67ce02dbd7b52745e7415c6f08236c288b07fbe31eda31e6754d6adf6a3'
+sha256sums=('111d900f7f39909f6a124de443b42930cf333cdfcceb626b7a42cb63c3a87798'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {