summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-06-16 12:38:19 +0200
committerStephan Springer2019-06-16 12:38:19 +0200
commit898eb57a2d6572d1b9f2efd4f8d760e482a81667 (patch)
treeb874f219f7daf1d79d911d98c58874e256a755f4
parent6618448e057f8d8130f632a3a44d43df1c78a674 (diff)
downloadaur-898eb57a2d6572d1b9f2efd4f8d760e482a81667.tar.gz
update to version 2.1.21
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore11
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa9b3640a3fd..cbba09bd00a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.1.20
+ pkgver = 2.1.21
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -20,9 +20,9 @@ pkgbase = gns3-gui
optdepends = dynamips: Cisco router emulator.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-qt: Live packet capture.
- source = gns3-gui-2.1.20.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.20.tar.gz
+ source = gns3-gui-2.1.21.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.21.tar.gz
source = gns3.desktop
- sha256sums = 4e55fddd8cabe3191deeb7abfcae1f786e9af7203adb913810de718c6c797597
+ sha256sums = 38c65e7c8263663379014b7b211b71e9e6bc75c016803f4226f5e982fd2302dc
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/.gitignore b/.gitignore
index b73905529f23..92058b028e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,2 @@
-*.tar
*.tar.*
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
*.log
-*.log.*
-*.sig
-
-pkg/
-src/
diff --git a/PKGBUILD b/PKGBUILD
index db67e07d7dd3..7b8fe0956993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.1.20
+pkgver=2.1.21
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=('gns3-server: GNS3 backend. Manages emulators such as Dynamips, Virt
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('4e55fddd8cabe3191deeb7abfcae1f786e9af7203adb913810de718c6c797597'
+sha256sums=('38c65e7c8263663379014b7b211b71e9e6bc75c016803f4226f5e982fd2302dc'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
build() {