comparison src/postgresql.mk @ 5313:e6b05cb48ec6

* src/postgresql.mk: update to v9.4.26
author John Donoghue
date Fri, 14 Feb 2020 12:57:33 -0500
parents 77a91d14098c
children 8e25c982dc2b
comparison
equal deleted inserted replaced
5312:8e982ff628c8 5313:e6b05cb48ec6
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := postgresql 4 PKG := postgresql
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 9.4.25 6 $(PKG)_VERSION := 9.4.26
7 $(PKG)_CHECKSUM := 7424a2e160cf5c91de3b0522e2f903d93824670b 7 $(PKG)_CHECKSUM := 832094c944c57ac19ddcd552ada732a77609de75
8 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION)
9 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := zlib 11 $(PKG)_DEPS := zlib
12 12