summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2022-01-08 17:50:53 +0100
committerStephan Springer2022-01-08 17:50:53 +0100
commitd024b188a7b4f9006b266c7fdb05907ea78da2fd (patch)
tree695a13f6b2bc200b86e8a3b779022fe5953bde4f
parenta18e499a3e5886b896c7fe67a415516143eb7a80 (diff)
downloadaur-d024b188a7b4f9006b266c7fdb05907ea78da2fd.tar.gz
update to version 2.2.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7da342924e3..7bd3a4eaec50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.28
+ pkgver = 2.2.29
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.28.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.28.tar.gz
+ source = gns3-gui-2.2.29.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.29.tar.gz
source = gns3.desktop
- sha256sums = 8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced
+ sha256sums = 5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index eee0feda3ca0..49865ef1c5a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.28
+pkgver=2.2.29
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=('8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced'
+sha256sums=('5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {