wok diff postgresql/receipt @ rev 25680

updated gnu-efi (3.0.14 -> 3.0.17)
author Hans-G?nter Theisgen
date Mon Mar 18 18:46:02 2024 +0100 (5 months ago)
parents df63c4ce07f8
children
line diff
     1.1 --- a/postgresql/receipt	Fri Sep 02 16:30:36 2022 +0000
     1.2 +++ b/postgresql/receipt	Mon Mar 18 18:46:02 2024 +0100
     1.3 @@ -19,10 +19,8 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - https://www.postgresql.org/ftp/source/$(\
     1.8 -	wget -O - https://www.postgresql.org/ftp/source/ 2>/dev/null | \
     1.9 -	sed '/href="v[0-9]/!d;s|.*href="||;s|/.*||;q')/ 2>/dev/null | \
    1.10 -	sed '/postgresql-/!d;/news/d;s|.*postgresql-||;s|.tar.*||;q'
    1.11 +	wget -O - https://www.postgresql.org/community/ 2>/dev/null | \
    1.12 +	sed '/released/!d;s|.*sql-||;s|-rel.*||;s|-||g;q'
    1.13  }
    1.14  
    1.15  # Rules to configure and make the package.