# HG changeset patch # User Hans-G?nter Theisgen # Date 1555927783 -3600 # Node ID 54a89157f006935e9dfc42db94ae7fcd878a4d07 # Parent 2838a5093750d87062d8b2b71611680869b9b6db updated luafilesystem (1.6.2 -> 1.7.0) diff -r 2838a5093750 -r 54a89157f006 luafilesystem/receipt --- a/luafilesystem/receipt Mon Apr 22 11:00:16 2019 +0100 +++ b/luafilesystem/receipt Mon Apr 22 11:09:43 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="luafilesystem" -VERSION="1.6.2" +VERSION="1.7.0" CATEGORY="development" SHORT_DESC="File System Library for the Lua Programming Language." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="http://keplerproject.github.io/luafilesystem/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://keplerproject.github.io/luafilesystem/" WGET_URL="https://github.com/keplerproject/$PACKAGE/archive/v${VERSION//./_}.tar.gz" SUGGESTED="lua" -BUILD_DEPENDS="wget lua-dev" +BUILD_DEPENDS="lua-dev" # Rules to configure and make the package. compile_rules()