gns3-server: update to 2.1.10
This commit is contained in:
parent
7f263b4342
commit
5243e58b15
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gns3-server'
|
# Template file for 'gns3-server'
|
||||||
pkgname=gns3-server
|
pkgname=gns3-server
|
||||||
version=2.1.9
|
version=2.1.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gns3server"
|
pycompile_module="gns3server"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gns3.com"
|
homepage="https://gns3.com"
|
||||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||||
checksum=2255fd3fd2eb7756f58d8f1b60e32d24899a14ca471de1ae03f6db2d8cd00b4f
|
checksum=0ad1094af7200b2ec0d63ff6b3169644e3d21bb867c215f681409dee9a88cd85
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# relax requirements
|
# relax requirements
|
||||||
|
@ -32,7 +32,3 @@ post_install() {
|
||||||
# for gns3. For more information, see this ticket:
|
# for gns3. For more information, see this ticket:
|
||||||
# https://github.com/GNS3/gns3-server/issues/970
|
# https://github.com/GNS3/gns3-server/issues/970
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
|
|
||||||
case "$XBPS_TARGET_ARCH" in
|
|
||||||
i686*) broken="https://travis-ci.org/voidlinux/void-packages/jobs/384402938"
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue