wok diff genext2fs/receipt @ rev 24960
updated ncurses packages (6.2 -> 6.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 17:46:30 2022 +0100 (2022-04-23) |
parents | d2113b0b8c40 |
children |
line diff
1.1 --- a/genext2fs/receipt Mon Feb 28 17:48:46 2022 +0100 1.2 +++ b/genext2fs/receipt Sat Apr 23 17:46:30 2022 +0100 1.3 @@ -15,9 +15,8 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - https://sourceforge.net/projects/genext2fs/files/genext2fs/ 2>/dev/null | \ 1.8 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.9 - sed '/scope="row/!d;s|.*/genext2fs/||;s|/.*||;q' 1.10 + wget -O - https://github.com/bestouff/genext2fs/tags 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.12 } 1.13 1.14 # Rules to configure and make the package.