wok diff open-vm-tools/receipt @ rev 24965

netsurf-sdl: replaced netsurf by netsurf-fb in desktop file
author Hans-G?nter Theisgen
date Mon Apr 25 07:15:39 2022 +0100 (2022-04-25)
parents 5ea0ce1cecc0
children 7364ffdaaa60
line diff
     1.1 --- a/open-vm-tools/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/open-vm-tools/receipt	Mon Apr 25 07:15:39 2022 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
     1.7 -	sed '/release.*tar/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q'
     1.8 +	sed '/release.*tar.gz/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q'
     1.9  }
    1.10  
    1.11