diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-23 08:32:58 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-23 08:32:58 (GMT) |
commit | fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e (patch) | |
tree | a667861df312d3fbd50218878ad2dfe793183efd /src/postgresql.mk | |
parent | 5b74c8e9de86cb213d7bc6f6c154705506857e77 (diff) | |
download | mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.zip mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.gz mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.bz2 |
all packages: really use sha256 checksums
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 83f361e..b702607 100644 --- a/src/postgresql.mk +++ b/src/postgresql.mk @@ -4,7 +4,7 @@ PKG := postgresql $(PKG)_IGNORE := $(PKG)_VERSION := 9.2.4 -$(PKG)_CHECKSUM := 6aafa85216a3f89163a3411830d6890507ffae93 +$(PKG)_CHECKSUM := d97dd918a88a4449225998f46aafa85216a3f89163a3411830d6890507ffae93 $(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) |