summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-12-15 17:02:10 +0100
committerStephan Springer2021-12-15 17:02:10 +0100
commita18e499a3e5886b896c7fe67a415516143eb7a80 (patch)
treeea8aa05d1af5795ebf4ed06c9e9b7ef5cdadd2fc
parent0158a4aa87df3326b6ee085b6f1b308ef0eadad1 (diff)
downloadaur-a18e499a3e5886b896c7fe67a415516143eb7a80.tar.gz
update to version 2.2.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b64e12d4f601..b7da342924e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.27
- pkgrel = 2
+ pkgver = 2.2.28
+ 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.27.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.27.tar.gz
+ source = gns3-gui-2.2.28.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.28.tar.gz
source = gns3.desktop
- sha256sums = c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5
+ sha256sums = 8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 8f66fff2fb49..eee0feda3ca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.27
-pkgrel=2
+pkgver=2.2.28
+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=('c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5'
+sha256sums=('8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {