wok-6.x diff postgresql/receipt @ rev 25193
updated python-genshi (0.7.3 -> 0.7.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 10:42:47 2022 +0100 (2022-07-13) |
parents | a78610b2eb47 |
children | df63c4ce07f8 |
line diff
1.1 --- a/postgresql/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/postgresql/receipt Wed Jul 13 10:42:47 2022 +0100 1.3 @@ -16,6 +16,15 @@ 1.4 BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt \ 1.5 python-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://www.postgresql.org/ftp/source/$(\ 1.11 + wget -O - https://www.postgresql.org/ftp/source/ 2>/dev/null | \ 1.12 + sed '/href="v[0-9]/!d;s|.*href="||;s|/.*||;q')/ 2>/dev/null | \ 1.13 + sed '/postgresql-/!d;/news/d;s|.*postgresql-||;s|.tar.*||;q' 1.14 +} 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {