diff options
author | PragmaTwice | 2023-06-15 17:39:05 +0800 |
---|---|---|
committer | PragmaTwice | 2023-06-15 17:39:05 +0800 |
commit | 0ec6ce094553b31fc1a36b03d49b51dc6a150b72 (patch) | |
tree | 68bf7b8025578a93290575979359b4e5ef39633d /PKGBUILD | |
parent | c172c41b4d3e1b14cfd19374fbe3dd54360276e5 (diff) | |
download | aur-0ec6ce094553b31fc1a36b03d49b51dc6a150b72.tar.gz |
update to Apache Kvrocks version 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ # Maintainer: PragmaTwice <twice.mliu@gmail.com> pkgname=kvrocks -pkgver=2.3.0 +pkgver=2.4.0 pkgrel=1 epoch= pkgdesc="A distributed key value NoSQL database that uses RocksDB as storage engine and compatible with Redis protocol" @@ -24,9 +24,9 @@ backup=() options=() install= changelog= -source=("$pkgname-$pkgver.tar.gz::https://github.com/apache/incubator-kvrocks/archive/refs/tags/v2.3.0.tar.gz") +source=("$pkgname-$pkgver.tar.gz::https://github.com/apache/incubator-kvrocks/archive/refs/tags/v$pkgver.tar.gz") noextract=() -sha256sums=('6a57c28430b884a634aaa5524b9013b4e6664eded4567e11ab206ed98797e80a') +sha256sums=('8f5673850da2d07c1b0aaa52c900f1e19626dc9efb8f3895ea825a124a5663c3') validpgpkeys=() prepare() { |