George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
timescaledb-old-upgrade


Commits:
a0896baa by George Rawlinson at 2026-06-30T21:13:30+00:00
upgpkg: 2.28.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = timescaledb-old-upgrade
        pkgdesc = TimescaleDB build for migrating between major versions of 
PostgreSQL
-       pkgver = 2.28.1
+       pkgver = 2.28.2
        pkgrel = 1
        url = https://www.timescale.com/
        arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = timescaledb-old-upgrade
        depends = openssl
        depends = postgresql-old-upgrade<18
        depends = postgresql-old-upgrade>=17
-       depends = timescaledb=2.28.1
-       source = 
timescaledb::git+https://github.com/timescale/timescaledb#commit=b5b8e9b8f362d1559dc3de5eb32e4f309e891046
-       sha512sums = 
4269562604d0156a962142ec09740a32900da241116405ca9fff4636b5b996f841de0ac93174f82ac2d387aae104c4b0fbef09ed7a017a21a12045bb2302fca9
-       b2sums = 
7de9c93ef431f999ebdde6e3d3965e9edda7ff25401a3e6915528f02f7c6b4152bc0d5b3479903b0f3d30e3544e73c214c4bdae1046dae1952bb19aff660898c
+       depends = timescaledb=2.28.2
+       source = 
timescaledb::git+https://github.com/timescale/timescaledb#commit=558291fad04a71f255bdc0c67f1fa83385ff33a2
+       sha512sums = 
5462160a87a887c51eb26662c52802a0a9736bb423af896c4154b53ce7089cb938b4b0ce0185865b6ee530596f1a47f037d33a22f61b7321153851bb199a43e0
+       b2sums = 
7d7055c3eb3f1573f118806522e5faf8802954048822fc0b9e36b77e5881b94634a74782c1511469c7e6e712225cfa331c309a799c8dc61f7e32d81b671794d9
 
 pkgname = timescaledb-old-upgrade


=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@ _current_pg_version=18
 _old_pg_version=$(( _current_pg_version - 1 ))
 # limit to last 5 releases
 declare -gA _commits=(
-  [2.27.0]=536eeebeadabf0d72d246cb92032d1378920323d
   [2.27.1]=b01ae9bada940694e85edafdaf5bdb9424bb5bdb
   [2.27.2]=3c4a725ba6ee206c6039516ca25d05114861f71a
   [2.28.0]=8cd71aeb412062338c007cf02e9e859e422377e6
   [2.28.1]=b5b8e9b8f362d1559dc3de5eb32e4f309e891046
+  [2.28.2]=558291fad04a71f255bdc0c67f1fa83385ff33a2
 )
-pkgver=2.28.1
+pkgver=2.28.2
 pkgrel=1
 pkgdesc='TimescaleDB build for migrating between major versions of PostgreSQL'
 arch=(x86_64)
@@ -27,8 +27,8 @@ depends=(
 )
 makedepends=(gcc cmake git)
 
source=("$_pkgname::git+https://github.com/timescale/timescaledb#commit=${_commits[$pkgver]}";)
-sha512sums=('4269562604d0156a962142ec09740a32900da241116405ca9fff4636b5b996f841de0ac93174f82ac2d387aae104c4b0fbef09ed7a017a21a12045bb2302fca9')
-b2sums=('7de9c93ef431f999ebdde6e3d3965e9edda7ff25401a3e6915528f02f7c6b4152bc0d5b3479903b0f3d30e3544e73c214c4bdae1046dae1952bb19aff660898c')
+sha512sums=('5462160a87a887c51eb26662c52802a0a9736bb423af896c4154b53ce7089cb938b4b0ce0185865b6ee530596f1a47f037d33a22f61b7321153851bb199a43e0')
+b2sums=('7d7055c3eb3f1573f118806522e5faf8802954048822fc0b9e36b77e5881b94634a74782c1511469c7e6e712225cfa331c309a799c8dc61f7e32d81b671794d9')
 
 prepare() {
   mkdir -p build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb-old-upgrade/-/commit/a0896baa64e77979d6964baf7ac762b7c6d74292

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb-old-upgrade/-/commit/a0896baa64e77979d6964baf7ac762b7c6d74292
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to