summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2022-02-28 15:58:29 +0100
committerStephan Springer2022-02-28 15:58:29 +0100
commit46312b1bbc14f0d658b7868301a08140b9738885 (patch)
tree389aafa2e48f63679fd8e2f64bd52c4115a2e0f2
parent0bd16c6d6e9e5500bc6f2f2d97439b896aa23351 (diff)
downloadaur-46312b1bbc14f0d658b7868301a08140b9738885.tar.gz
update to version 2.2.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8bc2011a27b..eeae53ee5b18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.30
+ pkgver = 2.2.31
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.30.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.30.tar.gz
+ source = gns3-gui-2.2.31.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.31.tar.gz
source = gns3.desktop
- sha256sums = a96732d8d0a1d9a7030c22bf75409154e0a23fe886e58f1233a10857472bbe59
+ sha256sums = 7b6f041f88a63dc44e33680ea489556abc7d96d1c3d4bb5d85dd15b15db6d036
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 0fd3bfb7890d..30be32d75962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.30
+pkgver=2.2.31
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=('a96732d8d0a1d9a7030c22bf75409154e0a23fe886e58f1233a10857472bbe59'
+sha256sums=('7b6f041f88a63dc44e33680ea489556abc7d96d1c3d4bb5d85dd15b15db6d036'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {