wok-current rev 21433
updated meson (0.48.1 -> 0.50.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 27 14:45:20 2019 +0100 (2019-04-27) |
parents | 3213a11c4cb4 |
children | 0994e1c4f19f |
files | meson/receipt |
line diff
1.1 --- a/meson/receipt Sat Apr 27 10:50:46 2019 +0100 1.2 +++ b/meson/receipt Sat Apr 27 14:45:20 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="meson" 1.7 -VERSION="0.48.1" 1.8 +VERSION="0.50.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The Meson Build System" 1.11 +SHORT_DESC="The Meson Build System." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="Apache" 1.14 +WEB_SITE="https://mesonbuild.com/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://mesonbuild.com" 1.18 -WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL" 1.19 +WGET_URL="https://github.com/mesonbuild/$PACKAGE/releases/download/$VERSION/$TARBALL" 1.20 1.21 DEPENDS="ninja py3k" 1.22 BUILD_DEPENDS="py3k"