wok-current diff squirrelmail-locales/receipt @ rev 24484
updated dislocker (0.7.1 -> 0.7.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 18 15:45:33 2022 +0100 (2022-02-18) |
parents | da0a38e4800e |
children | cb67b4f8be05 |
line diff
1.1 --- a/squirrelmail-locales/receipt Sat Dec 21 11:45:45 2019 +0100 1.2 +++ b/squirrelmail-locales/receipt Fri Feb 18 15:45:33 2022 +0100 1.3 @@ -61,6 +61,12 @@ 1.4 1.5 HOST_ARCH="any" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/squirrelmail/files/locales/ 2>/dev/null | \ 1.10 + sed '/scope="row"/!d;s|.*locales/||;s|/.*||;q' 1.11 +} 1.12 + 1.13 compile_rules() 1.14 { 1.15 [ -d $src ] || mkdir $src