dynamips: update to 0.2.20.
This commit is contained in:
parent
765471aa30
commit
1508b069a3
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'dynamips'
|
||||
pkgname=dynamips
|
||||
version=0.2.19
|
||||
version=0.2.20
|
||||
revision=1
|
||||
archs="i686* x86_64*"
|
||||
build_style=cmake
|
||||
makedepends="elfutils-devel libpcap-devel"
|
||||
depends="iouyap"
|
||||
|
@ -10,9 +11,10 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/GNS3/dynamips"
|
||||
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=4c87d01c59e1c621a5635f1931c08c234b07b6c6a015dc7f4d2da8043e709b6f
|
||||
checksum=c6535177c175422b741a4660697f7d9a29f19b6e42dd049e027fd7e3e152520e
|
||||
|
||||
# Dynamips does processor instruction translation. This is already
|
||||
# painfully slow on powerful x86 hardware and is unlikely to work
|
||||
# reliably on arm processors.
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
#
|
||||
# So restrict to x86_64* and i686*
|
||||
|
|
Loading…
Reference in New Issue