From 0ee5c51d6a615e698c2d58cdca3c335878cf26f9 Mon Sep 17 00:00:00 2001 From: Scott Fan Date: Mon, 17 Feb 2025 18:08:16 +0800 Subject: [PATCH] package/timescaledb: bump version to 2.18.1 Release notes: https://github.com/timescale/timescaledb/blob/2.18.1/CHANGELOG.md Signed-off-by: Scott Fan Reviewed-by: Maxim Kochetkov Signed-off-by: Julien Olivain --- package/timescaledb/timescaledb.hash | 2 +- package/timescaledb/timescaledb.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/timescaledb/timescaledb.hash b/package/timescaledb/timescaledb.hash index f799b0c7f8..7c770618b2 100644 --- a/package/timescaledb/timescaledb.hash +++ b/package/timescaledb/timescaledb.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 86248970971ad075e0b5ed64dbba5b190eb8794d6e36b508427a5cc42b20a420 timescaledb-2.18.0.tar.gz +sha256 f293fc54bc76d06c5955ae68e2e8124331bee80aee8b499047afae01b10513ce timescaledb-2.18.1.tar.gz sha256 0378e0948feefd85f579319c74d6e2b671194037f550c7176ef26649d94c895b LICENSE diff --git a/package/timescaledb/timescaledb.mk b/package/timescaledb/timescaledb.mk index 99756cb0b8..c1f65d5f3a 100644 --- a/package/timescaledb/timescaledb.mk +++ b/package/timescaledb/timescaledb.mk @@ -4,7 +4,7 @@ # ################################################################################ -TIMESCALEDB_VERSION = 2.18.0 +TIMESCALEDB_VERSION = 2.18.1 TIMESCALEDB_SITE = $(call github,timescale,timescaledb,$(TIMESCALEDB_VERSION)) TIMESCALEDB_LICENSE = Apache-2.0 TIMESCALEDB_LICENSE_FILES = LICENSE