[arch-commits] Commit in timescaledb-old-upgrade/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Mon Jul 25 23:52:09 UTC 2022


    Date: Monday, July 25, 2022 @ 23:52:09
  Author: grawlinson
Revision: 1258634

upgpkg: timescaledb-old-upgrade 2.7.2-1; new upstream release

Modified:
  timescaledb-old-upgrade/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-25 23:49:13 UTC (rev 1258633)
+++ PKGBUILD	2022-07-25 23:52:09 UTC (rev 1258634)
@@ -2,16 +2,16 @@
 
 _pkgname=timescaledb
 pkgname=timescaledb-old-upgrade
-_commit='7d3c092d21b7ce476e3c0cd8f5c8944695746d3d'
+_commit='54ab29aabcaa28c03d7ba3e9fbdbbbd7682104bf'
 _current_pg_version=14
 _old_pg_version=$(( _current_pg_version-1 ))
 # limit to last 5 releases
 _versions=(
-  2.5.1
-  2.5.2
   2.6.0
   2.6.1
-  2.7.0 # current ts version
+  2.7.0
+  2.7.1
+  2.7.2 # current ts version
 )
 pkgver="${_versions[-1]}"
 pkgrel=1



More information about the arch-commits mailing list