wok diff slitaz-polar-cursors/receipt @ rev 24106

updated actionmailer, actionpack, activerecord and activesupport (6.0.2.1 -> 6.1.4.1)
author Hans-G?nter Theisgen
date Sat Sep 25 17:38:40 2021 +0100 (2021-09-25)
parents 40fab26c175d
children
line diff
     1.1 --- a/slitaz-polar-cursors/receipt	Mon May 09 21:59:10 2016 +0300
     1.2 +++ b/slitaz-polar-cursors/receipt	Sat Sep 25 17:38:40 2021 +0100
     1.3 @@ -8,11 +8,17 @@
     1.4  LICENSE="GPL3"
     1.5  TARBALL=$PACKAGE-$VERSION.tar.gz
     1.6  WEB_SITE="http://www.slitaz.org/"
     1.7 -WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
     1.8 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
     1.9  HOST_ARCH="i486 arm"
    1.10  
    1.11  BUILD_DEPENDS="xorg-xcursorgen"
    1.12  
    1.13 +current_version()
    1.14 +{
    1.15 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    1.16 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.17 +}
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {