summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2024-03-12 16:02:08 +0000
committerrnbguy2024-03-12 16:02:08 +0000
commit21875fbd3467ce12cbce5c645bdc818eaaeb7998 (patch)
tree94d7c58f31b8b2c83d800471b1458a00f68c8b08
parentbb53db9e917585f85219ea01f9c9de94fca17e8d (diff)
downloadaur-21875fbd3467ce12cbce5c645bdc818eaaeb7998.tar.gz
0.34.32
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bfcfae71a2f..a9c019721c93 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.38.5
+ pkgver = 0.34.32
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.38.5/cometbft_0.38.5_linux_amd64.tar.gz
- sha256sums_x86_64 = d841db863d530e10209a5e51e593fb9ffd00abf27012200d481499e39651691f
- source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.38.5/cometbft_0.38.5_linux_arm64.tar.gz
- sha256sums_aarch64 = 4d112435541ba91af6865f49c891cc76d2a401282ab9de22691d2b0cb25b567b
- source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.38.5/cometbft_0.38.5_linux_armv6.tar.gz
- sha256sums_armv6h = 60e3cd19349eaa7d0e7841de1baa22ab81f5acf012d2e8a85e7ea37b9be0c77a
+ 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
pkgname = cometbft-bin
diff --git a/PKGBUILD b/PKGBUILD
index c80747c34622..e928caa189df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=cometbft
_pkgname=cometbft
pkgname=${_pkgname}-bin
-pkgver=0.38.5
+pkgver=0.34.32
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=('d841db863d530e10209a5e51e593fb9ffd00abf27012200d481499e39651691f')
-sha256sums_aarch64=('4d112435541ba91af6865f49c891cc76d2a401282ab9de22691d2b0cb25b567b')
-sha256sums_armv6h=('60e3cd19349eaa7d0e7841de1baa22ab81f5acf012d2e8a85e7ea37b9be0c77a')
+sha256sums_x86_64=('aa7df7e02f6e11f2fe956edf0965c1e28a8f69765955075244f176ccfd6fde48')
+sha256sums_aarch64=('52e40ddd6b62ea3925602b4fb6825f4de44c551c76a1ff6558efc92da51d34e4')
+sha256sums_armv6h=('206b3c14a8e603387ca2d654101697b8f9705102f3a04f0e2989ecd1c5617cc9')
package() {
install -Dt "$pkgdir/usr/local/bin" "$_pkgname"