Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
timescaledb


Commits:
9d457205 by Sven-Hendrik Haase at 2024-04-23T01:08:24+02:00
upgpkg: 2.14.2-3: Put other supported timescaledb versions back in here

We used to have this but it became lost with PostgreSQL 16.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = timescaledb
        pkgdesc = An open-source time-series database optimized for fast ingest 
and complex queries
        pkgver = 2.14.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://www.timescale.com/
        install = timescaledb.install
        arch = x86_64


=====================================
PKGBUILD
=====================================
@@ -7,10 +7,14 @@ _current_pg_version=16
 _next_pg_version=$(( _current_pg_version + 1 ))
 # limit to last 5 releases
 declare -gA _commits=(
+  [2.13.0]=96f81a3106683f186f091ad88339c8c223f4363c
+  [2.13.1]=27398c44085ee4341e373351776e0052bd25bbc2
+  [2.14.0]=5ede370059550c9d11d3171950767ba11ebd3797
+  [2.14.1]=39616e838b1c540a7ed83b5243a980a9c21a4333
   [2.14.2]=8f27a70d054fc80c4bbc722d8df4b6b305a7e93d
 )
 pkgver=2.14.2
-pkgrel=2
+pkgrel=3
 pkgdesc='An open-source time-series database optimized for fast ingest and 
complex queries'
 arch=('x86_64')
 url='https://www.timescale.com/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/9d457205eda15e498df23832c299353d0d13be30

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb/-/commit/9d457205eda15e498df23832c299353d0d13be30
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to