wok rev 25606
Update some current_version
line diff
1.1 --- a/hplip/receipt Wed Jul 19 10:59:53 2023 +0000 1.2 +++ b/hplip/receipt Wed Jul 19 11:40:29 2023 +0000 1.3 @@ -26,7 +26,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - https://sourceforge.net/projects/hplip/files/hplip/ 2>/dev/null | \ 1.7 - sed '/scope="row/!d;/\/[0-9]/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.8 + sed '/scope="row/!d;/\/[0-9]/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 1.9 sed '/scope="row/!d;s|.*/hplip/||;s|/.*||;q' 1.10 } 1.11
2.1 --- a/httpfs-fuse/receipt Wed Jul 19 10:59:53 2023 +0000 2.2 +++ b/httpfs-fuse/receipt Wed Jul 19 11:40:29 2023 +0000 2.3 @@ -19,7 +19,7 @@ 2.4 current_version() 2.5 { 2.6 wget -O - https://sourceforge.net/projects/httpfs/files/httpfs/ 2>/dev/null | \ 2.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 2.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 2.9 sed '/scope="row/!d;s|.*/httpfs/[a-z_]*||;s|/.*||;q' 2.10 } 2.11
3.1 --- a/id3lib/receipt Wed Jul 19 10:59:53 2023 +0000 3.2 +++ b/id3lib/receipt Wed Jul 19 11:40:29 2023 +0000 3.3 @@ -17,7 +17,7 @@ 3.4 current_version() 3.5 { 3.6 wget -O - https://sourceforge.net/projects/id3lib/files/id3lib/ 2>/dev/null | \ 3.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 3.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 3.9 sed '/scope="row/!d;s|.*/id3lib/||;s|/.*||;q' 3.10 } 3.11
4.1 --- a/id3v2/receipt Wed Jul 19 10:59:53 2023 +0000 4.2 +++ b/id3v2/receipt Wed Jul 19 11:40:29 2023 +0000 4.3 @@ -17,7 +17,7 @@ 4.4 current_version() 4.5 { 4.6 wget -O - https://sourceforge.net/projects/id3v2/files/id3v2/ 2>/dev/null | \ 4.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 4.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 4.9 sed '/scope="row/!d;s|.*/id3v2/||;s|/.*||;q' 4.10 } 4.11
5.1 --- a/idesk/receipt Wed Jul 19 10:59:53 2023 +0000 5.2 +++ b/idesk/receipt Wed Jul 19 11:40:29 2023 +0000 5.3 @@ -18,7 +18,7 @@ 5.4 current_version() 5.5 { 5.6 wget -O - https://sourceforge.net/projects/idesk/files/idesk/ 2>/dev/null | \ 5.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 5.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 5.9 sed '/scope="row/!d;s|.*/idesk-||;s|.tar.*||;q' 5.10 } 5.11
6.1 --- a/imap-upload/receipt Wed Jul 19 10:59:53 2023 +0000 6.2 +++ b/imap-upload/receipt Wed Jul 19 11:40:29 2023 +0000 6.3 @@ -17,7 +17,7 @@ 6.4 current_version() 6.5 { 6.6 wget -O - https://sourceforge.net/projects/imap-upload/files/imap-upload/ 2>/dev/null | \ 6.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 6.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 6.9 sed '/scope="row/!d;s|.*/imap-upload/||;s|/.*||;q' 6.10 } 6.11
7.1 --- a/imlib2/receipt Wed Jul 19 10:59:53 2023 +0000 7.2 +++ b/imlib2/receipt Wed Jul 19 11:40:29 2023 +0000 7.3 @@ -27,7 +27,7 @@ 7.4 current_version() 7.5 { 7.6 wget -O - https://sourceforge.net/projects/enlightenment/files/imlib2-src/ 2>/dev/null | \ 7.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 7.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 7.9 sed '/scope="row/!d;s|.*/imlib2-src/||;s|/.*||;q' 7.10 } 7.11
8.1 --- a/irrlicht/receipt Wed Jul 19 10:59:53 2023 +0000 8.2 +++ b/irrlicht/receipt Wed Jul 19 11:40:29 2023 +0000 8.3 @@ -18,7 +18,7 @@ 8.4 current_version() 8.5 { 8.6 wget -O - 'https://sourceforge.net/projects/irrlicht/files/Irrlicht SDK/' 2>/dev/null | \ 8.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 8.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 8.9 sed '/scope="row/!d;s|.*SDK/.\../||;s|/.*||;q' 8.10 } 8.11
9.1 --- a/isync/receipt Wed Jul 19 10:59:53 2023 +0000 9.2 +++ b/isync/receipt Wed Jul 19 11:40:29 2023 +0000 9.3 @@ -19,7 +19,7 @@ 9.4 current_version() 9.5 { 9.6 wget -O - https://sourceforge.net/projects/isync/files/isync/ 2>/dev/null | \ 9.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 9.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 9.9 sed '/scope="row/!d;s|.*/isync/||;s|/.*||;q' 9.10 } 9.11
10.1 --- a/jikes/receipt Wed Jul 19 10:59:53 2023 +0000 10.2 +++ b/jikes/receipt Wed Jul 19 11:40:29 2023 +0000 10.3 @@ -18,7 +18,7 @@ 10.4 current_version() 10.5 { 10.6 wget -O - https://sourceforge.net/projects/jikes/files/Jikes/ 2>/dev/null | \ 10.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|' | sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ 10.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||' | sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ 10.9 sed '/scope="row/!d;s|.*/Jikes/||;s|/.*||;q' 10.10 } 10.11
11.1 --- a/jnettop/receipt Wed Jul 19 10:59:53 2023 +0000 11.2 +++ b/jnettop/receipt Wed Jul 19 11:40:29 2023 +0000 11.3 @@ -17,7 +17,7 @@ 11.4 current_version() 11.5 { 11.6 wget -O - https://sourceforge.net/projects/jnettop/files/jnettop/ 2>/dev/null | \ 11.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 11.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 11.9 sed '/scope="row/!d;/tar.gz/!d;s|.*/jnettop-||;s|.tar.*||;q' 11.10 } 11.11
12.1 --- a/joe/receipt Wed Jul 19 10:59:53 2023 +0000 12.2 +++ b/joe/receipt Wed Jul 19 11:40:29 2023 +0000 12.3 @@ -20,7 +20,7 @@ 12.4 current_version() 12.5 { 12.6 wget -O - 'https://sourceforge.net/projects/joe-editor/files/JOE sources/' 2>/dev/null | \ 12.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 12.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 12.9 sed '/scope="row/!d;s|.*/joe-||;s|.tar.*||;q' 12.10 } 12.11
13.1 --- a/jtoolkit/receipt Wed Jul 19 10:59:53 2023 +0000 13.2 +++ b/jtoolkit/receipt Wed Jul 19 11:40:29 2023 +0000 13.3 @@ -18,7 +18,7 @@ 13.4 current_version() 13.5 { 13.6 wget -O - https://sourceforge.net/projects/jtoolkit/files/jtoolkit/ 2>/dev/null | \ 13.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 13.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 13.9 sed '/scope="row/!d;s|.*/jtoolkit/||;s|/.*||;q' 13.10 } 13.11
14.1 --- a/karmen/receipt Wed Jul 19 10:59:53 2023 +0000 14.2 +++ b/karmen/receipt Wed Jul 19 11:40:29 2023 +0000 14.3 @@ -18,7 +18,7 @@ 14.4 current_version() 14.5 { 14.6 wget -O - https://sourceforge.net/projects/karmen/files/karmen/ 2>/dev/null | \ 14.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 14.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 14.9 sed '/scope="row/!d;s|.*/karmen/||;s|/.*||;q' 14.10 } 14.11
15.1 --- a/kino/receipt Wed Jul 19 10:59:53 2023 +0000 15.2 +++ b/kino/receipt Wed Jul 19 11:40:29 2023 +0000 15.3 @@ -24,7 +24,7 @@ 15.4 current_version() 15.5 { 15.6 wget -O - https://sourceforge.net/projects/kino/files/kino/ 2>/dev/null | \ 15.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 15.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 15.9 sed '/scope="row/!d;s|.*/kino/||;s|/.*||;q' 15.10 } 15.11
16.1 --- a/kompozer/receipt Wed Jul 19 10:59:53 2023 +0000 16.2 +++ b/kompozer/receipt Wed Jul 19 11:40:29 2023 +0000 16.3 @@ -20,7 +20,7 @@ 16.4 current_version() 16.5 { 16.6 wget -O - https://sourceforge.net/projects/kompozer/files/current/ 2>/dev/null | \ 16.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 16.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 16.9 sed '/scope="row/!d;s|.*/current/||;s|/.*||;q' 16.10 } 16.11
17.1 --- a/l2tpd/receipt Wed Jul 19 10:59:53 2023 +0000 17.2 +++ b/l2tpd/receipt Wed Jul 19 11:40:29 2023 +0000 17.3 @@ -16,7 +16,7 @@ 17.4 current_version() 17.5 { 17.6 wget -O - https://sourceforge.net/projects/l2tpd/files/L2TPd/ 2>/dev/null | \ 17.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 17.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 17.9 sed '/scope="row/!d;s|.*/L2TPd/||;s|/.*||;q' 17.10 } 17.11
18.1 --- a/lame/receipt Wed Jul 19 10:59:53 2023 +0000 18.2 +++ b/lame/receipt Wed Jul 19 11:40:29 2023 +0000 18.3 @@ -24,7 +24,7 @@ 18.4 current_version() 18.5 { 18.6 wget -O - https://sourceforge.net/projects/lame/files/lame/ 2>/dev/null | \ 18.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 18.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 18.9 sed '/scope="row/!d;s|.*/lame/||;s|/.*||;q' 18.10 } 18.11
19.1 --- a/lazarus/receipt Wed Jul 19 10:59:53 2023 +0000 19.2 +++ b/lazarus/receipt Wed Jul 19 11:40:29 2023 +0000 19.3 @@ -18,7 +18,7 @@ 19.4 current_version() 19.5 { 19.6 wget -O - 'https://sourceforge.net/projects/lazarus/files/Lazarus Linux SRC RPM/' 2>/dev/null | \ 19.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 19.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 19.9 sed '/scope="row/!d;s|.*/Lazarus%20||;s|/.*||;q' 19.10 } 19.11
20.1 --- a/lbreakout2/receipt Wed Jul 19 10:59:53 2023 +0000 20.2 +++ b/lbreakout2/receipt Wed Jul 19 11:40:29 2023 +0000 20.3 @@ -19,7 +19,7 @@ 20.4 current_version() 20.5 { 20.6 wget -O - https://sourceforge.net/projects/lgames/files/lbreakout2/ 2>/dev/null | \ 20.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 20.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 20.9 sed '/scope="row/!d;/tar/!d;s|.*/lbreakout2-||;s|.tar.*||;q' 20.10 } 20.11
21.1 --- a/lcms/receipt Wed Jul 19 10:59:53 2023 +0000 21.2 +++ b/lcms/receipt Wed Jul 19 11:40:29 2023 +0000 21.3 @@ -14,10 +14,11 @@ 21.4 RELATED="lcms-dev lcms-apps" 21.5 BUILD_DEPENDS="tiff-dev jpeg-dev zlib-dev" 21.6 21.7 +# What is the latest version available today? 21.8 current_version() 21.9 { 21.10 wget -O - https://sourceforge.net/projects/lcms/files/lcms/ 2>/dev/null | \ 21.11 - sed '/scope="row/!d;/lcms.1/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 21.12 + sed '/scope="row/!d;/lcms.1/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 21.13 sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 21.14 } 21.15
22.1 --- a/ldapfuse/receipt Wed Jul 19 10:59:53 2023 +0000 22.2 +++ b/ldapfuse/receipt Wed Jul 19 11:40:29 2023 +0000 22.3 @@ -17,7 +17,7 @@ 22.4 current_version() 22.5 { 22.6 wget -O - https://sourceforge.net/projects/ldapfuse/files/ 2>/dev/null | \ 22.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 22.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 22.9 sed '/scope="row/!d;s|.*/files/||;s|/.*||;q' 22.10 } 22.11
23.1 --- a/lessfs/receipt Wed Jul 19 10:59:53 2023 +0000 23.2 +++ b/lessfs/receipt Wed Jul 19 11:40:29 2023 +0000 23.3 @@ -19,7 +19,7 @@ 23.4 current_version() 23.5 { 23.6 wget -O - https://sourceforge.net/projects/lessfs/files/lessfs/ 2>/dev/null | \ 23.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 23.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 23.9 sed '/scope="row/!d;s|.*/lessfs-||;s|.tar.*||;q' 23.10 } 23.11
24.1 --- a/lesstif/receipt Wed Jul 19 10:59:53 2023 +0000 24.2 +++ b/lesstif/receipt Wed Jul 19 11:40:29 2023 +0000 24.3 @@ -19,7 +19,7 @@ 24.4 current_version() 24.5 { 24.6 wget -O - https://sourceforge.net/projects/lesstif/files/lesstif/ 2>/dev/null | \ 24.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 24.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 24.9 sed '/scope="row/!d;s|.*/lesstif/||;s|/.*||;q' 24.10 } 24.11
25.1 --- a/lftpfs/receipt Wed Jul 19 10:59:53 2023 +0000 25.2 +++ b/lftpfs/receipt Wed Jul 19 11:40:29 2023 +0000 25.3 @@ -17,7 +17,7 @@ 25.4 current_version() 25.5 { 25.6 wget -O - https://sourceforge.net/projects/lftpfs/files/lftpfs/ 2>/dev/null | \ 25.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 25.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 25.9 sed '/scope="row/!d;s|.*/lftpfs-||;s|.tar.*||;q' 25.10 } 25.11
26.1 --- a/libboost-dev/receipt Wed Jul 19 10:59:53 2023 +0000 26.2 +++ b/libboost-dev/receipt Wed Jul 19 11:40:29 2023 +0000 26.3 @@ -34,7 +34,7 @@ 26.4 current_version() 26.5 { 26.6 wget -O - https://sourceforge.net/projects/boost/files/boost/ 2>/dev/null | \ 26.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 26.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 26.9 sed '/scope="row/!d;s|.*/boost/||;s|/.*||;q' 26.10 } 26.11
27.1 --- a/libcclc/receipt Wed Jul 19 10:59:53 2023 +0000 27.2 +++ b/libcclc/receipt Wed Jul 19 11:40:29 2023 +0000 27.3 @@ -18,7 +18,7 @@ 27.4 current_version() 27.5 { 27.6 wget -O - https://sourceforge.net/projects/ccl/files/libcclc/ 2>/dev/null | \ 27.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 27.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 27.9 sed '/scope="row/!d;s|.*/libcclc/||;s|/.*||;q' 27.10 } 27.11
28.1 --- a/libccls/receipt Wed Jul 19 10:59:53 2023 +0000 28.2 +++ b/libccls/receipt Wed Jul 19 11:40:29 2023 +0000 28.3 @@ -18,7 +18,7 @@ 28.4 current_version() 28.5 { 28.6 wget -O - https://sourceforge.net/projects/ccl/files/libccls/ 2>/dev/null | \ 28.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 28.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 28.9 sed '/scope="row/!d;s|.*/libccls/||;s|/.*||;q' 28.10 } 28.11
29.1 --- a/libcddb/receipt Wed Jul 19 10:59:53 2023 +0000 29.2 +++ b/libcddb/receipt Wed Jul 19 11:40:29 2023 +0000 29.3 @@ -14,7 +14,7 @@ 29.4 current_version() 29.5 { 29.6 wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 29.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 29.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 29.9 sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 29.10 } 29.11
30.1 --- a/libdbi/receipt Wed Jul 19 10:59:53 2023 +0000 30.2 +++ b/libdbi/receipt Wed Jul 19 11:40:29 2023 +0000 30.3 @@ -16,7 +16,7 @@ 30.4 current_version() 30.5 { 30.6 wget -O - https://sourceforge.net/projects/libdbi/files/libdbi/ 2>/dev/null | \ 30.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 30.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 30.9 sed '/scope="row/!d;s|.*/libdbi-||;s|/.*||;q' 30.10 } 30.11
31.1 --- a/libdisasm/receipt Wed Jul 19 10:59:53 2023 +0000 31.2 +++ b/libdisasm/receipt Wed Jul 19 11:40:29 2023 +0000 31.3 @@ -17,7 +17,7 @@ 31.4 current_version() 31.5 { 31.6 wget -O - https://sourceforge.net/projects/bastard/files/libdisasm/ 2>/dev/null | \ 31.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 31.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 31.9 sed '/scope="row/!d;s|.*/libdisasm/||;s|/.*||;q' 31.10 } 31.11
32.1 --- a/libdv/receipt Wed Jul 19 10:59:53 2023 +0000 32.2 +++ b/libdv/receipt Wed Jul 19 11:40:29 2023 +0000 32.3 @@ -17,7 +17,7 @@ 32.4 current_version() 32.5 { 32.6 wget -O - https://sourceforge.net/projects/libdv/files/libdv/ 2>/dev/null | \ 32.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 32.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 32.9 sed '/scope="row/!d;s|.*/libdv/||;s|/.*||;q' 32.10 } 32.11
33.1 --- a/libgphoto2/receipt Wed Jul 19 10:59:53 2023 +0000 33.2 +++ b/libgphoto2/receipt Wed Jul 19 11:40:29 2023 +0000 33.3 @@ -21,7 +21,7 @@ 33.4 current_version() 33.5 { 33.6 wget -O - https://sourceforge.net/projects/gphoto/files/libgphoto/ 2>/dev/null | \ 33.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 33.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 33.9 sed '/scope="row/!d;s|.*/libgphoto/||;s|/.*||;q' 33.10 } 33.11
34.1 --- a/libgpod/receipt Wed Jul 19 10:59:53 2023 +0000 34.2 +++ b/libgpod/receipt Wed Jul 19 11:40:29 2023 +0000 34.3 @@ -19,7 +19,7 @@ 34.4 current_version() 34.5 { 34.6 wget -O - https://sourceforge.net/projects/gtkpod/files/libgpod/ 2>/dev/null | \ 34.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 34.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 34.9 sed '/scope="row/!d;s|.*/libgpod-||;s|.tar.*||;q' 34.10 } 34.11
35.1 --- a/libid3tag/receipt Wed Jul 19 10:59:53 2023 +0000 35.2 +++ b/libid3tag/receipt Wed Jul 19 11:40:29 2023 +0000 35.3 @@ -18,7 +18,7 @@ 35.4 current_version() 35.5 { 35.6 wget -O - https://sourceforge.net/projects/mad/files/libid3tag/ 2>/dev/null | \ 35.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 35.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 35.9 sed '/scope="row/!d;s|.*/libid3tag/||;s|/.*||;q' 35.10 } 35.11
36.1 --- a/liblinebreak/receipt Wed Jul 19 10:59:53 2023 +0000 36.2 +++ b/liblinebreak/receipt Wed Jul 19 11:40:29 2023 +0000 36.3 @@ -15,7 +15,7 @@ 36.4 current_version() 36.5 { 36.6 wget -O - https://sourceforge.net/projects/vimgadgets/files/liblinebreak/ 2>/dev/null | \ 36.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 36.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 36.9 sed '/scope="row/!d;s|.*/liblinebreak/||;s|/.*||;q' 36.10 } 36.11
37.1 --- a/liblo/receipt Wed Jul 19 10:59:53 2023 +0000 37.2 +++ b/liblo/receipt Wed Jul 19 11:40:29 2023 +0000 37.3 @@ -18,7 +18,7 @@ 37.4 current_version() 37.5 { 37.6 wget -O - https://sourceforge.net/projects/liblo/files/liblo/ 2>/dev/null | \ 37.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 37.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 37.9 sed '/scope="row/!d;s|.*/liblo/||;s|/.*||;q' 37.10 } 37.11
38.1 --- a/libmad/receipt Wed Jul 19 10:59:53 2023 +0000 38.2 +++ b/libmad/receipt Wed Jul 19 11:40:29 2023 +0000 38.3 @@ -11,10 +11,11 @@ 38.4 WGET_URL="$SF_MIRROR/mad/$TARBALL" 38.5 HOST_ARCH="i486 arm" 38.6 38.7 +# What is the latest version available today? 38.8 current_version() 38.9 { 38.10 wget -O - https://sourceforge.net/projects/mad/files/libmad/ 2>/dev/null | \ 38.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 38.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 38.13 sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 38.14 } 38.15
39.1 --- a/libmcrypt/receipt Wed Jul 19 10:59:53 2023 +0000 39.2 +++ b/libmcrypt/receipt Wed Jul 19 11:40:29 2023 +0000 39.3 @@ -16,7 +16,7 @@ 39.4 current_version() 39.5 { 39.6 wget -O - https://sourceforge.net/projects/mcrypt/files/Libmcrypt/ 2>/dev/null | \ 39.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 39.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 39.9 sed '/scope="row/!d;s|.*/Libmcrypt/||;s|/.*||;q' 39.10 } 39.11
40.1 --- a/libmikmod/receipt Wed Jul 19 10:59:53 2023 +0000 40.2 +++ b/libmikmod/receipt Wed Jul 19 11:40:29 2023 +0000 40.3 @@ -18,7 +18,7 @@ 40.4 current_version() 40.5 { 40.6 wget -O - https://sourceforge.net/projects/mikmod/files/libmikmod/ 2>/dev/null | \ 40.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 40.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 40.9 sed '/scope="row/!d;s|.*/libmikmod/||;s|/.*||;q' 40.10 } 40.11
41.1 --- a/libmms/receipt Wed Jul 19 10:59:53 2023 +0000 41.2 +++ b/libmms/receipt Wed Jul 19 11:40:29 2023 +0000 41.3 @@ -18,7 +18,7 @@ 41.4 current_version() 41.5 { 41.6 wget -O - https://sourceforge.net/projects//libmms/files/libmms/ 2>/dev/null | \ 41.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 41.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 41.9 sed '/scope="row/!d;s|.*/libmms/||;s|/.*||;q' 41.10 } 41.11
42.1 --- a/libmng/receipt Wed Jul 19 10:59:53 2023 +0000 42.2 +++ b/libmng/receipt Wed Jul 19 11:40:29 2023 +0000 42.3 @@ -17,7 +17,7 @@ 42.4 current_version() 42.5 { 42.6 wget -O - https://sourceforge.net/projects/libmng/files/libmng-devel/ 2>/dev/null | \ 42.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 42.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 42.9 sed '/scope="row/!d;s|.*/libmng-devel/||;s|/.*||;q' 42.10 } 42.11
43.1 --- a/libmodplug/receipt Wed Jul 19 10:59:53 2023 +0000 43.2 +++ b/libmodplug/receipt Wed Jul 19 11:40:29 2023 +0000 43.3 @@ -20,7 +20,7 @@ 43.4 current_version() 43.5 { 43.6 wget -O - https://sourceforge.net/projects/modplug-xmms/files/libmodplug/ 2>/dev/null | \ 43.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 43.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 43.9 sed '/scope="row/!d;s|.*/libmodplug/||;s|/.*||;q' 43.10 } 43.11
44.1 --- a/libmtp/receipt Wed Jul 19 10:59:53 2023 +0000 44.2 +++ b/libmtp/receipt Wed Jul 19 11:40:29 2023 +0000 44.3 @@ -20,7 +20,7 @@ 44.4 current_version() 44.5 { 44.6 wget -O - https://sourceforge.net/projects/libmtp/files/libmtp/ 2>/dev/null | \ 44.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 44.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 44.9 sed '/scope="row/!d;s|.*/libmtp/||;s|/.*||;q' 44.10 } 44.11
45.1 --- a/libnjb/receipt Wed Jul 19 10:59:53 2023 +0000 45.2 +++ b/libnjb/receipt Wed Jul 19 11:40:29 2023 +0000 45.3 @@ -18,7 +18,7 @@ 45.4 current_version() 45.5 { 45.6 wget -O - https://sourceforge.net/projects/libnjb/files/libnjb/ 2>/dev/null | \ 45.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 45.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 45.9 sed '/scope="row/!d;s|.*/libnjb/||;s|/.*||;q' 45.10 } 45.11
46.1 --- a/libofx/receipt Wed Jul 19 10:59:53 2023 +0000 46.2 +++ b/libofx/receipt Wed Jul 19 11:40:29 2023 +0000 46.3 @@ -17,7 +17,7 @@ 46.4 current_version() 46.5 { 46.6 wget -O - https://sourceforge.net/projects/libofx/files/libofx/ 2>/dev/null | \ 46.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 46.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 46.9 sed '/scope="row/!d;s|.*/libofx/||;s|/.*||;q' 46.10 } 46.11
47.1 --- a/libpano13/receipt Wed Jul 19 10:59:53 2023 +0000 47.2 +++ b/libpano13/receipt Wed Jul 19 11:40:29 2023 +0000 47.3 @@ -18,7 +18,7 @@ 47.4 current_version() 47.5 { 47.6 wget -O - https://sourceforge.net/projects/panotools/files/libpano13/ 2>/dev/null | \ 47.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 47.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 47.9 sed '/scope="row/!d;/tar/!d;s|.*/libpano13-||;s|.tar.*||;q' 47.10 } 47.11
48.1 --- a/libpfm/receipt Wed Jul 19 10:59:53 2023 +0000 48.2 +++ b/libpfm/receipt Wed Jul 19 11:40:29 2023 +0000 48.3 @@ -18,7 +18,7 @@ 48.4 current_version() 48.5 { 48.6 wget -O - https://sourceforge.net/projects/perfmon2/files/ 2>/dev/null | \ 48.7 - sed '/scope="row/!d;/libpfm/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 48.8 + sed '/scope="row/!d;/libpfm/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 48.9 sed '/scope="row/!d;s|.*/libpfm-||;s|.tar.*||;q' 48.10 } 48.11
49.1 --- a/libpng+apng/receipt Wed Jul 19 10:59:53 2023 +0000 49.2 +++ b/libpng+apng/receipt Wed Jul 19 11:40:29 2023 +0000 49.3 @@ -25,7 +25,7 @@ 49.4 current_version() 49.5 { 49.6 wget -O - https://sourceforge.net/projects/libpng/files/ 2>/dev/null | \ 49.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 49.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 49.9 sed '/scope="row/!d;s|.*/libpng[0-9]*/||;s|/.*||;q' 49.10 } 49.11
50.1 --- a/libpng/receipt Wed Jul 19 10:59:53 2023 +0000 50.2 +++ b/libpng/receipt Wed Jul 19 11:40:29 2023 +0000 50.3 @@ -19,11 +19,12 @@ 50.4 arm) BUILD_DEPENDS="" ;; 50.5 esac 50.6 50.7 +# What is the latest version available today? 50.8 current_version() 50.9 { 50.10 wget -O - https://sourceforge.net/projects/libpng/files/ 2>/dev/null | \ 50.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 50.12 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 50.13 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 50.14 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 50.15 sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 50.16 } 50.17
51.1 --- a/libqscintilla/receipt Wed Jul 19 10:59:53 2023 +0000 51.2 +++ b/libqscintilla/receipt Wed Jul 19 11:40:29 2023 +0000 51.3 @@ -18,7 +18,7 @@ 51.4 current_version() 51.5 { 51.6 wget -O - https://sourceforge.net/projects/pyqt/files/ 2>/dev/null | \ 51.7 - sed '/scope="row/!d;/QScintilla/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 51.8 + sed '/scope="row/!d;/QScintilla/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 51.9 sed '/scope="row/!d;s|.*/QScintilla-||;s|/.*||;q' 51.10 } 51.11
52.1 --- a/libquicktime/receipt Wed Jul 19 10:59:53 2023 +0000 52.2 +++ b/libquicktime/receipt Wed Jul 19 11:40:29 2023 +0000 52.3 @@ -17,7 +17,7 @@ 52.4 current_version() 52.5 { 52.6 wget -O - https://sourceforge.net/projects/libquicktime/files/libquicktime/ 2>/dev/null | \ 52.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 52.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 52.9 sed '/libquicktime-/!d;/tar/!d;s|.*libquicktime-\(.*\).tar.*|\1|' | sort -Vr | sed q 52.10 } 52.11
53.1 --- a/libqwt5-qt4/receipt Wed Jul 19 10:59:53 2023 +0000 53.2 +++ b/libqwt5-qt4/receipt Wed Jul 19 11:40:29 2023 +0000 53.3 @@ -20,7 +20,7 @@ 53.4 current_version() 53.5 { 53.6 wget -O - https://sourceforge.net/projects/qwt/files/qwt/ 2>/dev/null | \ 53.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 53.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 53.9 sed '/scope="row/!d;s|.*/qwt/||;s|/.*||;q' 53.10 } 53.11
54.1 --- a/libqwt6-qt4/receipt Wed Jul 19 10:59:53 2023 +0000 54.2 +++ b/libqwt6-qt4/receipt Wed Jul 19 11:40:29 2023 +0000 54.3 @@ -19,7 +19,7 @@ 54.4 current_version() 54.5 { 54.6 wget -O - https://sourceforge.net/projects/qwt/files/qwt/ 2>/dev/null | \ 54.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 54.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 54.9 sed '/scope="row/!d;s|.*/qwt/||;s|/.*||;q' 54.10 } 54.11
55.1 --- a/libraryopt/receipt Wed Jul 19 10:59:53 2023 +0000 55.2 +++ b/libraryopt/receipt Wed Jul 19 11:40:29 2023 +0000 55.3 @@ -16,7 +16,7 @@ 55.4 current_version() 55.5 { 55.6 wget -O - https://sourceforge.net/projects/libraryopt/files/libraryopt/ 2>/dev/null | \ 55.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 55.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 55.9 sed '/scope="row/!d;s|.*/libraryopt-||;s|.tar.*||;q' 55.10 } 55.11
56.1 --- a/librsync/receipt Wed Jul 19 10:59:53 2023 +0000 56.2 +++ b/librsync/receipt Wed Jul 19 11:40:29 2023 +0000 56.3 @@ -17,7 +17,7 @@ 56.4 current_version() 56.5 { 56.6 wget -O - https://sourceforge.net/projects/librsync/files/librsync/ 2>/dev/null | \ 56.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 56.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 56.9 sed '/scope="row/!d;s|.*/librsync/||;s|/.*||;q' 56.10 } 56.11
57.1 --- a/libsdl-pango/receipt Wed Jul 19 10:59:53 2023 +0000 57.2 +++ b/libsdl-pango/receipt Wed Jul 19 11:40:29 2023 +0000 57.3 @@ -24,7 +24,7 @@ 57.4 current_version() 57.5 { 57.6 wget -O - https://sourceforge.net/projects/sdlpango/files/SDL_Pango/ 2>/dev/null | \ 57.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 57.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 57.9 sed '/scope="row/!d;s|.*/SDL_Pango/||;s|/.*||;q' 57.10 } 57.11
58.1 --- a/libspectrum/receipt Wed Jul 19 10:59:53 2023 +0000 58.2 +++ b/libspectrum/receipt Wed Jul 19 11:40:29 2023 +0000 58.3 @@ -17,7 +17,7 @@ 58.4 current_version() 58.5 { 58.6 wget -O - https://sourceforge.net/projects/fuse-emulator/files/libspectrum/ 2>/dev/null | \ 58.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 58.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 58.9 sed '/scope="row/!d;s|.*/libspectrum/||;s|/.*||;q' 58.10 } 58.11
59.1 --- a/libtirpc/receipt Wed Jul 19 10:59:53 2023 +0000 59.2 +++ b/libtirpc/receipt Wed Jul 19 11:40:29 2023 +0000 59.3 @@ -17,7 +17,7 @@ 59.4 current_version() 59.5 { 59.6 wget -O - https://sourceforge.net/projects/libtirpc/files/libtirpc/ 2>/dev/null | \ 59.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 59.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 59.9 sed '/scope="row/!d;s|.*/libtirpc/||;s|/.*||;q' 59.10 } 59.11
60.1 --- a/libtkimg/receipt Wed Jul 19 10:59:53 2023 +0000 60.2 +++ b/libtkimg/receipt Wed Jul 19 11:40:29 2023 +0000 60.3 @@ -19,7 +19,7 @@ 60.4 current_version() 60.5 { 60.6 wget -O - https://sourceforge.net/projects/tkimg/files/tkimg/ 2>/dev/null | \ 60.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 60.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 60.9 sed '/scope="row/!d;s|.*/tkimg%20||;s|/.*||;q' 60.10 } 60.11
61.1 --- a/libvncserver/receipt Wed Jul 19 10:59:53 2023 +0000 61.2 +++ b/libvncserver/receipt Wed Jul 19 11:40:29 2023 +0000 61.3 @@ -18,7 +18,7 @@ 61.4 current_version() 61.5 { 61.6 wget -O - https://sourceforge.net/projects/libvncserver/files/libvncserver/ 2>/dev/null | \ 61.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 61.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 61.9 sed '/scope="row/!d;s|.*/libvncserver/||;s|/.*||;q' 61.10 } 61.11
62.1 --- a/libwmf/receipt Wed Jul 19 10:59:53 2023 +0000 62.2 +++ b/libwmf/receipt Wed Jul 19 11:40:29 2023 +0000 62.3 @@ -17,7 +17,7 @@ 62.4 current_version() 62.5 { 62.6 wget -O - https://sourceforge.net/projects/wvware/files/libwmf/ 2>/dev/null | \ 62.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 62.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 62.9 sed '/scope="row/!d;s|.*/libwmf/||;s|/.*||;q' 62.10 } 62.11
63.1 --- a/linapple/receipt Wed Jul 19 10:59:53 2023 +0000 63.2 +++ b/linapple/receipt Wed Jul 19 11:40:29 2023 +0000 63.3 @@ -21,7 +21,7 @@ 63.4 current_version() 63.5 { 63.6 wget -O - https://sourceforge.net/projects/linapple/files/linapple/ 2>/dev/null | \ 63.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 63.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 63.9 sed '/scope="row/!d;s|.*/linapple_src-||;s|.tar.*||;q' 63.10 } 63.11
64.1 --- a/lirc/receipt Wed Jul 19 10:59:53 2023 +0000 64.2 +++ b/lirc/receipt Wed Jul 19 11:40:29 2023 +0000 64.3 @@ -20,7 +20,7 @@ 64.4 current_version() 64.5 { 64.6 wget -O - https://sourceforge.net/projects/lirc/files/LIRC/ 2>/dev/null | \ 64.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 64.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 64.9 sed '/scope="row/!d;s|.*/LIRC/||;s|/.*||;q' 64.10 } 64.11
65.1 --- a/lirc64/receipt Wed Jul 19 10:59:53 2023 +0000 65.2 +++ b/lirc64/receipt Wed Jul 19 11:40:29 2023 +0000 65.3 @@ -25,7 +25,7 @@ 65.4 current_version() 65.5 { 65.6 wget -O - https://sourceforge.net/projects/lirc/files/LIRC/ 2>/dev/null | \ 65.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 65.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 65.9 sed '/scope="row/!d;s|.*/LIRC/||;s|/.*||;q' 65.10 } 65.11
66.1 --- a/littleutils/receipt Wed Jul 19 10:59:53 2023 +0000 66.2 +++ b/littleutils/receipt Wed Jul 19 11:40:29 2023 +0000 66.3 @@ -17,7 +17,7 @@ 66.4 current_version() 66.5 { 66.6 wget -O - https://sourceforge.net/projects/littleutils/files/littleutils-source/ 2>/dev/null | \ 66.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 66.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 66.9 sed '/scope="row/!d;s|.*/littleutils-source/||;s|/.*||;q' 66.10 } 66.11
67.1 --- a/lockdis/receipt Wed Jul 19 10:59:53 2023 +0000 67.2 +++ b/lockdis/receipt Wed Jul 19 11:40:29 2023 +0000 67.3 @@ -17,7 +17,7 @@ 67.4 current_version() 67.5 { 67.6 wget -O - https://sourceforge.net/projects/lockdis/files/lockdis/ 2>/dev/null | \ 67.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 67.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 67.9 sed '/scope="row/!d;s|.*/lockdis-||;s|.tar.*||;q' 67.10 } 67.11
68.1 --- a/log4c/receipt Wed Jul 19 10:59:53 2023 +0000 68.2 +++ b/log4c/receipt Wed Jul 19 11:40:29 2023 +0000 68.3 @@ -18,7 +18,7 @@ 68.4 current_version() 68.5 { 68.6 wget -O - https://sourceforge.net/projects/log4c/files/log4c/ 2>/dev/null | \ 68.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 68.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 68.9 sed '/scope="row/!d;s|.*/log4c/||;s|/.*||;q' 68.10 } 68.11
69.1 --- a/lostirc/receipt Wed Jul 19 10:59:53 2023 +0000 69.2 +++ b/lostirc/receipt Wed Jul 19 11:40:29 2023 +0000 69.3 @@ -17,7 +17,7 @@ 69.4 current_version() 69.5 { 69.6 wget -O - https://sourceforge.net/projects/lostirc/files/lostirc/ 2>/dev/null | \ 69.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 69.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 69.9 sed '/scope="row/!d;s|.*/lostirc/||;s|/.*||;q' 69.10 } 69.11
70.1 --- a/luckybackup/receipt Wed Jul 19 10:59:53 2023 +0000 70.2 +++ b/luckybackup/receipt Wed Jul 19 11:40:29 2023 +0000 70.3 @@ -19,7 +19,7 @@ 70.4 current_version() 70.5 { 70.6 wget -O - https://sourceforge.net/projects/luckybackup/files/ 2>/dev/null | \ 70.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 70.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 70.9 sed '/scope="row/!d;s|.*/files/||;s|/.*||;q' 70.10 } 70.11
71.1 --- a/lvm2/receipt Wed Jul 19 10:59:53 2023 +0000 71.2 +++ b/lvm2/receipt Wed Jul 19 11:40:29 2023 +0000 71.3 @@ -18,6 +18,7 @@ 71.4 71.5 # @maintainer: Please update also libdevmapper and libdevmapper-dev 71.6 71.7 +# What is the latest version available today? 71.8 current_version() 71.9 { 71.10 wget -O - $(dirname $WGET_URL) 2>/dev/null | \
72.1 --- a/lxinput/receipt Wed Jul 19 10:59:53 2023 +0000 72.2 +++ b/lxinput/receipt Wed Jul 19 11:40:29 2023 +0000 72.3 @@ -18,10 +18,11 @@ 72.4 72.5 HOST_ARCH="i486 arm" 72.6 72.7 +# What is the latest version available today? 72.8 current_version() 72.9 { 72.10 wget -O - https://sourceforge.net/projects/lxde/files/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/ 2>/dev/null | \ 72.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 72.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 72.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 72.14 } 72.15
73.1 --- a/lxlauncher/receipt Wed Jul 19 10:59:53 2023 +0000 73.2 +++ b/lxlauncher/receipt Wed Jul 19 11:40:29 2023 +0000 73.3 @@ -18,10 +18,11 @@ 73.4 menu-cache-dev startup-notification \ 73.5 startup-notification-dev xorg-libX11-dev" 73.6 73.7 +# What is the latest version available today? 73.8 current_version() 73.9 { 73.10 wget -O - https://sourceforge.net/projects/lxde/files/LXLauncher%20%28for%20Asus%20EeePC%29/ 2>/dev/null | \ 73.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 73.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 73.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 73.14 } 73.15
74.1 --- a/lxpanel/receipt Wed Jul 19 10:59:53 2023 +0000 74.2 +++ b/lxpanel/receipt Wed Jul 19 11:40:29 2023 +0000 74.3 @@ -35,7 +35,7 @@ 74.4 current_version() 74.5 { 74.6 wget -O - https://sourceforge.net/projects/lxde/files/LXPanel%20%28desktop%20panel%29/ 2>/dev/null | \ 74.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 74.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 74.9 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 74.10 } 74.11
75.1 --- a/lxrandr/receipt Wed Jul 19 10:59:53 2023 +0000 75.2 +++ b/lxrandr/receipt Wed Jul 19 11:40:29 2023 +0000 75.3 @@ -17,10 +17,11 @@ 75.4 75.5 HOST_ARCH="i486 arm" 75.6 75.7 +# What is the latest version available today? 75.8 current_version() 75.9 { 75.10 wget -O - https://sourceforge.net/projects/lxde/files/LXRandR%20%28monitor%20config%20tool%29/ 2>/dev/null | \ 75.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 75.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 75.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 75.14 } 75.15
76.1 --- a/lxsession-edit/receipt Wed Jul 19 10:59:53 2023 +0000 76.2 +++ b/lxsession-edit/receipt Wed Jul 19 11:40:29 2023 +0000 76.3 @@ -16,10 +16,11 @@ 76.4 DEPENDS="gtk+ lxsession" 76.5 BUILD_DEPENDS="gtk+-dev" 76.6 76.7 +# What is the latest version available today? 76.8 current_version() 76.9 { 76.10 wget -O - https://sourceforge.net/projects/lxde/files/LXSession%20Edit/ 2>/dev/null | \ 76.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 76.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 76.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 76.14 } 76.15
77.1 --- a/lxsession/receipt Wed Jul 19 10:59:53 2023 +0000 77.2 +++ b/lxsession/receipt Wed Jul 19 11:40:29 2023 +0000 77.3 @@ -17,10 +17,11 @@ 77.4 77.5 HOST_ARCH="i486 arm" 77.6 77.7 +# What is the latest version available today? 77.8 current_version() 77.9 { 77.10 wget -O - https://sourceforge.net/projects/lxde/files/LXSession%20%28session%20manager%29/ 2>/dev/null | \ 77.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 77.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 77.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 77.14 } 77.15
78.1 --- a/lxsession046/receipt Wed Jul 19 10:59:53 2023 +0000 78.2 +++ b/lxsession046/receipt Wed Jul 19 11:40:29 2023 +0000 78.3 @@ -16,10 +16,11 @@ 78.4 DEPENDS="gtk+ dbus" 78.5 BUILD_DEPENDS="gtk+-dev dbus-dev intltool" 78.6 78.7 +# What is the latest version available today? 78.8 current_version() 78.9 { 78.10 wget -O - https://sourceforge.net/projects/lxde/files/LXSession%20%28session%20manager%29/ 2>/dev/null | \ 78.11 - sed '/scope="row/!d;/0.4.6/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 78.12 + sed '/scope="row/!d;/0.4.6/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 78.13 sed "/$ORIGIN-/!d;s|.*$ORIGIN-\\(.*\\).tar.*\".*|\\1|;q" 78.14 } 78.15
79.1 --- a/lxshortcut/receipt Wed Jul 19 10:59:53 2023 +0000 79.2 +++ b/lxshortcut/receipt Wed Jul 19 11:40:29 2023 +0000 79.3 @@ -21,7 +21,7 @@ 79.4 current_version() 79.5 { 79.6 wget -O - https://sourceforge.net/projects/lxde/files/LXShortcut%20%28edit%20app%20shortcut%29/ 2>/dev/null | \ 79.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 79.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 79.9 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 79.10 } 79.11
80.1 --- a/lxtask/receipt Wed Jul 19 10:59:53 2023 +0000 80.2 +++ b/lxtask/receipt Wed Jul 19 11:40:29 2023 +0000 80.3 @@ -18,10 +18,11 @@ 80.4 80.5 HOST_ARCH="i486 arm" 80.6 80.7 +# What is the latest version available today? 80.8 current_version() 80.9 { 80.10 wget -O - https://sourceforge.net/projects/lxde/files/LXTask%20%28task%20manager%29/ 2>/dev/null | \ 80.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 80.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 80.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 80.14 } 80.15
81.1 --- a/lxterminal/receipt Wed Jul 19 10:59:53 2023 +0000 81.2 +++ b/lxterminal/receipt Wed Jul 19 11:40:29 2023 +0000 81.3 @@ -16,10 +16,11 @@ 81.4 DEPENDS="gtk+ vte" 81.5 BUILD_DEPENDS="gtk+-dev intltool vte-dev vte-terminal" 81.6 81.7 +# What is the latest version available today? 81.8 current_version() 81.9 { 81.10 wget -O - https://sourceforge.net/projects/lxde/files/LXTerminal%20%28terminal%20emulator%29/ 2>/dev/null | \ 81.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 81.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 81.13 sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 81.14 } 81.15
82.1 --- a/lzma/receipt Wed Jul 19 10:59:53 2023 +0000 82.2 +++ b/lzma/receipt Wed Jul 19 11:40:29 2023 +0000 82.3 @@ -18,7 +18,7 @@ 82.4 current_version() 82.5 { 82.6 wget -O - https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/ 2>/dev/null | \ 82.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 82.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 82.9 sed "/$PACKAGE/!d;/tar/!d;s|.*$PACKAGE\\(.\\)\\(.*\\).tar.*\".*|\\1.\\2|;q" 82.10 } 82.11
83.1 --- a/magnifier/receipt Wed Jul 19 10:59:53 2023 +0000 83.2 +++ b/magnifier/receipt Wed Jul 19 11:40:29 2023 +0000 83.3 @@ -19,7 +19,7 @@ 83.4 current_version() 83.5 { 83.6 wget -O - https://sourceforge.net/projects/magnifier/files/magnifier%20for%20Linux/ 2>/dev/null | \ 83.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 83.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 83.9 sed '/scope="row/!d;s|.*/magnifier%20for%20Linux/||;s|/.*||;q' 83.10 } 83.11
84.1 --- a/mailsync/receipt Wed Jul 19 10:59:53 2023 +0000 84.2 +++ b/mailsync/receipt Wed Jul 19 11:40:29 2023 +0000 84.3 @@ -21,7 +21,7 @@ 84.4 current_version() 84.5 { 84.6 wget -O - https://sourceforge.net/projects/mailsync/files/mailsync/ 2>/dev/null | \ 84.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 84.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 84.9 sed '/scope="row/!d;s|.*/mailsync/||;s|/.*||;q' 84.10 } 84.11
85.1 --- a/mailx/receipt Wed Jul 19 10:59:53 2023 +0000 85.2 +++ b/mailx/receipt Wed Jul 19 11:40:29 2023 +0000 85.3 @@ -16,7 +16,7 @@ 85.4 current_version() 85.5 { 85.6 wget -O - https://sourceforge.net/projects/heirloom/files/heirloom-mailx/ 2>/dev/null | \ 85.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 85.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 85.9 sed '/scope="row/!d;s|.*/heirloom-mailx/||;s|/.*||;q' 85.10 } 85.11
86.1 --- a/maxima/receipt Wed Jul 19 10:59:53 2023 +0000 86.2 +++ b/maxima/receipt Wed Jul 19 11:40:29 2023 +0000 86.3 @@ -17,7 +17,7 @@ 86.4 current_version() 86.5 { 86.6 wget -O - https://sourceforge.net/projects/maxima/files/Maxima-source/ 2>/dev/null | \ 86.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 86.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 86.9 sed '/scope="row/!d;s|.*/Maxima-source/||;s|-source/.*||;q' 86.10 } 86.11
87.1 --- a/mcrypt/receipt Wed Jul 19 10:59:53 2023 +0000 87.2 +++ b/mcrypt/receipt Wed Jul 19 11:40:29 2023 +0000 87.3 @@ -17,7 +17,7 @@ 87.4 current_version() 87.5 { 87.6 wget -O - https://sourceforge.net/projects/mcrypt/files/MCrypt/ 2>/dev/null | \ 87.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 87.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 87.9 sed '/scope="row/!d;s|.*/MCrypt/||;s|/.*||;q' 87.10 } 87.11
88.1 --- a/mdbtools/receipt Wed Jul 19 10:59:53 2023 +0000 88.2 +++ b/mdbtools/receipt Wed Jul 19 11:40:29 2023 +0000 88.3 @@ -17,7 +17,7 @@ 88.4 current_version() 88.5 { 88.6 wget -O - https://sourceforge.net/projects/mdbtools/files/mdbtools/ 2>/dev/null | \ 88.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 88.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 88.9 sed '/scope="row/!d;s|.*/mdbtools/||;s|/.*||;q' 88.10 } 88.11
89.1 --- a/mfstool/receipt Wed Jul 19 10:59:53 2023 +0000 89.2 +++ b/mfstool/receipt Wed Jul 19 11:40:29 2023 +0000 89.3 @@ -14,7 +14,7 @@ 89.4 current_version() 89.5 { 89.6 wget -O - https://sourceforge.net/projects/mfstool/files/mfstool/ 2>/dev/null | \ 89.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 89.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 89.9 sed '/scope="row/!d;s|.*/mfstool/||;s|/.*||;s|-||;q' 89.10 } 89.11
90.1 --- a/mhash/receipt Wed Jul 19 10:59:53 2023 +0000 90.2 +++ b/mhash/receipt Wed Jul 19 11:40:29 2023 +0000 90.3 @@ -14,7 +14,7 @@ 90.4 current_version() 90.5 { 90.6 wget -O - https://sourceforge.net/projects/mhash/files/mhash/ 2>/dev/null | \ 90.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 90.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 90.9 sed '/scope="row/!d;s|.*/mhash/||;s|/.*||;q' 90.10 } 90.11
91.1 --- a/miau/receipt Wed Jul 19 10:59:53 2023 +0000 91.2 +++ b/miau/receipt Wed Jul 19 11:40:29 2023 +0000 91.3 @@ -15,7 +15,7 @@ 91.4 current_version() 91.5 { 91.6 wget -O - https://sourceforge.net/projects/miau/files/miau/ 2>/dev/null | \ 91.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 91.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 91.9 sed '/scope="row/!d;s|.*/miau/||;s|/.*||;q' 91.10 } 91.11
92.1 --- a/mikmod/receipt Wed Jul 19 10:59:53 2023 +0000 92.2 +++ b/mikmod/receipt Wed Jul 19 11:40:29 2023 +0000 92.3 @@ -18,7 +18,7 @@ 92.4 current_version() 92.5 { 92.6 wget -O - https://sourceforge.net/projects/mikmod/files/mikmod/ 2>/dev/null | \ 92.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 92.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 92.9 sed '/scope="row/!d;s|.*/mikmod/||;s|/.*||;q' 92.10 } 92.11
93.1 --- a/mingw32-binutils/receipt Wed Jul 19 10:59:53 2023 +0000 93.2 +++ b/mingw32-binutils/receipt Wed Jul 19 11:40:29 2023 +0000 93.3 @@ -24,7 +24,7 @@ 93.4 current_version() 93.5 { 93.6 wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/ 2>/dev/null | \ 93.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 93.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 93.9 sed '/scope="row/!d;s|.*/binutils-||;s|/.*||;q' 93.10 } 93.11
94.1 --- a/mingw32-gcc-c/receipt Wed Jul 19 10:59:53 2023 +0000 94.2 +++ b/mingw32-gcc-c/receipt Wed Jul 19 11:40:29 2023 +0000 94.3 @@ -26,7 +26,7 @@ 94.4 current_version() 94.5 { 94.6 wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/ 2>/dev/null | \ 94.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 94.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 94.9 sed '/scope="row/!d;s|.*/gcc-||;s|/.*||;q' 94.10 } 94.11
95.1 --- a/mingw32-gcc/receipt Wed Jul 19 10:59:53 2023 +0000 95.2 +++ b/mingw32-gcc/receipt Wed Jul 19 11:40:29 2023 +0000 95.3 @@ -31,7 +31,7 @@ 95.4 current_version() 95.5 { 95.6 wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/ 2>/dev/null | \ 95.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 95.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 95.9 sed '/scope="row/!d;s|.*/gcc-||;s|/.*||;q' 95.10 } 95.11
96.1 --- a/mingw32-runtime-headers/receipt Wed Jul 19 10:59:53 2023 +0000 96.2 +++ b/mingw32-runtime-headers/receipt Wed Jul 19 11:40:29 2023 +0000 96.3 @@ -23,7 +23,7 @@ 96.4 current_version() 96.5 { 96.6 wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/mingwrt/ 2>/dev/null | \ 96.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 96.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 96.9 sed '/scope="row/!d;s|.*/mingwrt-||;s|-src.*||;q' 96.10 } 96.11
97.1 --- a/mingw32-runtime/receipt Wed Jul 19 10:59:53 2023 +0000 97.2 +++ b/mingw32-runtime/receipt Wed Jul 19 11:40:29 2023 +0000 97.3 @@ -24,7 +24,7 @@ 97.4 current_version() 97.5 { 97.6 wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/mingwrt/ 2>/dev/null | \ 97.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 97.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 97.9 sed '/scope="row/!d;s|.*/mingwrt-||;s|-src.*||;q' 97.10 } 97.11
98.1 --- a/mingw32-w32api-headers/receipt Wed Jul 19 10:59:53 2023 +0000 98.2 +++ b/mingw32-w32api-headers/receipt Wed Jul 19 11:40:29 2023 +0000 98.3 @@ -23,7 +23,7 @@ 98.4 current_version() 98.5 { 98.6 wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/ 2>/dev/null | \ 98.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 98.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 98.9 sed '/scope="row/!d;s|.*/w32api-||;s|-src.*||;q' 98.10 } 98.11
99.1 --- a/mingw32-w32api/receipt Wed Jul 19 10:59:53 2023 +0000 99.2 +++ b/mingw32-w32api/receipt Wed Jul 19 11:40:29 2023 +0000 99.3 @@ -24,7 +24,7 @@ 99.4 current_version() 99.5 { 99.6 wget -O - https://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/ 2>/dev/null | \ 99.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 99.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 99.9 sed '/scope="row/!d;s|.*/w32api-||;s|-src.*||;q' 99.10 } 99.11
100.1 --- a/minidlna/receipt Wed Jul 19 10:59:53 2023 +0000 100.2 +++ b/minidlna/receipt Wed Jul 19 11:40:29 2023 +0000 100.3 @@ -21,7 +21,7 @@ 100.4 current_version() 100.5 { 100.6 wget -O - https://sourceforge.net/projects/minidlna/files/minidlna/ 2>/dev/null | \ 100.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 100.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 100.9 sed '/scope="row/!d;s|.*/minidlna/||;s|/.*||;q' 100.10 } 100.11
101.1 --- a/mjpegtools/receipt Wed Jul 19 10:59:53 2023 +0000 101.2 +++ b/mjpegtools/receipt Wed Jul 19 11:40:29 2023 +0000 101.3 @@ -21,7 +21,7 @@ 101.4 current_version() 101.5 { 101.6 wget -O - https://sourceforge.net/projects/mjpeg/files/mjpegtools/ 2>/dev/null | \ 101.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 101.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 101.9 sed '/scope="row/!d;s|.*/mjpegtools/||;s|/.*||;q' 101.10 } 101.11
102.1 --- a/moonshiner/receipt Wed Jul 19 10:59:53 2023 +0000 102.2 +++ b/moonshiner/receipt Wed Jul 19 11:40:29 2023 +0000 102.3 @@ -17,7 +17,7 @@ 102.4 current_version() 102.5 { 102.6 wget -O - https://sourceforge.net/projects/moonshiner/files/moonshiner/ 2>/dev/null | \ 102.7 - sed '/scope="row/!d;/snapshot/d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 102.8 + sed '/scope="row/!d;/snapshot/d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 102.9 sed '/scope="row/!d;s|.*/moonshiner/||;s|/.*||;q' 102.10 } 102.11
103.1 --- a/mp3gain/receipt Wed Jul 19 10:59:53 2023 +0000 103.2 +++ b/mp3gain/receipt Wed Jul 19 11:40:29 2023 +0000 103.3 @@ -18,7 +18,7 @@ 103.4 current_version() 103.5 { 103.6 wget -O - https://sourceforge.net/projects/mp3gain/files/mp3gain/ 2>/dev/null | \ 103.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 103.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 103.9 sed '/scope="row/!d;s|.*/mp3gain/||;s|/.*||;q' 103.10 } 103.11
104.1 --- a/mp3val/receipt Wed Jul 19 10:59:53 2023 +0000 104.2 +++ b/mp3val/receipt Wed Jul 19 11:40:29 2023 +0000 104.3 @@ -17,7 +17,7 @@ 104.4 current_version() 104.5 { 104.6 wget -O - https://sourceforge.net/projects/mp3val/files/mp3val/ 2>/dev/null | \ 104.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 104.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 104.9 sed '/scope="row/!d;s|.*/mp3val/mp3val%20||;s|/.*||;q' 104.10 } 104.11
105.1 --- a/mplayerplug-in/receipt Wed Jul 19 10:59:53 2023 +0000 105.2 +++ b/mplayerplug-in/receipt Wed Jul 19 11:40:29 2023 +0000 105.3 @@ -19,7 +19,7 @@ 105.4 current_version() 105.5 { 105.6 wget -O - https://sourceforge.net/projects/mplayerplug-in/files/mplayerplug-in/ 2>/dev/null | \ 105.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 105.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 105.9 sed '/scope="row/!d;s|.*/mplayerplug-in/v||;s|/.*||;q' 105.10 } 105.11
106.1 --- a/mrxvt/receipt Wed Jul 19 10:59:53 2023 +0000 106.2 +++ b/mrxvt/receipt Wed Jul 19 11:40:29 2023 +0000 106.3 @@ -21,7 +21,7 @@ 106.4 current_version() 106.5 { 106.6 wget -O - 'https://sourceforge.net/projects/materm/files/mrxvt source/' 2>/dev/null | \ 106.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 106.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 106.9 sed '/scope="row/!d;s|.*source/||;s|/.*||;q' 106.10 } 106.11
107.1 --- a/ms-sys/receipt Wed Jul 19 10:59:53 2023 +0000 107.2 +++ b/ms-sys/receipt Wed Jul 19 11:40:29 2023 +0000 107.3 @@ -18,7 +18,7 @@ 107.4 current_version() 107.5 { 107.6 wget -O - 'https://sourceforge.net/projects/ms-sys/files/ms-sys stable/' 2>/dev/null | \ 107.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 107.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 107.9 sed '/scope="row/!d;s|.*stable/||;s|/.*||;q' 107.10 } 107.11
108.1 --- a/mscore/receipt Wed Jul 19 10:59:53 2023 +0000 108.2 +++ b/mscore/receipt Wed Jul 19 11:40:29 2023 +0000 108.3 @@ -20,7 +20,7 @@ 108.4 current_version() 108.5 { 108.6 wget -O - https://sourceforge.net/projects/mscore/files/mscore/ 2>/dev/null | \ 108.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 108.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 108.9 sed '/scope="row/!d;s|.*Score-||;s|\.[a-z]*/.*||;q' 108.10 } 108.11
109.1 --- a/mt-daapd/receipt Wed Jul 19 10:59:53 2023 +0000 109.2 +++ b/mt-daapd/receipt Wed Jul 19 11:40:29 2023 +0000 109.3 @@ -18,7 +18,7 @@ 109.4 current_version() 109.5 { 109.6 wget -O - https://sourceforge.net/projects/mt-daapd/files/mt-daapd/ 2>/dev/null | \ 109.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 109.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 109.9 sed '/scope="row/!d;s|.*/mt-daapd/||;s|/.*||;q' 109.10 } 109.11
110.1 --- a/mtop/receipt Wed Jul 19 10:59:53 2023 +0000 110.2 +++ b/mtop/receipt Wed Jul 19 11:40:29 2023 +0000 110.3 @@ -17,7 +17,7 @@ 110.4 current_version() 110.5 { 110.6 wget -O - https://sourceforge.net/projects/mtop/files/mtop/ 2>/dev/null | \ 110.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 110.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 110.9 sed '/scope="row/!d;s|.*/mtop/v||;s|/.*||;q' 110.10 } 110.11
111.1 --- a/muninlite/receipt Wed Jul 19 10:59:53 2023 +0000 111.2 +++ b/muninlite/receipt Wed Jul 19 11:40:29 2023 +0000 111.3 @@ -16,7 +16,7 @@ 111.4 current_version() 111.5 { 111.6 wget -O - 'https://sourceforge.net/projects/muninlite/files/muninlite - stable/' 2>/dev/null | \ 111.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 111.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 111.9 sed '/scope="row/!d;s|.*stable/||;s|/.*||;q' 111.10 } 111.11
112.1 --- a/mygestures/receipt Wed Jul 19 10:59:53 2023 +0000 112.2 +++ b/mygestures/receipt Wed Jul 19 11:40:29 2023 +0000 112.3 @@ -20,7 +20,7 @@ 112.4 current_version() 112.5 { 112.6 wget -O - https://sourceforge.net/projects/mygestures/files/mygestures/ 2>/dev/null | \ 112.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 112.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 112.9 sed '/scope="row/!d;s|.*/mygestures/||;s|/.*||;q' 112.10 } 112.11
113.1 --- a/n2nc/receipt Wed Jul 19 10:59:53 2023 +0000 113.2 +++ b/n2nc/receipt Wed Jul 19 11:40:29 2023 +0000 113.3 @@ -17,7 +17,7 @@ 113.4 current_version() 113.5 { 113.6 wget -O - https://sourceforge.net/projects/n2nc/files/n2nc/ 2>/dev/null | \ 113.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 113.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 113.9 sed '/scope="row/!d;s|.*/n2nc/||;s|/.*||;s|-|_|;q' 113.10 } 113.11 # Rules to configure and make the package.
114.1 --- a/nagios/receipt Wed Jul 19 10:59:53 2023 +0000 114.2 +++ b/nagios/receipt Wed Jul 19 11:40:29 2023 +0000 114.3 @@ -20,8 +20,8 @@ 114.4 current_version() 114.5 { 114.6 wget -O - https://sourceforge.net/projects/nagios/files/ 2>/dev/null | \ 114.7 - sed '/scope="row/!d;/nagios-/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 114.8 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 114.9 + sed '/scope="row/!d;/nagios-/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 114.10 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 114.11 sed '/scope="row/!d;s|.*/nagios-||;s|.tar.*||;q' 114.12 } 114.13
115.1 --- a/nail/receipt Wed Jul 19 10:59:53 2023 +0000 115.2 +++ b/nail/receipt Wed Jul 19 11:40:29 2023 +0000 115.3 @@ -20,7 +20,7 @@ 115.4 current_version() 115.5 { 115.6 wget -O - https://sourceforge.net/projects/heirloom/files/heirloom-mailx/ 2>/dev/null | \ 115.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 115.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 115.9 sed '/scope="row/!d;s|.*/heirloom-mailx/||;s|/.*||;q' 115.10 } 115.11
116.1 --- a/nanoshot/receipt Wed Jul 19 10:59:53 2023 +0000 116.2 +++ b/nanoshot/receipt Wed Jul 19 11:40:29 2023 +0000 116.3 @@ -19,7 +19,7 @@ 116.4 current_version() 116.5 { 116.6 wget -O - https://sourceforge.net/projects/nanoshot/files/ 2>/dev/null | \ 116.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 116.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 116.9 sed '/scope="row/!d;s|.*/nanoshot-||;s|.tar.*||;q' 116.10 } 116.11
117.1 --- a/nbd/receipt Wed Jul 19 10:59:53 2023 +0000 117.2 +++ b/nbd/receipt Wed Jul 19 11:40:29 2023 +0000 117.3 @@ -21,7 +21,7 @@ 117.4 current_version() 117.5 { 117.6 wget -O - https://sourceforge.net/projects/nbd/files/nbd/ 2>/dev/null | \ 117.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 117.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 117.9 sed '/scope="row/!d;s|.*/nbd/||;s|/.*||;q' 117.10 } 117.11
118.1 --- a/nconf/receipt Wed Jul 19 10:59:53 2023 +0000 118.2 +++ b/nconf/receipt Wed Jul 19 11:40:29 2023 +0000 118.3 @@ -16,7 +16,7 @@ 118.4 current_version() 118.5 { 118.6 wget -O - https://sourceforge.net/projects/nconf/files/nconf/ 2>/dev/null | \ 118.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 118.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 118.9 sed '/scope="row/!d;s|.*/nconf/||;s|/.*||;q' 118.10 } 118.11
119.1 --- a/ndoutils/receipt Wed Jul 19 10:59:53 2023 +0000 119.2 +++ b/ndoutils/receipt Wed Jul 19 11:40:29 2023 +0000 119.3 @@ -20,8 +20,8 @@ 119.4 current_version() 119.5 { 119.6 wget -O - https://sourceforge.net/projects//nagios/files/ 2>/dev/null | \ 119.7 - sed '/scope="row/!d;/ndoutils-/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 119.8 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 119.9 + sed '/scope="row/!d;/ndoutils-/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 119.10 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 119.11 sed '/scope="row/!d;s|.*/ndoutils-||;s|.tar.*||;q' 119.12 } 119.13
120.1 --- a/net-snmp/receipt Wed Jul 19 10:59:53 2023 +0000 120.2 +++ b/net-snmp/receipt Wed Jul 19 11:40:29 2023 +0000 120.3 @@ -19,7 +19,7 @@ 120.4 current_version() 120.5 { 120.6 wget -O - https://sourceforge.net/projects/net-snmp/files/net-snmp/ 2>/dev/null | \ 120.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 120.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 120.9 sed '/scope="row/!d;s|.*/net-snmp/||;s|/.*||;q' 120.10 } 120.11
121.1 --- a/netatalk-pam/receipt Wed Jul 19 10:59:53 2023 +0000 121.2 +++ b/netatalk-pam/receipt Wed Jul 19 11:40:29 2023 +0000 121.3 @@ -21,7 +21,7 @@ 121.4 current_version() 121.5 { 121.6 wget -O - https://sourceforge.net/projects/netatalk/files/netatalk/ 2>/dev/null | \ 121.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 121.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 121.9 sed '/scope="row/!d;s|.*/netatalk/||;s|/.*||;q' 121.10 } 121.11
122.1 --- a/netatalk/receipt Wed Jul 19 10:59:53 2023 +0000 122.2 +++ b/netatalk/receipt Wed Jul 19 11:40:29 2023 +0000 122.3 @@ -19,7 +19,7 @@ 122.4 current_version() 122.5 { 122.6 wget -O - https://sourceforge.net/projects/netatalk/files/netatalk/ 2>/dev/null | \ 122.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 122.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 122.9 sed '/scope="row/!d;s|.*/netatalk/||;s|/.*||;q' 122.10 } 122.11
123.1 --- a/netrik/receipt Wed Jul 19 10:59:53 2023 +0000 123.2 +++ b/netrik/receipt Wed Jul 19 11:40:29 2023 +0000 123.3 @@ -17,7 +17,7 @@ 123.4 current_version() 123.5 { 123.6 wget -O - https://sourceforge.net/projects/netrik/files/stable/ 2>/dev/null | \ 123.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 123.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 123.9 sed '/scope="row/!d;s|.*/stable/||;s|%20.*||;q' 123.10 } 123.11
124.1 --- a/nfs-utils/receipt Wed Jul 19 10:59:53 2023 +0000 124.2 +++ b/nfs-utils/receipt Wed Jul 19 11:40:29 2023 +0000 124.3 @@ -37,7 +37,7 @@ 124.4 current_version() 124.5 { 124.6 wget -O - https://sourceforge.net/projects/nfs/files/nfs-utils/ 2>/dev/null | \ 124.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 124.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 124.9 sed '/scope="row/!d;s|.*/nfs-utils/||;s|/.*||;q' 124.10 } 124.11
125.1 --- a/notecase/receipt Wed Jul 19 10:59:53 2023 +0000 125.2 +++ b/notecase/receipt Wed Jul 19 11:40:29 2023 +0000 125.3 @@ -19,7 +19,7 @@ 125.4 current_version() 125.5 { 125.6 wget -O - https://sourceforge.net/projects/notecase/files/notecase/ 2>/dev/null | \ 125.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 125.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 125.9 sed '/scope="row/!d;s|.*/notecase/||;s|/.*||;q' 125.10 } 125.11
126.1 --- a/npush/receipt Wed Jul 19 10:59:53 2023 +0000 126.2 +++ b/npush/receipt Wed Jul 19 11:40:29 2023 +0000 126.3 @@ -17,7 +17,7 @@ 126.4 current_version() 126.5 { 126.6 wget -O - https://sourceforge.net/projects/npush/files/npush/ 2>/dev/null | \ 126.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 126.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 126.9 sed '/scope="row/!d;s|.*/npush/||;s|/.*||;q' 126.10 } 126.11
127.1 --- a/ntfsprogs/receipt Wed Jul 19 10:59:53 2023 +0000 127.2 +++ b/ntfsprogs/receipt Wed Jul 19 11:40:29 2023 +0000 127.3 @@ -14,10 +14,11 @@ 127.4 DEPENDS="fuse ntfs-3g util-linux-uuid" 127.5 BUILD_DEPENDS="fuse" 127.6 127.7 +# What is the latest version available today? 127.8 current_version() 127.9 { 127.10 wget -O - https://sourceforge.net/projects/linux-ntfs/files/NTFS%20Tools%20and%20Library/ 2>/dev/null | \ 127.11 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 127.12 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 127.13 sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 127.14 } 127.15
128.1 --- a/ntlmaps/receipt Wed Jul 19 10:59:53 2023 +0000 128.2 +++ b/ntlmaps/receipt Wed Jul 19 11:40:29 2023 +0000 128.3 @@ -18,7 +18,7 @@ 128.4 current_version() 128.5 { 128.6 wget -O - https://sourceforge.net/projects/ntlmaps/files/ntlmaps/ 2>/dev/null | \ 128.7 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 128.8 + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ 128.9 sed '/scope="row/!d;/tar/!d;s|.*/ntlmaps-||;s|.tar.*||;q' 128.10 } 128.11