# HG changeset patch # User Christopher Rogers # Date 1390527301 0 # Node ID 91c1257103efbcbb358a86c57ca3e13aadfc9ee8 # Parent b5a7e88f4bf66032b82d04dae4f549d4d33e729a Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page. diff -r b5a7e88f4bf6 -r 91c1257103ef sudoku/receipt --- a/sudoku/receipt Thu Jan 23 13:38:58 2014 +0000 +++ b/sudoku/receipt Fri Jan 24 01:35:01 2014 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="sudoku" -VERSION="2.2" +VERSION="2.3" CATEGORY="games" SHORT_DESC="Sudoku game in javascript" MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.html" -WEB_SITE="http://10k.aneventapart.com/Entry/81" -WGET_URL="http://10k.aneventapart.com/Uploads/81/index.html" +WEB_SITE="http://10k.aneventapart.com/1/Entry/81" +WGET_URL="http://10k.aneventapart.com/1/Uploads/81/index.html" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()