meson: update to 0.60.2.
This commit is contained in:
parent
f430e068e3
commit
a9a0b26981
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'meson'
|
||||
pkgname=meson
|
||||
version=0.59.4
|
||||
version=0.60.2
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel python3-setuptools"
|
||||
|
@ -14,7 +14,7 @@ license="Apache-2.0"
|
|||
homepage="https://mesonbuild.com"
|
||||
changelog="https://github.com/mesonbuild/meson/blob/master/docs/markdown/Release-notes-for-${version%.*}.0.md"
|
||||
distfiles="https://github.com/mesonbuild/meson/releases/download/$version/$pkgname-$version.tar.gz"
|
||||
checksum=a77988cc50554f73ede075bc9bf77a2d7ecb6ff892f2a0180d4940920eaaec84
|
||||
checksum=64e6968565bf1b8152f4f9d6ca8154efb9e14caa9aabf7b22e71e6c5d053e921
|
||||
|
||||
# XXX: sanitizers aren't available on musl
|
||||
if [ "$XBPS_TARGET_LIBC" = glibc ]; then
|
||||
|
|
Loading…
Reference in a new issue