wok diff gptfdisk/receipt @ rev 24592

.bin files don't have .note.gnu.property section
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 01 10:06:20 2022 +0000 (2022-03-01)
parents c5a485822efe
children c8ffc905b350
line diff
     1.1 --- a/gptfdisk/receipt	Sat Feb 22 14:22:29 2020 +0100
     1.2 +++ b/gptfdisk/receipt	Tue Mar 01 10:06:20 2022 +0000
     1.3 @@ -14,6 +14,14 @@
     1.4  DEPENDS="gcc-lib-base ncursesw popt util-linux-uuid"
     1.5  BUILD_DEPENDS="ncursesw-dev popt-dev util-linux-uuid-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://sourceforge.net/projects/gptfdisk/files/gptfdisk/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*/gptfdisk/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {