Skip to content

Commit

Permalink
Update to v0.10.0-nightly-20241014 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: sunng87 <sunng87@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sunng87 authored Oct 14, 2024
1 parent 1fe9e4b commit 19b6db1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgbase = greptimedb-bin
pkgdesc = Open-source time-series database.
pkgver = 0.10.0.20241007
pkgver = 0.10.0.20241014
pkgrel = 1
url = https://github.com/GreptimeTeam/greptimedb
arch = x86_64
license = Apache-2.0
provides = greptimedb
source = https://github.com/GreptimeTeam/greptimedb/releases/download/v0.10.0-nightly-20241007/greptime-linux-amd64-v0.10.0-nightly-20241007.tar.gz
source = https://github.com/GreptimeTeam/greptimedb/releases/download/v0.10.0-nightly-20241014/greptime-linux-amd64-v0.10.0-nightly-20241014.tar.gz
source = greptimedb.sysusers
source = greptimedb.service
source = greptimedb-tmpfile.conf
source = greptimedb.toml
sha256sums = 1fc80ec6ac6de975267235da75de7860dcdddb7592355253c9eb3dd86914c2e6
sha256sums = df279cc86963821bdfa2855e71c773d2c151d6ae077c498533fbbf9bc3e96998
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Ning Sun <n at sunng dot info>

pkgname=greptimedb-bin
pkgver=0.10.0.20241007
_pkgvergh=v0.10.0-nightly-20241007
pkgver=0.10.0.20241014
_pkgvergh=v0.10.0-nightly-20241014
pkgrel=1
pkgdesc='Open-source time-series database.'
arch=('x86_64')
Expand All @@ -16,7 +16,7 @@ source=("https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgverg
"greptimedb.service"
"greptimedb-tmpfile.conf"
"greptimedb.toml")
sha256sums=("1fc80ec6ac6de975267235da75de7860dcdddb7592355253c9eb3dd86914c2e6"
sha256sums=("df279cc86963821bdfa2855e71c773d2c151d6ae077c498533fbbf9bc3e96998"
"SKIP"
"SKIP"
"SKIP"
Expand Down

0 comments on commit 19b6db1

Please sign in to comment.