Tag v0.1.25

This commit is contained in:
Taylor Helsper 2019-07-24 22:53:43 -05:00
parent 4a812682eb
commit 2842c0ab86
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ DEVICE_TYPE="raspi3"
# Other Info
UPGRADE_DOWNLOAD_URL="http://www.mynodebtc.com/device_api/download_latest_standard.php?type=${DEVICE_TYPE}&product_key=${PRODUCT_KEY}&serial=${SERIAL_NUM}"
UPGRADE_DOWNLOAD_SIGNATURE_URL="http://www.mynodebtc.com/device/mynode_release_latest_${DEVICE_TYPE}.sha256"
UPGRADE_DOWNLOAD_SIGNATURE_URL="http://www.mynodebtc.com/device/hashes/mynode_release_latest_${DEVICE_TYPE}.sha256"

View File

@ -10,4 +10,4 @@ DEVICE_TYPE="raspi4"
# Other Info
UPGRADE_DOWNLOAD_URL="http://www.mynodebtc.com/device_api/download_latest_standard.php?type=${DEVICE_TYPE}&product_key=${PRODUCT_KEY}&serial=${SERIAL_NUM}"
UPGRADE_DOWNLOAD_SIGNATURE_URL="http://www.mynodebtc.com/device/mynode_release_latest_raspi.sha256"
UPGRADE_DOWNLOAD_SIGNATURE_URL="http://www.mynodebtc.com/device/hashes/mynode_release_latest_${DEVICE_TYPE}.sha256"

View File

@ -1 +1 @@
0.1.24
0.1.25