summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-04-26 16:24:19 +0000
committerrnbguy2023-04-26 16:24:19 +0000
commitc0e079a66f6f5394ebb5bd6dc71cf0df8e9f3095 (patch)
tree600709206fc7f63f6612a2fba71283277b23744c
parent9bd3c714fadcb8e73554e8426e22b6979db97919 (diff)
downloadaur-c0e079a66f6f5394ebb5bd6dc71cf0df8e9f3095.tar.gz
0.37.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdfe3c695114..faffb087c6bd 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.37.0
+ pkgver = 0.37.1
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.37.0/cometbft_0.37.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 283e7cb914daf7e2f1687609143dac152d04852ad5a64c647b07cbfcd10f4577
- source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.37.0/cometbft_0.37.0_linux_arm64.tar.gz
- sha256sums_aarch64 = 4ed89fcc1737072aed03b6b254b367dca754e510e46dee6c43180af8416a64d5
- source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.37.0/cometbft_0.37.0_linux_armv6.tar.gz
- sha256sums_armv6h = 4b2295ba2bc0fcefdb719a5e8d974225d50c47760336a09d5befd6b56c575445
+ source_x86_64 = https://github.com/cometbft/cometbft/releases/download/v0.37.1/cometbft_0.37.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = c1db893cc41465bbb2d213f1411389eece4aa41895d995391521d3fd1d5509c6
+ source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.37.1/cometbft_0.37.1_linux_arm64.tar.gz
+ sha256sums_aarch64 = b7904c093d5d648ad44a96495563cf510fd24330eee32a40395bc3365c63705c
+ source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.37.1/cometbft_0.37.1_linux_armv6.tar.gz
+ sha256sums_armv6h = 7c25646e71b8328bcb01541cb79fbb13329adcba798b3664a5ce0e04767f1694
pkgname = cometbft-bin
diff --git a/PKGBUILD b/PKGBUILD
index b6915daf9d59..a7317edede64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=cometbft
_pkgname=cometbft
pkgname=${_pkgname}-bin
-pkgver=0.37.0
+pkgver=0.37.1
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=('283e7cb914daf7e2f1687609143dac152d04852ad5a64c647b07cbfcd10f4577')
-sha256sums_aarch64=('4ed89fcc1737072aed03b6b254b367dca754e510e46dee6c43180af8416a64d5')
-sha256sums_armv6h=('4b2295ba2bc0fcefdb719a5e8d974225d50c47760336a09d5befd6b56c575445')
+sha256sums_x86_64=('c1db893cc41465bbb2d213f1411389eece4aa41895d995391521d3fd1d5509c6')
+sha256sums_aarch64=('b7904c093d5d648ad44a96495563cf510fd24330eee32a40395bc3365c63705c')
+sha256sums_armv6h=('7c25646e71b8328bcb01541cb79fbb13329adcba798b3664a5ce0e04767f1694')
package() {
install -Dt "$pkgdir/usr/local/bin" "$_pkgname"