wok diff bygfoot/receipt @ rev 25353
updated tesseract-ocr-lang packages (3.02 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 14:33:11 2022 +0100 (2022-07-26) |
parents | 5f6c5106b1f5 |
children | 6b33f9da53d4 |
line diff
1.1 --- a/bygfoot/receipt Mon Jan 31 11:41:46 2022 +0000 1.2 +++ b/bygfoot/receipt Tue Jul 26 14:33:11 2022 +0100 1.3 @@ -17,9 +17,9 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - https://sourceforge.net/projects/bygfoot/files/bygfoot/ 2>/dev/null | \ 1.8 + wget -O - https://sourceforge.net/projects/bygfoot/files/bygfoot-unstable/ 2>/dev/null | \ 1.9 sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.10 - sed '/scope="row/!d;/tar/!d;s|.*/bygfoot-||;s|-s.*||;q' 1.11 + sed '/scope="row/!d;/tar/!d;/binary/d;s|.*/bygfoot-||;s|.tar.*||;q' 1.12 } 1.13 1.14 compile_rules()