python3-breathe: update to 4.24.0.
This commit is contained in:
parent
2961ce9140
commit
ccd17a3750
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-breathe'
|
# Template file for 'python3-breathe'
|
||||||
pkgname=python3-breathe
|
pkgname=python3-breathe
|
||||||
version=4.23.0
|
version=4.24.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="breathe-${version}"
|
wrksrc="breathe-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,8 +11,9 @@ short_desc="ReStructuredText and Sphinx bridge to Doxygen"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/michaeljones/breathe"
|
homepage="https://github.com/michaeljones/breathe"
|
||||||
distfiles="https://github.com/michaeljones/breathe/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/michaeljones/breathe/master/README.rst"
|
||||||
checksum=52fcd078792e5188e186536fe4ac65f92d9c35f026592efd9e23f85ad1c264df
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=5565d6f9d65e8b98b49f140aa8422668168ac2961965fba58c06f58e96b962e8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue