summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab68e0efeb24..fb8f0babe352 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui-git
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.7
+ pkgver = 2.1.8
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -19,9 +19,9 @@ pkgbase = gns3-gui-git
provides = gns3-gui
conflicts = gns3-gui
replaces = gns3-gui
- source = gns3-gui-2.1.7.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.7.tar.gz
+ source = gns3-gui-2.1.8.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.8.tar.gz
source = gns3.desktop
- sha256sums = a95560ee71af3cfc549ff5e2f11dce6bead36d0953d0780da7151ff1192a56a1
+ sha256sums = 66465cfdbe6e64c40e112e815d1761b1bffc23ac990e5df77aea79b2ce851692
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui-git
diff --git a/PKGBUILD b/PKGBUILD
index f94f80d895f9..f2821ff95889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joseph Brains <jnbrains@gmail.com>
_pkgname=gns3-gui
pkgname=${_pkgname}-git
-pkgver=2.1.7
+pkgver=2.1.8
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=('gns3-server-git: GNS3 backend. Manages emulators such as Dynamips,
'wireshark-gtk: Live packet capture.')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${_pkgname}/archive/v${pkgver}.tar.gz"
'gns3.desktop')
-sha256sums=('a95560ee71af3cfc549ff5e2f11dce6bead36d0953d0780da7151ff1192a56a1'
+sha256sums=('66465cfdbe6e64c40e112e815d1761b1bffc23ac990e5df77aea79b2ce851692'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
package() {