Skip to content

Commit

Permalink
Update to v0.9.0-nightly-20240617 (#73)
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 Jun 17, 2024
1 parent 22ef100 commit 04d319b
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.9.0.20240527
pkgver = 0.9.0.20240617
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.9.0-nightly-20240527/greptime-linux-amd64-v0.9.0-nightly-20240527.tar.gz
source = https://github.com/GreptimeTeam/greptimedb/releases/download/v0.9.0-nightly-20240617/greptime-linux-amd64-v0.9.0-nightly-20240617.tar.gz
source = greptimedb.sysusers
source = greptimedb.service
source = greptimedb-tmpfile.conf
source = greptimedb.toml
sha256sums = 67e48637ff1c85e6ec4e6d238da3cae11f60d764a57baa8ed0c64ea4357db10d
sha256sums = ff6b4f1028bf6f8c6659d791b8d7144db50e6341b201d2d2bcd3d4cb6d13f773
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.9.0.20240527
_pkgvergh=v0.9.0-nightly-20240527
pkgver=0.9.0.20240617
_pkgvergh=v0.9.0-nightly-20240617
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=("67e48637ff1c85e6ec4e6d238da3cae11f60d764a57baa8ed0c64ea4357db10d"
sha256sums=("ff6b4f1028bf6f8c6659d791b8d7144db50e6341b201d2d2bcd3d4cb6d13f773"
"SKIP"
"SKIP"
"SKIP"
Expand Down

0 comments on commit 04d319b

Please sign in to comment.