Compare commits

..
6 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
EnumDev 5cdb6190a2 Update package version to 18.3 2026-02-27 20:12:58 +02:00
EnumDev 66a594daaa Rebuild with tcl 9.0.2 2026-02-26 14:16:02 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: postgresql
description: A powerful, open source object-relational database system
version: "18.2"
version: "18.6"
revision: 1
url: https://www.postgresql.org/
license: PostgreSQL
@@ -43,4 +43,4 @@ downloads:
- url: https://ftp.postgresql.org/pub/source/v${BPM_PKG_VERSION}/postgresql-${BPM_PKG_VERSION}.tar.bz2
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 5245bd1b79700d55b8e0575be0325ef61e7bbef627e6a616e4cf36ad4687be36
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 output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT