From 9ed6e4748aea5050ecb1efe7bfca1f49b879f5fa Mon Sep 17 00:00:00 2001 From: Brian Stafford Date: Thu, 14 Nov 2024 11:55:39 -0600 Subject: [PATCH] update bison wallet to 1.0.2 and decrediton to 2.0.5 --- src/config.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/config.toml b/src/config.toml index 2d53fa4..fad1f2d 100644 --- a/src/config.toml +++ b/src/config.toml @@ -8,21 +8,21 @@ baseurl = "https://dex.decred.org/" description = "DCRDEX is an open source, peer-to-peer cryptocurrency exchange built by the Decred Project." # Bison Wallet URLs - win_bisonw_installer_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-desktop-windows-amd64-v1.0.0.msi" - win_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-windows-amd64-v1.0.0.zip" - mac_bisonw_installer_amd_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-desktop-darwin-amd64-v1.0.0.dmg" - mac_bisonw_binary_amd_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-amd64-v1.0.0.tar.gz" - mac_bisonw_installer_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-desktop-darwin-arm64-v1.0.0.dmg" - mac_bisonw_binary_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-darwin-arm64-v1.0.0.tar.gz" - lin_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-linux-amd64-v1.0.0.tar.gz" - lin_bisonw_deb_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-desktop-linux-amd64-v1.0.0.deb" - lin_bisonw_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.0/bisonw-linux-arm-v1.0.0.tar.gz" + win_bisonw_installer_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-desktop-windows-amd64-v1.0.2.msi" + win_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-windows-amd64-v1.0.2.zip" + mac_bisonw_installer_amd_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-desktop-darwin-amd64-v1.0.2.dmg" + mac_bisonw_binary_amd_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-darwin-amd64-v1.0.2.tar.gz" + mac_bisonw_installer_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-desktop-darwin-arm64-v1.0.2.dmg" + mac_bisonw_binary_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-darwin-arm64-v1.0.2.tar.gz" + lin_bisonw_binary_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-linux-amd64-v1.0.2.tar.gz" + lin_bisonw_deb_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-desktop-linux-amd64-v1.0.2.deb" + lin_bisonw_arm_url = "https://github.com/decred/dcrdex/releases/download/v1.0.2/bisonw-linux-arm-v1.0.2.tar.gz" # Decrediton URLs - win_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.4/decrediton-windows-amd64-v2.0.4.exe" - mac_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.4/decrediton-darwin-amd64-v2.0.4.dmg" - m1_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.4/decrediton-darwin-arm64-v2.0.4.dmg" - lin_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.4/decrediton-linux-amd64-v2.0.4.AppImage" - tar_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.4/decrediton-linux-amd64-v2.0.4.tar.gz" - dexreleases_url = "https://github.com/decred/dcrdex/releases/tag/v1.0.0" + win_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.5/decrediton-windows-amd64-v2.0.5.exe" + mac_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.5/decrediton-darwin-amd64-v2.0.5.dmg" + m1_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.5/decrediton-darwin-arm64-v2.0.5.dmg" + lin_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.5/decrediton-linux-amd64-v2.0.5.AppImage" + tar_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v2.0.5/decrediton-linux-amd64-v2.0.5.tar.gz" + dexreleases_url = "https://github.com/decred/dcrdex/releases/tag/v1.0.2" umbrel_community_app_store_url = "https://github.com/decred/umbrel-app-store"