summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrnbguy2023-09-13 00:03:59 +0000
committerrnbguy2023-09-13 00:03:59 +0000
commitb60602416f0439518ad9f4d489a22edbf0ab5303 (patch)
tree4db353c3d1bc25bead9dec130c488b2fb884d7d7
parent92310cad67f7e730d997eb18d6e79891c58d2786 (diff)
downloadaur-b60602416f0439518ad9f4d489a22edbf0ab5303.tar.gz
0.38.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d479828a4b..61bdb08cffb7 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.2
+ pkgver = 0.38.0
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.2/cometbft_0.37.2_linux_amd64.tar.gz
- sha256sums_x86_64 = 6d6d3a29dc7b82508d9566efeb8586d4d762880455fbd4d6c519d858097ce697
- source_aarch64 = https://github.com/cometbft/cometbft/releases/download/v0.37.2/cometbft_0.37.2_linux_arm64.tar.gz
- sha256sums_aarch64 = c48474fd8f7bb12c1876af445a6781163044a541cc2fdd56ced80523494f0e64
- source_armv6h = https://github.com/cometbft/cometbft/releases/download/v0.37.2/cometbft_0.37.2_linux_armv6.tar.gz
- sha256sums_armv6h = fd80aab7ae87370673f12f80b2a1cb42bfe230f3a28cb5e94fd506bc452817dc
+ 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
pkgname = cometbft-bin
diff --git a/PKGBUILD b/PKGBUILD
index 801925aa6c37..e6954cfe3fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_orgname=cometbft
_pkgname=cometbft
pkgname=${_pkgname}-bin
-pkgver=0.37.2
+pkgver=0.38.0
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=('6d6d3a29dc7b82508d9566efeb8586d4d762880455fbd4d6c519d858097ce697')
-sha256sums_aarch64=('c48474fd8f7bb12c1876af445a6781163044a541cc2fdd56ced80523494f0e64')
-sha256sums_armv6h=('fd80aab7ae87370673f12f80b2a1cb42bfe230f3a28cb5e94fd506bc452817dc')
+sha256sums_x86_64=('18c6c9794264d6bdce917cbc453e0d1c716656549349bbe0bb10a3a4b4036787')
+sha256sums_aarch64=('77cddc144f0025e0806d0e656f48c6a32e94ee6864f54b275c3c3d7146c8dc73')
+sha256sums_armv6h=('59e59ad507499dbb48ebd5de58c156b51ac232b133d8b8ef935080551e7eb633')
package() {
install -Dt "$pkgdir/usr/local/bin" "$_pkgname"