summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-11-28 00:02:03 +0000
committerrnbguy2023-11-28 00:02:03 +0000
commitbbeee82fc461a826e46e24934950fc93dac196a3 (patch)
treeb8be4f8edf1d155fe573aab88b2c7aabdb66ec09
parent2ea8eb5837e606ebecf52ee37c813843bdf38b2c (diff)
downloadaur-bbeee82fc461a826e46e24934950fc93dac196a3.tar.gz
0.38.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c999e4d26220..8b956b1f6832 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.1
+ pkgver = 0.38.2
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.1/cometbft_0.38.1_linux_amd64.tar.gz
- sha256sums_x86_64 = 6bcf408a42f2bb1bdca58dd148fb34e274a3c6e5a5f366c99fd059ad5d09cd87
- source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.38.1/cometbft_0.38.1_linux_arm64.tar.gz
- sha256sums_aarch64 = 23c313ca7439fceabc06dbf7ba72a2180f7f49a374a3e8fd087198c92490efaa
- source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.38.1/cometbft_0.38.1_linux_armv6.tar.gz
- sha256sums_armv6h = b16cd799d437004ed3efa626d950696d2d83897fe4c7a75d0fa97c7922eee7b1
+ source_x86_64 = https://github.com/cometbft/cometbft/releases/download/v0.38.2/cometbft_0.38.2_linux_amd64.tar.gz
+ sha256sums_x86_64 = d3fcbee901080c6e7da248ad183bd25bb8f6c52f70c53c80e6581feba03c2d38
+ source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.38.2/cometbft_0.38.2_linux_arm64.tar.gz
+ sha256sums_aarch64 = 433accd494fee20101ad8832534af7587f52d6ea3d93f67d7b344a5e92a30d20
+ source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.38.2/cometbft_0.38.2_linux_armv6.tar.gz
+ sha256sums_armv6h = 880c09ba2cda9146267d89cd0e7664f0b656f82ffb612371bf4dc76e8c45fdb9
pkgname = cometbft-bin
diff --git a/PKGBUILD b/PKGBUILD
index 544f234c9617..ae44214ba356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=cometbft
_pkgname=cometbft
pkgname=${_pkgname}-bin
-pkgver=0.38.1
+pkgver=0.38.2
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=('6bcf408a42f2bb1bdca58dd148fb34e274a3c6e5a5f366c99fd059ad5d09cd87')
-sha256sums_aarch64=('23c313ca7439fceabc06dbf7ba72a2180f7f49a374a3e8fd087198c92490efaa')
-sha256sums_armv6h=('b16cd799d437004ed3efa626d950696d2d83897fe4c7a75d0fa97c7922eee7b1')
+sha256sums_x86_64=('d3fcbee901080c6e7da248ad183bd25bb8f6c52f70c53c80e6581feba03c2d38')
+sha256sums_aarch64=('433accd494fee20101ad8832534af7587f52d6ea3d93f67d7b344a5e92a30d20')
+sha256sums_armv6h=('880c09ba2cda9146267d89cd0e7664f0b656f82ffb612371bf4dc76e8c45fdb9')
package() {
install -Dt "$pkgdir/usr/local/bin" "$_pkgname"