gns3-server: update to 2.2.47.
This commit is contained in:
parent
fad3925860
commit
58721bdef6
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'gns3-server'
|
||||
pkgname=gns3-server
|
||||
version=2.2.46
|
||||
version=2.2.47
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="busybox-static" # Pulls distro busybox static to embed
|
||||
depends="python3-setuptools python3-jsonschema python3-aiohttp python3-aiohttp-cors
|
||||
python3-yarl python3-Jinja2 python3-psutil python3-aiofiles python3-platformdirs
|
||||
python3-py-cpuinfo python3-distro python3-async-timeout dynamips ubridge"
|
||||
python3-py-cpuinfo python3-distro python3-async-timeout dynamips ubridge busybox-static"
|
||||
checkdepends="${depends} python3-pytest python3-flake8 python3-pytest-timeout python3-pytest-aiohttp"
|
||||
short_desc="Graphical Network Simulator 3 - Server"
|
||||
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||
|
@ -15,7 +14,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://gns3.com"
|
||||
changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
|
||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||
checksum=648f535370827adc8ede2e5a8f439161dd80c66c11ed74085ccf0b71657ee9f9
|
||||
checksum=6576988fe185433ca7a6b3b6dbbda42d57095c64f6bd77605e02e2420041db5b
|
||||
|
||||
post_patch() {
|
||||
# comment out requirements since versions are usually out of sync with Void packages
|
||||
|
|
Loading…
Reference in New Issue