planarity: update to 3.0.2.0.
This commit is contained in:
parent
4d20682ccd
commit
3d0b5e5ade
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'planarity'
|
||||
pkgname=planarity
|
||||
version=3.0.1.1
|
||||
version=3.0.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Graph algorithms for planar embedding and related algorithms"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
|
||||
distfiles="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${version}/planarity-${version}.tar.gz"
|
||||
checksum=50b686fce6e67ba3a4d0634632c16566539a95d7e51afd066f6b1d5ae0eab284
|
||||
checksum=b4897df8f323e660197242e0aa273a542a59782cad783d7334111a9ad49b9e08
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.TXT
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
site=https://github.com/graph-algorithms/edge-addition-planarity-suite/releases
|
||||
ignore=*.WindowsExe
|
||||
|
|
Loading…
Reference in New Issue