wok diff meson/receipt @ rev 22539
updated bird (2.0.3 -> 2.0.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 16:08:36 2020 +0100 (2020-01-03) |
parents | 5ae1a319f0fe |
children | e9bee322d73c |
line diff
1.1 --- a/meson/receipt Sat Oct 27 18:38:19 2018 +0200 1.2 +++ b/meson/receipt Fri Jan 03 16:08:36 2020 +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"