summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2018-09-30 15:58:38 +0200
committerStephan Springer2018-09-30 15:58:38 +0200
commit285e01f4d84bbc3c8859255733e04fc2b6c1f8de (patch)
tree181806c19a84c01296faa2da850db4079e452b9f
parentbe7e306d781ceee0eba03e6a0f1b4c0923e208bd (diff)
downloadaur-285e01f4d84bbc3c8859255733e04fc2b6c1f8de.tar.gz
update to 2.1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a661d7b1c22b..e5028b939aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.10
+ pkgver = 2.1.11
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -20,9 +20,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.1.10.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.10.tar.gz
+ source = gns3-gui-2.1.11.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.11.tar.gz
source = gns3.desktop
- sha256sums = 9773bdf1f92c7925ec3241bf8acec014632c4c14211cf2c9bcdacfe1b595144a
+ sha256sums = 8ec9e21de76dc042ed6ee196ab1331b4b07827db641717e44c6a6fb3129120f6
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 08a658d2a76b..fd2efb439dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.1.10
+pkgver=2.1.11
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -18,7 +18,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=('9773bdf1f92c7925ec3241bf8acec014632c4c14211cf2c9bcdacfe1b595144a'
+sha256sums=('8ec9e21de76dc042ed6ee196ab1331b4b07827db641717e44c6a6fb3129120f6'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {