summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-05-11 15:35:31 +0200
committerStephan Springer2021-05-11 15:35:31 +0200
commit5b40547a2aa925a84ba91fa5ec70eb8d73cfcc41 (patch)
tree4dd8c5ba17405bb5c89bb6c00f6bac3cffa011b2
parent0b3cf022eaa53d51013ba31b6c0a61ae1a39b49f (diff)
downloadaur-5b40547a2aa925a84ba91fa5ec70eb8d73cfcc41.tar.gz
update to version 2.2.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08fd4a6c2009..56d5a4c36747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.20
- pkgrel = 2
+ pkgver = 2.2.21
+ 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.20.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.20.tar.gz
+ source = gns3-gui-2.2.21.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.21.tar.gz
source = gns3.desktop
- sha256sums = 1a9efa1c0cdf219e9a9ec35d0e39f80587a9a8ee74eabfc63f53fe6e36f123cd
+ sha256sums = 28e49443d7a99beb1bde771404aa8fd798cfbc57dce05c399e2ab10d01a5459c
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index db22a3b64e2d..487bcb907cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.20
-pkgrel=2
+pkgver=2.2.21
+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=('1a9efa1c0cdf219e9a9ec35d0e39f80587a9a8ee74eabfc63f53fe6e36f123cd'
+sha256sums=('28e49443d7a99beb1bde771404aa8fd798cfbc57dce05c399e2ab10d01a5459c'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {