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 909ca20ebcc4..9e9b7cc22c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui-git
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.0b1
+ pkgver = 2.1.0b2
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.0b1.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.0b1.tar.gz
+ source = gns3-gui-2.1.0b2.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.0b2.tar.gz
source = gns3.desktop
- md5sums = 16cbadd34d277080c939d991d0490a67
+ md5sums = 58745c3aa97ba6a1dc2b2ef3102efe34
md5sums = ac6ba60be0a1cb7fc965d1a105e431d5
pkgname = gns3-gui-git
diff --git a/PKGBUILD b/PKGBUILD
index 9188cdbbe8c9..8080b8f1175b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joseph Brains <jnbrains@gmail.com>
_pkgname=gns3-gui
pkgname=${_pkgname}-git
-pkgver=2.1.0b1
+pkgver=2.1.0b2
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=('16cbadd34d277080c939d991d0490a67'
+md5sums=('58745c3aa97ba6a1dc2b2ef3102efe34'
'ac6ba60be0a1cb7fc965d1a105e431d5')
package() {