Skip to content

Commit 0f2c026

Browse files
authored
Merge pull request #1000 from guydavis/develop
Latest Chia for testing.
2 parents 3151b2a + 3de1d27 commit 0f2c026

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [2.4.4] - 2024-10-?
6+
### Added
7+
### Changed
8+
### Updated
9+
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.4.4) to v2.4.4 - misc improvements, see their release notes.
10+
511
## [2.4.3] - 2024-08-27
612
### Added
713
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3
1+
2.4.4

scripts/forks/chia_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ else
2727
echo "Installing Chia CUDA binaries on ${arch_name}..."
2828
cd /tmp
2929
if [[ "${arch_name}" == "x86_64" ]]; then
30-
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.3/chia-blockchain-cli_2.4.3-1_amd64.deb
30+
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_amd64.deb
3131
apt-get install ./chia-blockchain-cli*.deb
3232
else
33-
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.3/chia-blockchain-cli_2.4.3-1_arm64.deb
33+
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.4.4-rc2/chia-blockchain-cli_2.4.4-rc2-1_arm64.deb
3434
apt-get install ./chia-blockchain-cli*.deb
3535
fi
3636

0 commit comments

Comments
 (0)