Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitbox02-firmware/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATE=`date +%Y-%m-%d`
TWITTER_NAME="BitBox02"
URL="https://shiftcrypto.ch/bitbox02/"
VERSION="firmware-btc-only/v9.12.0"
VERSION="firmware-btc-only/v9.13.1"
REPO="https://github.com/digitalbitbox/bitbox02-firmware"
CHECKSUM_SOURCE="https://github.com/digitalbitbox/bitbox02-firmware/releases/tag/${VERSION}"
PROJECT="bitbox02-firmware"
Expand Down
2 changes: 1 addition & 1 deletion blockstream-green/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATE=`date +%Y-%m-%d`
TWITTER_NAME="@Blockstream Green"
URL="https://blockstream.com/"
VERSION="3.8.6"
VERSION="3.9.0"
VERSION_STRING="release_${VERSION}"
REPO="https://github.com/Blockstream/green_android"
CHECKSUM_SOURCE="https://github.com/Blockstream/green_android/releases/tag/${VERSION_STRING}"
Expand Down
2 changes: 1 addition & 1 deletion cln/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DATE=$(date +%Y-%m-%d)
TWITTER_NAME="@Core_LN"
VERSION="0.12.0"
VERSION="22.11.1"
VERSION_STRING="v${VERSION}"
REPO="https://github.com/ElementsProject/lightning"
CHECKSUM_SOURCE="https://github.com/ElementsProject/lightning/releases/download/${VERSION_STRING}/SHA256SUMS"
Expand Down
4 changes: 3 additions & 1 deletion coldcard/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ find ./firmware -type f -name firmware*.bin >&2

DATE=`date +%Y-%m-%d`
TWITTER_NAME="@COLDCARDwallet Mk4"
# NOTE: bump VERSION_STRING when bumping VERSION
# REF: https://github.com/Coldcard/firmware/tags
VERSION=5.0.7
VERSION_STRING="2022-07-29T1817-v${VERSION}"
VERSION_STRING="2022-10-05T1724-v${VERSION}"
URL="https://coldcard.com"
REPO="https://github.com/Coldcard/firmware"
CHECKSUM_SOURCE="https://raw.githubusercontent.com/Coldcard/firmware/master/releases/signatures.txt"
Expand Down
2 changes: 1 addition & 1 deletion electrs/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATE=$(date +%Y-%m-%d)
TWITTER_NAME="electrs"
URL="https://github.com/romanz/electrs"
VERSION="0.9.9"
VERSION="0.9.11"
VERSION_STRING="v${VERSION}"
REPO="https://github.com/romanz/electrs"
CHECKSUM_SOURCE="https://github.com/romanz/electrs/releases/tag/${VERSION_STRING}"
Expand Down
2 changes: 1 addition & 1 deletion fulcrum/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DATE=$(date +%Y-%m-%d)
TWITTER_NAME="Fulcrum"
VERSION="1.8.2"
VERSION="1.9.0"
VERSION_STRING="v${VERSION}"
REPO="https://github.com/cculianu/Fulcrum"
CHECKSUM_SOURCE="https://github.com/cculianu/Fulcrum/releases/tag/${VERSION_STRING}"
Expand Down
2 changes: 1 addition & 1 deletion lnd/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DATE=$(date +%Y-%m-%d)
TWITTER_NAME="LND"
VERSION="v0.15.4-beta"
VERSION="v0.15.5-beta"
URL="https://lightning.network/"
REPO="https://github.com/lightningnetwork/lnd"
CHECKSUM_SOURCE="https://github.com/lightningnetwork/lnd/releases/download/${VERSION}/manifest-${VERSION}.txt"
Expand Down
2 changes: 1 addition & 1 deletion mycelium-android/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATE=`date +%Y-%m-%d`
TWITTER_NAME="Mycelium Wallet"
URL="https://wallet.mycelium.com/"
VERSION="v3.15.0.0"
VERSION="v3.16.0.15"
REPO="https://github.com/mycelium-com/wallet-android"
CHECKSUM_SOURCE="https://github.com/mycelium-com/wallet-android/releases/tag/${VERSION}"
PROJECT="mycelium-android"
Expand Down
2 changes: 1 addition & 1 deletion poncho/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATE=`date +%Y-%m-%d`
TWITTER_NAME="poncho"
URL="https://github.com/nbd-wtf/poncho"
VERSION="v0.3.0"
VERSION="v0.4.1"
REPO="https://github.com/nbd-wtf/poncho"
CHECKSUM_SOURCE="https://github.com/nbd-wtf/poncho/releases/tag/${VERSION}"
PROJECT="poncho"
Expand Down
2 changes: 1 addition & 1 deletion sparrow/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DATE=`date +%Y-%m-%d`
TWITTER_NAME="@SparrowWallet"
URL="https://sparrowwallet.com/"
VERSION="1.6.6"
VERSION="1.7.1"
REPO="https://github.com/sparrowwallet/sparrow"
CHECKSUM_SOURCE="https://github.com/sparrowwallet/sparrow/releases/download/${VERSION}/sparrow-${VERSION}-manifest.txt"
PROJECT="sparrow"
Expand Down
2 changes: 1 addition & 1 deletion trezor-firmware/artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DATE=`date +%Y-%m-%d`
TWITTER_NAME="@Trezor"
VERSION="2.5.1"
VERSION="2.5.3"
VERSION_STRING="core/v${VERSION}"
URL="https://trezor.io/"
REPO="https://github.com/trezor/trezor-firmware"
Expand Down