summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Brains2017-09-13 12:01:54 +0300
committerJoseph Brains2017-09-13 12:01:54 +0300
commit5ff6917e1983c681169012707faa086e97fee98e (patch)
tree2184bd56bc8bf251e61017f15ffb2088dc04e98d
parentb97fb5ae4ac53b87e15e46ad0f94c691510c3252 (diff)
downloadaur-5ff6917e1983c681169012707faa086e97fee98e.tar.gz
Updated to 2.1.0rc1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e9b7cc22c5b..442344775417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui-git
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.0b2
+ pkgver = 2.1.0rc1
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.0b2.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.0b2.tar.gz
+ source = gns3-gui-2.1.0rc1.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.0rc1.tar.gz
source = gns3.desktop
- md5sums = 58745c3aa97ba6a1dc2b2ef3102efe34
+ md5sums = 7f28980c510fac9f7ce198ff99c6f4ee
md5sums = ac6ba60be0a1cb7fc965d1a105e431d5
pkgname = gns3-gui-git
diff --git a/PKGBUILD b/PKGBUILD
index 8080b8f1175b..dd056d7701d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joseph Brains <jnbrains@gmail.com>
_pkgname=gns3-gui
pkgname=${_pkgname}-git
-pkgver=2.1.0b2
+pkgver=2.1.0rc1
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')
-md5sums=('58745c3aa97ba6a1dc2b2ef3102efe34'
+md5sums=('7f28980c510fac9f7ce198ff99c6f4ee'
'ac6ba60be0a1cb7fc965d1a105e431d5')
package() {