diff options
-rw-r--r-- | src/postgresql.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk index 418792c..248088e 100644 --- a/src/postgresql.mk +++ b/src/postgresql.mk @@ -4,8 +4,8 @@ # PostgreSQL PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.0.3 -$(PKG)_CHECKSUM := ea7b4729427f668cbf36184efbc58fd828a2d3ab +$(PKG)_VERSION := 9.0.4 +$(PKG)_CHECKSUM := 5c4ebc2abbbc63ce2973974a7d020e7d14a01e73 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.postgresql.org/ |