diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-10-28 14:20:59 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-10-28 14:27:58 +0300 |
commit | 9dd181dffe18a4158fdd8d3627bf74166ee63866 (patch) | |
tree | ce6644a60f3df3bcd21f147814a8dbc28d992a18 /community | |
parent | 7fa800695de0ce29fbf5187ec31c7e0d7b13734f (diff) | |
download | aports-9dd181dffe18a4158fdd8d3627bf74166ee63866.tar.gz aports-9dd181dffe18a4158fdd8d3627bf74166ee63866.tar.bz2 aports-9dd181dffe18a4158fdd8d3627bf74166ee63866.tar.xz |
community/postgresql-timescaledb: upgrade to 2.5.0
Fixes #13125
Diffstat (limited to 'community')
-rw-r--r-- | community/postgresql-timescaledb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/postgresql-timescaledb/APKBUILD b/community/postgresql-timescaledb/APKBUILD index 22a5309a083..ccb0c8af026 100644 --- a/community/postgresql-timescaledb/APKBUILD +++ b/community/postgresql-timescaledb/APKBUILD @@ -6,11 +6,11 @@ # pkgname=postgresql-timescaledb _projname=timescaledb -pkgver=2.4.2 +pkgver=2.5.0 pkgrel=0 pkgdesc="PostgreSQL extension for time‑series data" url="https://github.com/timescale/timescaledb" -arch="" # not compatible with pgsql 14 https://gitlab.alpinelinux.org/alpine/aports/-/issues/13125 +arch="all" license="Apache-2.0" provides="timescaledb=$pkgver-r$pkgrel" # for backward compatibility makedepends="postgresql-dev cmake bash perl-ipc-run perl-utils" @@ -51,7 +51,7 @@ package() { } sha512sums=" -56a0ff981e7374e2845d949c5bde2f157063b36cb7f9c54c6627c35ae8a8a5e5a3637fb66c6fd5c61a25b86f80a204ab7a6071b9705646bfee6a9b252c805b2d postgresql-timescaledb-2.4.2.tar.gz +fcb3130b472d7ebbaabcce6259b5585ceff2c2b39abeb68f13f2bf5e715afb6a5ccab8534ea9e8eea0c7aef31045680e17f48ff46465d7e693450f1cd77001e4 postgresql-timescaledb-2.5.0.tar.gz 1416d7314fb6bc9c115587c86dabb2aff01a4c7e6e9ae842e5021276c21c61c9db4e73e6e0b1732af1b15419218248228447822b3f08e38729a08aaf8d99b521 dont-use-git-describe.patch fe542830c3aad330c6c1da6e83cc308d749787f7ef7bb23eec7e834f1264aa2ca93b9e272f34c92b42dbb5ca9ea93e311831dd5910d6ac8e9afbc92725439eaf fix-build.patch " |