meson: update to 0.48.2.
This commit is contained in:
parent
124420678e
commit
4193df0a34
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'meson'
|
# Template file for 'meson'
|
||||||
pkgname=meson
|
pkgname=meson
|
||||||
version=0.48.1
|
version=0.48.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -15,7 +15,7 @@ license="Apache-2.0"
|
||||||
homepage="http://mesonbuild.com"
|
homepage="http://mesonbuild.com"
|
||||||
changelog="https://raw.githubusercontent.com/mesonbuild/meson/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/archive/${version}.tar.gz"
|
distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz"
|
||||||
checksum=1cfd3fccd47f61aae11804aa683374bec109058ff087a41a288bd3f851634aef
|
checksum=1daac2fd3d97f26a28f6f7e9addccc85a526a471dbd836613ce34130f69adcc0
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# meson depends on trillion of things to perform actual tests
|
# meson depends on trillion of things to perform actual tests
|
||||||
|
|
Loading…
Reference in New Issue