gns3-gui: update to 2.2.48.
This commit is contained in:
parent
db0345cae7
commit
014ca1d1ac
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'gns3-gui'
|
# Template file for 'gns3-gui'
|
||||||
pkgname=gns3-gui
|
pkgname=gns3-gui
|
||||||
version=2.2.47
|
version=2.2.48
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
# Skip test that is failing upstream
|
||||||
|
make_check_args="--deselect tests/registry/test_appliance.py::test_checksum_in_appliance_format_v8"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-psutil python3-jsonschema
|
depends="python3-setuptools python3-psutil python3-jsonschema
|
||||||
python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
|
python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
|
||||||
|
@ -14,7 +16,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://gns3.com"
|
homepage="https://gns3.com"
|
||||||
changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
|
||||||
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=ac1ff5e9753788cdc3b18af1aca5372f20f3d8f3cb1797842fcbf553ff0fe158
|
checksum=8f322a852892eb7b50380f2bbb965fdd623477998dcb7411b415073a0ffa02a5
|
||||||
|
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
|
Loading…
Reference in New Issue