meson: update to 0.64.1.
This commit is contained in:
parent
792e0e6f4f
commit
f2da8aed3d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'meson'
|
||||
pkgname=meson
|
||||
version=0.64.0
|
||||
version=0.64.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools"
|
||||
|
@ -12,9 +12,9 @@ short_desc="Super fast build system"
|
|||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://mesonbuild.com"
|
||||
changelog="https://github.com/mesonbuild/meson/blob/master/docs/markdown/Release-notes-for-${version%.*}.0.md"
|
||||
changelog="https://raw.githubusercontent.com/mesonbuild/meson/master/docs/markdown/Release-notes-for-${version%.*}.0.md"
|
||||
distfiles="https://github.com/mesonbuild/meson/releases/download/${version}/meson-${version}.tar.gz"
|
||||
checksum=c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab
|
||||
checksum=3a8e030c2334f782085f81627062cc6d4a6771edf31e055ffe374f9e6b089ab9
|
||||
|
||||
# XXX: sanitizers aren't available on musl
|
||||
if [ "$XBPS_TARGET_LIBC" = glibc ]; then
|
||||
|
|
Loading…
Reference in New Issue