summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2022-11-28 11:03:40 +0800
committerNing Sun2022-11-28 03:03:55 +0000
commit8729878380f5e6e144f37732f1e0329758556bdc (patch)
tree27e87c52e2827a3791e7dc43cde8014a4f8f82ba
parent77daec71f08011537c1cd782bbfebbe23609da3f (diff)
downloadaur-8729878380f5e6e144f37732f1e0329758556bdc.tar.gz
Update to v0.1.0-alpha-20221128-weekly (#4)
Co-authored-by: sunng87 <sunng87@users.noreply.github.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c85d5ba951e7..5179d30454ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = greptimedb-bin
pkgdesc = Open-source time-series database.
- pkgver = 0.1.0.20221124
- pkgrel = 2
+ pkgver = 0.1.0.20221128
+ 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-20221124-nightly/greptime-linux-amd64.tgz
- sha256sums = 12989f1e468d19b6345809c5c2cef93dffe9a91a194b1b2d82218a996437e7fa
+ 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
pkgname = greptimedb-bin
diff --git a/PKGBUILD b/PKGBUILD
index c09ae98e503f..174266af0ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Ning Sun <n at sunng dot info>
pkgname=greptimedb-bin
-pkgver=0.1.0.20221124
-_pkgvergh=v0.1.0-alpha-20221124-nightly
-pkgrel=2
+pkgver=0.1.0.20221128
+_pkgvergh=v0.1.0-alpha-20221128-weekly
+pkgrel=1
pkgdesc='Open-source time-series database.'
arch=('x86_64')
url='https://github.com/GreptimeTeam/greptimedb'
@@ -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=("12989f1e468d19b6345809c5c2cef93dffe9a91a194b1b2d82218a996437e7fa")
+sha256sums=("d5658f956b528d05a8089aeb2210f8f373c6d2d89b5e111a6b43fab368a6c929")
package() {
install -Dm755 "${srcdir}/greptime" "${pkgdir}/usr/bin/greptime"