summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-11-12 11:50:57 +0100
committerStephan Springer2019-11-12 11:50:57 +0100
commit0e091eb74a2e4e8ffeecc5cc609a9c58a99c6c03 (patch)
tree4279644757ad21425e82b3e855d70fd736891292
parent122553cb142d1968a5191a1de651afba5179fcfa (diff)
downloadaur-0e091eb74a2e4e8ffeecc5cc609a9c58a99c6c03.tar.gz
update to version 2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51809746736..9cd7a295987f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -21,9 +21,9 @@ pkgbase = gns3-gui
optdepends = dynamips: Cisco router emulator.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-qt: Live packet capture.
- source = gns3-gui-2.2.2.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.2.tar.gz
+ source = gns3-gui-2.2.3.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.3.tar.gz
source = gns3.desktop
- sha256sums = 111d900f7f39909f6a124de443b42930cf333cdfcceb626b7a42cb63c3a87798
+ sha256sums = cdffe76a94cd20316b46592cd7b38234a55955d1178d4245c34bfb21dd5e0872
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 6a6f66d4559a..397f5219d899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=('gns3-server: GNS3 backend. Manages emulators such as Dynamips, Virt
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('111d900f7f39909f6a124de443b42930cf333cdfcceb626b7a42cb63c3a87798'
+sha256sums=('cdffe76a94cd20316b46592cd7b38234a55955d1178d4245c34bfb21dd5e0872'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {