summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-01-13 18:39:19 +0100
committerStephan Springer2020-01-13 18:39:19 +0100
commit803c23003cbb1cb768d62c7d9cec2af98e7585ea (patch)
treec0e3e028c762d0d52587fdaba98cbd69ca1c9d03
parent5d1fa63f53b1c42bb138c586a9be2c80983fc74f (diff)
downloadaur-803c23003cbb1cb768d62c7d9cec2af98e7585ea.tar.gz
update to version 2.2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4581175ba44..b99474d84ceb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.3
- pkgrel = 2
+ pkgver = 2.2.5
+ pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -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.3.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.3.tar.gz
+ source = gns3-gui-2.2.5.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.5.tar.gz
source = gns3.desktop
- sha256sums = cdffe76a94cd20316b46592cd7b38234a55955d1178d4245c34bfb21dd5e0872
+ sha256sums = 643dbd35f1e017d59508067b872a51f6a636073276dfa8b9920b5b8c692e0704
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 1388b14db57c..94372697e44c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.2.5
+pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -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=('cdffe76a94cd20316b46592cd7b38234a55955d1178d4245c34bfb21dd5e0872'
+sha256sums=('643dbd35f1e017d59508067b872a51f6a636073276dfa8b9920b5b8c692e0704'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {