package postgresql: fix update macro

This commit is contained in:
Mark Brand 2010-12-23 02:42:24 +01:00
parent 322d0adc8f
commit 64592d2a95
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc zlib openssl
define $(PKG)_UPDATE
wget -q -O- 'http://git.postgresql.org/gitweb?p=postgresql.git;a=tags' | \
grep 'refs/tags/REL[0-9_]*"' | \
grep 'refs/tags/REL9[0-9_]*"' | \
$(SED) 's,.*refs/tags/REL\(.*\)".*,\1,g;' | \
$(SED) 's,_,.,g' | \
head -1