comparison src/postgresql.mk @ 6525:6131d74316ef

* src/postgresql.mk: update to v14.6
author John Donoghue <john.donoghue@ieee.org>
date Wed, 16 Nov 2022 08:43:47 -0500
parents 376abdc61336
children 93e098ef8451
comparison
equal deleted inserted replaced
6524:4a3ca82e07c9 6525:6131d74316ef
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 := 14.5 6 $(PKG)_VERSION := 14.6
7 $(PKG)_CHECKSUM := 3f2bb7d0b6d56f985fa5dfd2dd2675e7b6b2fef9 7 $(PKG)_CHECKSUM := 5bcf9de68a664abf11c2b7291b1c1948abbb4dd3
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