summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kojevnikov2016-12-21 02:19:32 +0300
committerAndrey Kojevnikov2016-12-21 02:19:32 +0300
commit5911b3b21f2c0011fd729f12a966dd7f4f4083da (patch)
tree1cc47c8a596020fef7c1813f2046242f5dcb1bc2
parent025c70616e5a70b47160066749b66e55cfc3debb (diff)
downloadaur-5911b3b21f2c0011fd729f12a966dd7f4f4083da.tar.gz
1.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c716f1c4b45b..f0867ae1d95b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 15 06:16:05 UTC 2016
+# Tue Dec 20 23:15:52 UTC 2016
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -19,9 +19,9 @@ pkgbase = gns3-gui
optdepends = dynamips: Cisco router emulator.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-gtk: Live packet capture.
- source = gns3-gui-1.5.1.tar.gz::https://github.com/GNS3/gns3-gui/archive/v1.5.1.tar.gz
+ source = gns3-gui-1.5.2.tar.gz::https://github.com/GNS3/gns3-gui/archive/v1.5.2.tar.gz
source = gns3.desktop
- md5sums = a5697f86fdf4761081df2d149f16138a
+ md5sums = 6b187e2d4c7880d2f361b1e39cf7e0fd
md5sums = ac6ba60be0a1cb7fc965d1a105e431d5
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 210c3731dd85..b7ced57c4d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -17,7 +17,7 @@ optdepends=('gns3-server: GNS3 backend. Manages emulators such as Dynamips, Virt
'wireshark-gtk: Live packet capture.')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz"
'gns3.desktop')
-md5sums=('a5697f86fdf4761081df2d149f16138a'
+md5sums=('6b187e2d4c7880d2f361b1e39cf7e0fd'
'ac6ba60be0a1cb7fc965d1a105e431d5')
#prepare() {