wok-6.x diff slitaz-backgrounds/receipt @ rev 19025

syslinux/win32.c: fix write sector
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 18:58:38 2016 +0200 (2016-04-02)
parents 2de1df5c36c1
children 15e6c6910ee3
line diff
     1.1 --- a/slitaz-backgrounds/receipt	Wed Mar 23 05:12:23 2016 -0300
     1.2 +++ b/slitaz-backgrounds/receipt	Sat Apr 02 18:58:38 2016 +0200
     1.3 @@ -1,6 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-backgrounds"
     1.7 +COMMIT="8f027a0" # Better use https://github.com/hackdorte/slitaz-backgrounds/releases
     1.8  VERSION="2.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux."
    1.11 @@ -8,8 +9,8 @@
    1.12  LICENSE="PublicDomain"
    1.13  WEB_SITE="https://github.com/hackdorte/slitaz-backgrounds"
    1.14  
    1.15 -TARBALL="master.zip"
    1.16 -WGET_URL="$WEB_SITE/archive/$TARBALL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()