Compare commits

...
4 Commits
Author SHA1 Message Date
EnumDev a093c3019d Update package version to 18.6 2026-09-04 15:58:02 +03:00
EnumDev 1e9d9f7288 Switch to new package format 2026-06-13 20:00:54 +03:00
EnumDev 4d9aea4b61 Update package version to 18.4 2026-05-17 16:18:42 +03:00
EnumDev 104612b426 Rebuild with llvm 22 2026-05-01 13:50:43 +03:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: postgresql name: postgresql
description: A powerful, open source object-relational database system description: A powerful, open source object-relational database system
version: "18.3" version: "18.6"
revision: 1 revision: 1
url: https://www.postgresql.org/ url: https://www.postgresql.org/
license: PostgreSQL license: PostgreSQL
@@ -43,4 +43,4 @@ downloads:
- url: https://ftp.postgresql.org/pub/source/v${BPM_PKG_VERSION}/postgresql-${BPM_PKG_VERSION}.tar.bz2 - url: https://ftp.postgresql.org/pub/source/v${BPM_PKG_VERSION}/postgresql-${BPM_PKG_VERSION}.tar.bz2
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: d95663fbbf3a80f81a9d98d895266bdcb74ba274bcc04ef6d76630a72dee016f checksum: 555610c24d53e4316da5b7d3fc25c279d96856d5e0e23ee308c328c5fa881d9f
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package # This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT