wok-current diff squirrelmail-locales/receipt @ rev 24094
Add fasmg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 09 16:49:29 2021 +0000 (2021-08-09) |
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 Mon Aug 09 16:49:29 2021 +0000 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