diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-09-11 00:30:25 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-09-11 00:30:25 (GMT) |
commit | e520e08a9f9380e76b0f63508440d7c074533151 (patch) | |
tree | e3e7c43fcf84852c250de3921949b99d8a52426c /src/postgresql.mk | |
parent | 33b1d40dbd10faea40a997c266132e46d6406943 (diff) | |
download | mxe-e520e08a9f9380e76b0f63508440d7c074533151.zip mxe-e520e08a9f9380e76b0f63508440d7c074533151.tar.gz mxe-e520e08a9f9380e76b0f63508440d7c074533151.tar.bz2 |
update package postgresql
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r-- | src/postgresql.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk index 8eba9c2..6624b07 100644 --- a/src/postgresql.mk +++ b/src/postgresql.mk @@ -3,7 +3,7 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 8411f39e7cff8d691d908de7823b72426433faa2 +$(PKG)_CHECKSUM := 6ab154052dd62bb9b0cf2cd666384f7b25eefaf5 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE) |