wok diff ssfs/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 d5add2d69322
children
line diff
     1.1 --- a/ssfs/receipt	Tue Jan 10 14:28:40 2017 +0200
     1.2 +++ b/ssfs/receipt	Sat Sep 25 17:38:40 2021 +0100
     1.3 @@ -14,6 +14,13 @@
     1.4  DEPENDS="rsync lsyncd"
     1.5  SPLIT="ssfs-server"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \
    1.10 +	sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/'$PACKAGE'/rev/|;s|<.*||' | \
    1.11 +	xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {