summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-05-22 13:19:59 +0200
committerStephan Springer2019-05-22 13:22:01 +0200
commit51eb5da88635a64b6337ac213449c6714debc6cc (patch)
treeff2ecffd954564ca73ef889d580127ead6c6cbd1
parent66b487679503e1c0aabd3438fe7a60c8b8b1856c (diff)
downloadaur-51eb5da88635a64b6337ac213449c6714debc6cc.tar.gz
update to version 2.1.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc4a4227fe0..871477b65adc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.17
+ pkgver = 2.1.18
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.17.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.17.tar.gz
+ source = gns3-gui-2.1.18.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.18.tar.gz
source = gns3.desktop
- sha256sums = c6d47c6f2a892af0668cd993b084ba52f4c61f7d2937704ff3041704e038be13
+ sha256sums = 32f6310b8dcb7557aec64f2a168bb58d2e0b3ff352b479eb2b36aa89fb803647
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 6eecfef0a8a2..cf367d0db8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.1.17
+pkgver=2.1.18
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=('c6d47c6f2a892af0668cd993b084ba52f4c61f7d2937704ff3041704e038be13'
+sha256sums=('32f6310b8dcb7557aec64f2a168bb58d2e0b3ff352b479eb2b36aa89fb803647'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {