wok-current rev 14807
alarm-clock: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 17 09:43:22 2013 +0200 (2013-07-17) |
parents | 9193d78440ab |
children | 62b209782f2d |
files | alarm-clock/receipt tazdrop/receipt |
line diff
1.1 --- a/alarm-clock/receipt Wed Jul 17 09:36:02 2013 +0200 1.2 +++ b/alarm-clock/receipt Wed Jul 17 09:43:22 2013 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 #WEB_SITE="http://www.alarm-clock.pl/" 1.5 WEB_SITE="http://www.alarm-clock.pl/" 1.6 #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" 1.7 -WGET_URL="http://mirror.slitaz.org/sources/packages-cooking/a/$TARBALL" 1.8 +WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/tazdrop/receipt Wed Jul 17 09:36:02 2013 +0200 2.2 +++ b/tazdrop/receipt Wed Jul 17 09:43:22 2013 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tazdrop" 2.7 -VERSION="4.4" 2.8 +VERSION="5.4" 2.9 CATEGORY="office" 2.10 SHORT_DESC="SliTaz desktop Drag N' Drop tool" 2.11 MAINTAINER="pankso@slitaz.org"