summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2022-12-05 10:53:13 +0800
committerNing Sun2022-12-05 02:53:27 +0000
commit22faeb907f30bd843dfa1cd971a0b04bf8cee7cf (patch)
tree7b36ff828e052373912a05c7a9b60247709c9bb4
parent8729878380f5e6e144f37732f1e0329758556bdc (diff)
downloadaur-22faeb907f30bd843dfa1cd971a0b04bf8cee7cf.tar.gz
Update to v0.1.0-alpha-20221205-weekly (#5)
Co-authored-by: sunng87 <sunng87@users.noreply.github.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5179d30454ca..101b20a4032e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = greptimedb-bin
pkgdesc = Open-source time-series database.
- pkgver = 0.1.0.20221128
+ pkgver = 0.1.0.20221205
pkgrel = 1
url = https://github.com/GreptimeTeam/greptimedb
arch = x86_64
license = Apache-2.0
provides = greptimedb
- source = greptime-linux-amd64-0.1.0.20221124.tgz::https://github.com/GreptimeTeam/greptimedb/releases/download/v0.1.0-alpha-20221128-weekly/greptime-linux-amd64.tgz
- sha256sums = d5658f956b528d05a8089aeb2210f8f373c6d2d89b5e111a6b43fab368a6c929
+ source = greptime-linux-amd64-0.1.0.20221124.tgz::https://github.com/GreptimeTeam/greptimedb/releases/download/v0.1.0-alpha-20221205-weekly/greptime-linux-amd64.tgz
+ sha256sums = fed5fddadb2d580cbf68d4a2dcfa4e7f2686f04bf4a557c7525e3125fbeb66fb
pkgname = greptimedb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 174266af0ed7..642977defe0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ning Sun <n at sunng dot info>
pkgname=greptimedb-bin
-pkgver=0.1.0.20221128
-_pkgvergh=v0.1.0-alpha-20221128-weekly
+pkgver=0.1.0.20221205
+_pkgvergh=v0.1.0-alpha-20221205-weekly
pkgrel=1
pkgdesc='Open-source time-series database.'
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('greptimedb')
conflicts=()
source=("greptime-linux-amd64-${pkgver}.tgz::https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgvergh}/greptime-linux-amd64.tgz")
-sha256sums=("d5658f956b528d05a8089aeb2210f8f373c6d2d89b5e111a6b43fab368a6c929")
+sha256sums=("fed5fddadb2d580cbf68d4a2dcfa4e7f2686f04bf4a557c7525e3125fbeb66fb")
package() {
install -Dm755 "${srcdir}/greptime" "${pkgdir}/usr/bin/greptime"