summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Westover2024-06-21 14:38:24 -0400
committerBen Westover2024-06-21 14:38:24 -0400
commitefe9b12d44fb03c8d889b5dcf5c59dfe5549a4e7 (patch)
treec83efb900605004374d1aad6f1aae95171fda6a1
parentc0bff837aab7bc642b0378314a464c3ad4881558 (diff)
downloadaur-efe9b12d44fb03c8d889b5dcf5c59dfe5549a4e7.tar.gz
Update to 2.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e981fb640fb4..448c2422fc71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chia-cli-bin
pkgdesc = A new blockchain and smart transaction platform that is easier to use, more efficient, and secure. - Binary Release, Without GUI
- pkgver = 2.3.1
+ pkgver = 2.4.0
pkgrel = 1
url = https://www.chia.net/
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = chia-cli-bin
conflicts = chia-cli
replaces = chia-bin-cli
options = !strip
- source_x86_64 = https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_2.3.1-1_amd64.deb
- sha256sums_x86_64 = 1d8546a8f7b1b0692cb6e93f528955b85665c38349381d1f14814497dac1d19c
- source_aarch64 = https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_2.3.1-1_arm64.deb
- sha256sums_aarch64 = dee00386b2cd63d66be2af87cbb5b3feb8d41429daa56bb063c08c6654122465
+ source_x86_64 = https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_2.4.0-1_amd64.deb
+ sha256sums_x86_64 = 489435aca22442b028483e622b9ccefd72df431eb542e4138bf1176ff2eb24dc
+ source_aarch64 = https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_2.4.0-1_arm64.deb
+ sha256sums_aarch64 = f633c400202d4e37f8e0d318d64ffff9968ca99b3599a94fb41f5ef73cf3745f
pkgname = chia-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 023b502366e4..1f81afd6f82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Westover <kwestover.kw@gmail.com>
pkgname='chia-cli-bin'
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=1
_pkgrel=1
pkgdesc="A new blockchain and smart transaction platform that is easier to use, more efficient, and secure. - Binary Release, Without GUI"
@@ -16,8 +16,8 @@ replaces=('chia-bin-cli')
options=('!strip')
source_x86_64=("https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_${pkgver}-${_pkgrel}_amd64.deb")
source_aarch64=("https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_${pkgver}-${_pkgrel}_arm64.deb")
-sha256sums_x86_64=('1d8546a8f7b1b0692cb6e93f528955b85665c38349381d1f14814497dac1d19c')
-sha256sums_aarch64=('dee00386b2cd63d66be2af87cbb5b3feb8d41429daa56bb063c08c6654122465')
+sha256sums_x86_64=('489435aca22442b028483e622b9ccefd72df431eb542e4138bf1176ff2eb24dc')
+sha256sums_aarch64=('f633c400202d4e37f8e0d318d64ffff9968ca99b3599a94fb41f5ef73cf3745f')
package() {
tar -xf data.tar.xz -C "$pkgdir"