summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-09-15 19:04:26 +0200
committerStephan Springer2020-09-15 19:04:26 +0200
commitf2d25a45b9c46619506c706ea4f0f43912829433 (patch)
tree4ad6a1ca387d1ae4543646e1c78100d2089e851a
parentdb5ea218a94f725ab97b30c9cecc2b96d0eb509a (diff)
downloadaur-f2d25a45b9c46619506c706ea4f0f43912829433.tar.gz
update to version 2.2.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eef7dadbbf7c..4d87b4c8ca1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.13
+ pkgver = 2.2.14
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -19,9 +19,9 @@ pkgbase = gns3-gui
optdepends = gns3-server: GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-qt: Live packet capture.
- source = gns3-gui-2.2.13.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.13.tar.gz
+ source = gns3-gui-2.2.14.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.14.tar.gz
source = gns3.desktop
- sha256sums = 213c8a5b041c9abff8f3806e89e51c388f304ad546d55b3f518413b23acd2d3d
+ sha256sums = 755e2e94a38b7a140d3f61cd1ccd4a870aa2b66ebca730723d5b2c68665d17dd
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 9a6d20072220..e3f84447175b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.13
+pkgver=2.2.14
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('213c8a5b041c9abff8f3806e89e51c388f304ad546d55b3f518413b23acd2d3d'
+sha256sums=('755e2e94a38b7a140d3f61cd1ccd4a870aa2b66ebca730723d5b2c68665d17dd'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {