summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-05-17 16:02:37 +0200
committerStephan Springer2019-05-17 16:02:37 +0200
commit66b487679503e1c0aabd3438fe7a60c8b8b1856c (patch)
tree1dd3b35039e084f3127c3f27e50b1ceedb3cac23
parent5122facb9612f629af32eb2b91d861a708cd69b4 (diff)
downloadaur-66b487679503e1c0aabd3438fe7a60c8b8b1856c.tar.gz
update to version 2.1.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1602be257678..1dc4a4227fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.16
+ pkgver = 2.1.17
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.16.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.16.tar.gz
+ source = gns3-gui-2.1.17.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.17.tar.gz
source = gns3.desktop
- sha256sums = 49000f2a3a241fa0dade94e75253830fd37050e72dffdf2ffb10eba970dc4275
+ sha256sums = c6d47c6f2a892af0668cd993b084ba52f4c61f7d2937704ff3041704e038be13
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index ae1ba6b23a26..6eecfef0a8a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.1.16
+pkgver=2.1.17
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=('49000f2a3a241fa0dade94e75253830fd37050e72dffdf2ffb10eba970dc4275'
+sha256sums=('c6d47c6f2a892af0668cd993b084ba52f4c61f7d2937704ff3041704e038be13'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {