summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-03-21 18:20:24 +0100
committerStephan Springer2019-03-21 18:20:24 +0100
commitaef9a3b204a179c00148310b5bf3765188693433 (patch)
tree43fd4fa7044913843be2a89f83f53619d0e32123
parent946571514628179cb30d9dfbf764c918823c7fe4 (diff)
downloadaur-aef9a3b204a179c00148310b5bf3765188693433.tar.gz
update to version 2.1.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2feb22f5645b..6df0855811b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.14
+ pkgver = 2.1.15
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.14.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.14.tar.gz
+ source = gns3-gui-2.1.15.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.15.tar.gz
source = gns3.desktop
- sha256sums = 8ac2e71d00c687d3bc618cf5da9211794d04fbc752dece3b76bb6924ef9c7f19
+ sha256sums = 09e9e2ab17e0bc0243571c4d9ef68577a06398fce6cd5a0a9972656249268263
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 2c867e68863d..48a0364b8e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.1.14
+pkgver=2.1.15
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=('8ac2e71d00c687d3bc618cf5da9211794d04fbc752dece3b76bb6924ef9c7f19'
+sha256sums=('09e9e2ab17e0bc0243571c4d9ef68577a06398fce6cd5a0a9972656249268263'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {