This commit is contained in:
Tristan Partin
2025-03-31 15:58:24 -05:00
parent c6f5a58d3b
commit 32ea0d3a11
15 changed files with 269 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
name: ip4r
build-system: "pgxs"
trusted: true
pg14: &pg14
version: "2.10.1"
tarball: "https://github.com/timescale/timescaledb/archive/refs/tags/{version}.tar.gz"
checksum: 6fca72a6ed0f6d32d2b3523951ede73dc5f9b0077b38450a029a5f411fdb8c73
pg15:
<<: *pg14
pg16:
<<: *pg14
pg17:
<<: *pg14

View File

@@ -0,0 +1,9 @@
name = "ip4r"
version = "2.4.2"
trusted = true
build-system = "pgxs"
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"

View File

@@ -0,0 +1,9 @@
name = "ip4r"
version = "2.4.2"
trusted = true
build-system = "pgxs"
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"

View File

@@ -0,0 +1,9 @@
name = "ip4r"
version = "2.4.2"
trusted = true
build-system = "pgxs"
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"

View File

@@ -0,0 +1,9 @@
name = "ip4r"
version = "2.4.2"
trusted = true
build-system = "pgxs"
tarball = "https://github.com/RhodiumToad/ip4r/archive/refs/tags/2.4.2.tar.gz"
checksum = "0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b"

View File

@@ -0,0 +1,14 @@
name = "timescaledb"
version = "2.17.1"
trusted = true
build-system = "cmake-ninja"
build-arguments = [
"-DSEND_TELEMETRY_DEFAULT:BOOL=OFF",
"-DUSE_TELEMETRY:BOOL=OFF",
"-DAPACHE_ONLY:BOOL=ON",
]
tarball = "https://github.com/timescale/timescaledb/archive/refs/tags/2.17.1.tar.gz"
checksum = "6277cf43f5695e23dae1c5cfeba00474d730b66ed53665a84b787a6bb1a57e28"