summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 713a4a944f9e..98ccd845a6a7 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 = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://www.chia.net/
arch = x86_64
@@ -12,9 +12,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_1.7.0-1_amd64.deb
- sha256sums_x86_64 = b9f726ae254817a0b1dccdad68cf15ebd283eb0b05f02261b02a9971288b92ae
- source_aarch64 = https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_1.7.0-1_arm64.deb
- sha256sums_aarch64 = e4914e07361801ef9aabefc99681b330f1a91f1b67190bfcd8d72b2e54215e9e
+ source_x86_64 = https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_1.7.1-1_amd64.deb
+ sha256sums_x86_64 = 3c265e4ef3b48a7d02ab1e48255bfb524f070292ec9e34232fd486bb6fc126ce
+ source_aarch64 = https://repo.chia.net/debian/pool/main/c/chia-blockchain-cli/chia-blockchain-cli_1.7.1-1_arm64.deb
+ sha256sums_aarch64 = rad18eae3e263fa1c15b2b75e75c005a94fb22233d8c2edd98eb9fcdc7d94e8b4
pkgname = chia-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 98ee66d3c4b0..210f40252a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Westover <kwestover.kw@gmail.com>
pkgname='chia-cli-bin'
-pkgver=1.7.0
+pkgver=1.7.1
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"
@@ -14,8 +14,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=('b9f726ae254817a0b1dccdad68cf15ebd283eb0b05f02261b02a9971288b92ae')
-sha256sums_aarch64=('e4914e07361801ef9aabefc99681b330f1a91f1b67190bfcd8d72b2e54215e9e')
+sha256sums_x86_64=('3c265e4ef3b48a7d02ab1e48255bfb524f070292ec9e34232fd486bb6fc126ce')
+sha256sums_aarch64=('rad18eae3e263fa1c15b2b75e75c005a94fb22233d8c2edd98eb9fcdc7d94e8b4')
package() {
tar -xf data.tar.xz -C "$pkgdir"