summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-03-13 08:01:44 +0000
committerrnbguy2024-03-13 08:01:44 +0000
commit05b5ec2a045fa733de6ec7eea892955df0cb1b40 (patch)
tree29eca2cdd138c5e16fded42cfe03c79648b6d257
parent21875fbd3467ce12cbce5c645bdc818eaaeb7998 (diff)
downloadaur-05b5ec2a045fa733de6ec7eea892955df0cb1b40.tar.gz
0.38.6
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9c019721c93..40e1138c3d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cometbft-bin
pkgdesc = CometBFT: A distributed, Byzantine fault-tolerant, deterministic state machine replication engine, and fork of Tendermint Core.
- pkgver = 0.34.32
+ pkgver = 0.38.6
pkgrel = 1
url = https://cometbft.com
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = cometbft-bin
license = Apache
provides = cometbft
conflicts = cometbft
- source_x86_64 = https://github.com/cometbft/cometbft/releases/download/v0.34.32/cometbft_0.34.32_linux_amd64.tar.gz
- sha256sums_x86_64 = aa7df7e02f6e11f2fe956edf0965c1e28a8f69765955075244f176ccfd6fde48
- source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.34.32/cometbft_0.34.32_linux_arm64.tar.gz
- sha256sums_aarch64 = 52e40ddd6b62ea3925602b4fb6825f4de44c551c76a1ff6558efc92da51d34e4
- source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.34.32/cometbft_0.34.32_linux_armv6.tar.gz
- sha256sums_armv6h = 206b3c14a8e603387ca2d654101697b8f9705102f3a04f0e2989ecd1c5617cc9
+ source_x86_64 = https://github.com/cometbft/cometbft/releases/download/v0.38.6/cometbft_0.38.6_linux_amd64.tar.gz
+ sha256sums_x86_64 = 89ae8dad6f87ccd73ea5f81ca9dac61b0286999c4ba35125fd1ca8bf5d5a05d3
+ source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.38.6/cometbft_0.38.6_linux_arm64.tar.gz
+ sha256sums_aarch64 = bd8006f3a67936c986f7f71f312852d4731c6e6674fb3da5de95b3f66830ecde
+ source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.38.6/cometbft_0.38.6_linux_armv6.tar.gz
+ sha256sums_armv6h = 7b4dfc01fe24c150582390a221b5c5e87794420c1fa8786f464777b6a147d111
pkgname = cometbft-bin
diff --git a/PKGBUILD b/PKGBUILD
index e928caa189df..982698ac3003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=cometbft
_pkgname=cometbft
pkgname=${_pkgname}-bin
-pkgver=0.34.32
+pkgver=0.38.6
pkgrel=1
pkgdesc="CometBFT: A distributed, Byzantine fault-tolerant, deterministic state machine replication engine, and fork of Tendermint Core."
arch=('x86_64' 'aarch64' 'armv6h')
@@ -14,9 +14,9 @@ conflicts=(${_pkgname})
source_x86_64=("https://github.com/${_orgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.gz")
source_aarch64=("https://github.com/${_orgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.tar.gz")
source_armv6h=("https://github.com/${_orgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_armv6.tar.gz")
-sha256sums_x86_64=('aa7df7e02f6e11f2fe956edf0965c1e28a8f69765955075244f176ccfd6fde48')
-sha256sums_aarch64=('52e40ddd6b62ea3925602b4fb6825f4de44c551c76a1ff6558efc92da51d34e4')
-sha256sums_armv6h=('206b3c14a8e603387ca2d654101697b8f9705102f3a04f0e2989ecd1c5617cc9')
+sha256sums_x86_64=('89ae8dad6f87ccd73ea5f81ca9dac61b0286999c4ba35125fd1ca8bf5d5a05d3')
+sha256sums_aarch64=('bd8006f3a67936c986f7f71f312852d4731c6e6674fb3da5de95b3f66830ecde')
+sha256sums_armv6h=('7b4dfc01fe24c150582390a221b5c5e87794420c1fa8786f464777b6a147d111')
package() {
install -Dt "$pkgdir/usr/local/bin" "$_pkgname"