Upgrade Thunderhub to v0.13.21

This commit is contained in:
Taylor Helsper 2023-09-03 22:27:41 -05:00
parent 46334ce613
commit cb3d2880c0
3 changed files with 5 additions and 5 deletions

View File

@ -863,9 +863,9 @@ if should_install_app "thunderhub" ; then
cd thunderhub cd thunderhub
# Patch versions # Patch versions
sed -i 's/\^5.3.5/5.3.3/g' package.json || true # Fixes segfault with 5.3.5 on x86 #sed -i 's/\^5.3.5/5.3.3/g' package.json || true # Fixes segfault with 5.3.5 on x86
sudo -u bitcoin npm install --legacy-peer-deps # --only=production # (can't build with only production) sudo -u bitcoin npm install # --only=production # (can't build with only production)
sudo -u bitcoin npm run build sudo -u bitcoin npm run build
sudo -u bitcoin npx next telemetry disable sudo -u bitcoin npx next telemetry disable

View File

@ -141,7 +141,7 @@ SPECTER_VERSION=$(get_app_version "$SPECTER_VERSION" "specter")
SPECTER_VERSION_FILE=/home/bitcoin/.mynode/specter_version SPECTER_VERSION_FILE=/home/bitcoin/.mynode/specter_version
SPECTER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/specter_version_latest SPECTER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/specter_version_latest
THUNDERHUB_VERSION="v0.13.18" THUNDERHUB_VERSION="v0.13.21"
THUNDERHUB_VERSION=$(get_app_version "$THUNDERHUB_VERSION" "thunderhub") THUNDERHUB_VERSION=$(get_app_version "$THUNDERHUB_VERSION" "thunderhub")
THUNDERHUB_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version THUNDERHUB_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version
THUNDERHUB_LATEST_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version_latest THUNDERHUB_LATEST_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version_latest

View File

@ -897,9 +897,9 @@ if [ "$CURRENT" != "$THUNDERHUB_VERSION" ]; then
cd thunderhub cd thunderhub
# Patch versions # Patch versions
sed -i 's/\^5.3.5/5.3.3/g' package.json || true # Fixes segfault with 5.3.5 on x86 #sed -i 's/\^5.3.5/5.3.3/g' package.json || true # Fixes segfault with 5.3.5 on x86
sudo -u bitcoin npm install --legacy-peer-deps # --only=production # (can't build with only production) sudo -u bitcoin npm install # --only=production # (can't build with only production)
sudo -u bitcoin npm run build sudo -u bitcoin npm run build
sudo -u bitcoin npx next telemetry disable sudo -u bitcoin npx next telemetry disable