summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-11-05 11:53:19 +0100
committerStephan Springer2020-11-05 11:53:19 +0100
commit094616f912b3bfa05888c80c94c482ffd569f6b3 (patch)
treee623cc9c6560f559c0bc580dee10ebbe66559e3d
parent246620380b49dee5056a6ea3582d0b8186a15044 (diff)
downloadaur-094616f912b3bfa05888c80c94c482ffd569f6b3.tar.gz
update to version 2.2.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f99cada80fc2..cd49bbd8a998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.15
+ pkgver = 2.2.16
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.15.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.15.tar.gz
+ source = gns3-gui-2.2.16.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.16.tar.gz
source = gns3.desktop
- sha256sums = 85f317b7406689bcef7d7a1fb3775761792ef9bb63c4ae8e26f68820e4cebbff
+ sha256sums = 5a9efd3ffc9e3e9bab3ce0ab8908675bf03a1c90206691d89032468956d0a312
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 7f88ee1cc37e..68bc0d4936cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.15
+pkgver=2.2.16
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=('85f317b7406689bcef7d7a1fb3775761792ef9bb63c4ae8e26f68820e4cebbff'
+sha256sums=('5a9efd3ffc9e3e9bab3ce0ab8908675bf03a1c90206691d89032468956d0a312'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {