summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-02-16 14:10:17 +0100
committerStephan Springer2021-02-16 14:10:17 +0100
commit9e3d07b5758594b170848f6f1ab30b1240de77a4 (patch)
tree3e10656a7a17958764005441c5c458ef3ba91694
parent2f3ae92636a8b8f86189777b3a822b41a01e1a6c (diff)
downloadaur-9e3d07b5758594b170848f6f1ab30b1240de77a4.tar.gz
update to version 2.2.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc5c99dcbbf..de6620de71d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.17
- pkgrel = 2
+ pkgver = 2.2.18
+ pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -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.17.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.17.tar.gz
+ source = gns3-gui-2.2.18.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.18.tar.gz
source = gns3.desktop
- sha256sums = bda61ac830d4bbf03e7eca47fbd7160e2718ee00e248074bd55987fbd777379c
+ sha256sums = f64fc8a7866b40b134e244e5a775de06b8478a9016ccbdee303c02b84fc27bf2
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 938535780303..b40a09598eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.17
-pkgrel=2
+pkgver=2.2.18
+pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -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=('bda61ac830d4bbf03e7eca47fbd7160e2718ee00e248074bd55987fbd777379c'
+sha256sums=('f64fc8a7866b40b134e244e5a775de06b8478a9016ccbdee303c02b84fc27bf2'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {