summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-09-12 16:02:16 +0200
committerHyacinthe Cartiaux2017-09-12 16:02:16 +0200
commitf9a6ad282b4403f4c1c8dbaceb5cde6938021611 (patch)
tree2f38c6aec4c4a186bd1b0a6e1093388db4cf64df
parent792b0cf6bbe369472709f622f7b56141ad071c8a (diff)
downloadaur-f9a6ad282b4403f4c1c8dbaceb5cde6938021611.tar.gz
Update to 0.2.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2330cb0d2dae..08b4dbcc2bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 13 06:16:25 UTC 2016
+# Tue Sep 12 13:49:47 UTC 2017
pkgbase = dynamips
pkgdesc = Cisco router emulator.
- pkgver = 0.2.16
+ pkgver = 0.2.17
pkgrel = 1
url = https://github.com/GNS3/dynamips
arch = i686
@@ -12,8 +12,8 @@ pkgbase = dynamips
makedepends = cmake
depends = libpcap
depends = elfutils
- source = dynamips-0.2.16.tar.gz::https://github.com/GNS3/dynamips/archive/v0.2.16.tar.gz
- md5sums = 4b4fa938f384ed2a229d96c5e2ed286e
+ source = dynamips-0.2.17.tar.gz::https://github.com/GNS3/dynamips/archive/v0.2.17.tar.gz
+ sha256sums = d524ef32b78dd7384775920604912d3b4b212ded338cc4df930b0086df1e81ed
pkgname = dynamips
diff --git a/PKGBUILD b/PKGBUILD
index 5c9da11857c7..7f206c826faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: korjjj <korjjj+aur[at]gmail[dot]com>
+# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
+# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=dynamips
-pkgver=0.2.16
+pkgver=0.2.17
pkgrel=1
pkgdesc='Cisco router emulator.'
arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@ groups=('gns3')
depends=('libpcap' 'elfutils')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('4b4fa938f384ed2a229d96c5e2ed286e')
+sha256sums=('d524ef32b78dd7384775920604912d3b4b212ded338cc4df930b0086df1e81ed')
build() {
if test ${CARCH} == x86_64; then