summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83a23f6cd8bd..a6d4d1f92565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ning Sun <n at sunng dot info>
pkgname=greptimedb-bin
-pkgver=0.1.0.20221122
-_pkgvergh=v0.1.0-alpha-20221122-nightly
+pkgver=0.1.0.20221124
+_pkgvergh=v0.1.0-alpha-20221124-nightly
pkgrel=1
pkgdesc='Open-source time-series database.'
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('greptimedb')
conflicts=()
source=("https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgvergh}/greptime-linux-amd64.tgz")
-sha256sums=("95b77fe818d1292d7fcbd40245a7e29049cc946cb957f98d2e806eb825a14c31")
+sha256sums=("12989f1e468d19b6345809c5c2cef93dffe9a91a194b1b2d82218a996437e7fa")
package() {
install -Dm755 "${srcdir}/greptime" "${pkgdir}/usr/bin/greptime"