wok-6.x diff luafilesystem/receipt @ rev 21592
updated ocaml (3.12.1 -> 4.07.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 21 11:08:14 2019 +0100 (2019-05-21) |
parents | a5c218b2f200 |
children | a6b3117d9ecb |
line diff
1.1 --- a/luafilesystem/receipt Fri Dec 05 18:06:40 2014 +0100 1.2 +++ b/luafilesystem/receipt Tue May 21 11:08:14 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="luafilesystem" 1.7 -VERSION="1.6.2" 1.8 +VERSION="1.7.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="File System Library for the Lua Programming Language." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="http://keplerproject.github.io/luafilesystem/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://keplerproject.github.io/luafilesystem/" 1.17 WGET_URL="https://github.com/keplerproject/$PACKAGE/archive/v${VERSION//./_}.tar.gz" 1.18 1.19 SUGGESTED="lua" 1.20 -BUILD_DEPENDS="wget lua-dev" 1.21 +BUILD_DEPENDS="lua-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()