wok diff luafilesystem/receipt @ rev 22741

updated drupal (8.6.10 -> 8.8.1)
author Hans-G?nter Theisgen
date Fri Jan 24 07:57:43 2020 +0100 (2020-01-24)
parents a5c218b2f200
children a6b3117d9ecb
line diff
     1.1 --- a/luafilesystem/receipt	Fri Dec 05 18:06:40 2014 +0100
     1.2 +++ b/luafilesystem/receipt	Fri Jan 24 07:57:43 2020 +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()