summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-11-17 16:02:08 +0000
committerrnbguy2023-11-17 16:02:08 +0000
commit2ea8eb5837e606ebecf52ee37c813843bdf38b2c (patch)
treed0429a5297a90e0e6b26eb42cdec50edf810e5b1
parentb60602416f0439518ad9f4d489a22edbf0ab5303 (diff)
downloadaur-2ea8eb5837e606ebecf52ee37c813843bdf38b2c.tar.gz
0.38.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61bdb08cffb7..c999e4d26220 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.0
+ pkgver = 0.38.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.38.0/cometbft_0.38.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 18c6c9794264d6bdce917cbc453e0d1c716656549349bbe0bb10a3a4b4036787
- source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.38.0/cometbft_0.38.0_linux_arm64.tar.gz
- sha256sums_aarch64 = 77cddc144f0025e0806d0e656f48c6a32e94ee6864f54b275c3c3d7146c8dc73
- source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.38.0/cometbft_0.38.0_linux_armv6.tar.gz
- sha256sums_armv6h = 59e59ad507499dbb48ebd5de58c156b51ac232b133d8b8ef935080551e7eb633
+ 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
pkgname = cometbft-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6954cfe3fbd..544f234c9617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=cometbft
_pkgname=cometbft
pkgname=${_pkgname}-bin
-pkgver=0.38.0
+pkgver=0.38.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=('18c6c9794264d6bdce917cbc453e0d1c716656549349bbe0bb10a3a4b4036787')
-sha256sums_aarch64=('77cddc144f0025e0806d0e656f48c6a32e94ee6864f54b275c3c3d7146c8dc73')
-sha256sums_armv6h=('59e59ad507499dbb48ebd5de58c156b51ac232b133d8b8ef935080551e7eb633')
+sha256sums_x86_64=('6bcf408a42f2bb1bdca58dd148fb34e274a3c6e5a5f366c99fd059ad5d09cd87')
+sha256sums_aarch64=('23c313ca7439fceabc06dbf7ba72a2180f7f49a374a3e8fd087198c92490efaa')
+sha256sums_armv6h=('b16cd799d437004ed3efa626d950696d2d83897fe4c7a75d0fa97c7922eee7b1')
package() {
install -Dt "$pkgdir/usr/local/bin" "$_pkgname"