summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-08-06 19:22:27 +0200
committerStephan Springer2021-08-06 19:22:27 +0200
commitccb0a413e9cc668b1864d5f1b48668b1a191d30e (patch)
tree504c3f9c21998183185b506c54ed63b257dc276c
parent72d0a939fd25dcdbcc7e6e1cda2956e15fb16ac6 (diff)
downloadaur-ccb0a413e9cc668b1864d5f1b48668b1a191d30e.tar.gz
update to version 2.2.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff1f2b942c39..1ca1b99988d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.22
+ pkgver = 2.2.23
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.22.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.22.tar.gz
+ source = gns3-gui-2.2.23.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.23.tar.gz
source = gns3.desktop
- sha256sums = 1a9d6644f24ff9a763ea3719a6013b2565af3b0a2c10cceac70d92f9d7724490
+ sha256sums = 60347f84b48bdd7dc6125469a7f82d5ef67bf061e85a554aa2b97795d45d40a8
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 7eadc83ae36c..b78900e70093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.22
+pkgver=2.2.23
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=('1a9d6644f24ff9a763ea3719a6013b2565af3b0a2c10cceac70d92f9d7724490'
+sha256sums=('60347f84b48bdd7dc6125469a7f82d5ef67bf061e85a554aa2b97795d45d40a8'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {