Date: Monday, July 4, 2022 @ 23:08:51 Author: grawlinson Revision: 1244048
upgpkg: timescaledb-tune 0.13.0-1; new upstream release Modified: timescaledb-tune/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-04 23:05:20 UTC (rev 1244047) +++ PKGBUILD 2022-07-04 23:08:51 UTC (rev 1244048) @@ -1,8 +1,8 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=timescaledb-tune -pkgver=0.12.0 -pkgrel=2 +pkgver=0.13.0 +pkgrel=1 pkgdesc='A tool for tuning TimescaleDB for better performance' arch=('x86_64') url='https://github.com/timescale/timescaledb-tune' @@ -10,7 +10,7 @@ depends=('glibc' 'postgresql') makedepends=('git' 'go') options=('!lto') -_commit='f46f6580532c6c567f130ec8d008bf8f582c3cb5' +_commit='640c5d2b66532ee6482150491007d0b272ddba17' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')
