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 4f5c3ad9e905..35a2024510e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui-git
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.0rc4
+ pkgver = 2.1.0
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.0rc4.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.0rc4.tar.gz
+ source = gns3-gui-2.1.0.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.0.tar.gz
source = gns3.desktop
- md5sums = 8d7aad2ab911de4ef8ab69d0edb8bb46
+ md5sums = 86cec30903676ab5a38fee2a7440c65f
md5sums = ac6ba60be0a1cb7fc965d1a105e431d5
pkgname = gns3-gui-git
diff --git a/PKGBUILD b/PKGBUILD
index 63a601e9b935..f443810ecfae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joseph Brains <jnbrains@gmail.com>
_pkgname=gns3-gui
pkgname=${_pkgname}-git
-pkgver=2.1.0rc4
+pkgver=2.1.0
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=('8d7aad2ab911de4ef8ab69d0edb8bb46'
+md5sums=('86cec30903676ab5a38fee2a7440c65f'
'ac6ba60be0a1cb7fc965d1a105e431d5')
package() {