summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Brains2018-01-08 15:58:03 +0200
committerJoseph Brains2018-01-08 15:58:03 +0200
commit52786b69db5e7668e53be4c1485f795d06d1d1d9 (patch)
tree167dc28ad415348d9e3d1a3bc6db76a69703e882
parent87f29e06e32d0367b58334518a4ecf403b7b79c2 (diff)
downloadaur-52786b69db5e7668e53be4c1485f795d06d1d1d9.tar.gz
Updated to 2.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d1bf34820da..602e53e1b4eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui-git
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -19,10 +19,10 @@ pkgbase = gns3-gui-git
provides = gns3-gui
conflicts = gns3-gui
replaces = gns3-gui
- source = gns3-gui-2.1.1.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.1.tar.gz
+ source = gns3-gui-2.1.2.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.2.tar.gz
source = gns3.desktop
- md5sums = a9e54f7d69894a4fef3ac9d0568b62f0
- md5sums = ac6ba60be0a1cb7fc965d1a105e431d5
+ sha256sums = 4eafd9182f515fd0031b562e4e4fa2b2134deac7221f408ee9173885045f95a9
+ sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui-git
diff --git a/PKGBUILD b/PKGBUILD
index fb0ea5520145..1485e9422e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joseph Brains <jnbrains@gmail.com>
_pkgname=gns3-gui
pkgname=${_pkgname}-git
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -19,8 +19,8 @@ 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')
-md5sums=('a9e54f7d69894a4fef3ac9d0568b62f0'
- 'ac6ba60be0a1cb7fc965d1a105e431d5')
+sha256sums=('4eafd9182f515fd0031b562e4e4fa2b2134deac7221f408ee9173885045f95a9'
+ '51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}