From b52e23bf6b6fa889722e7847f1c4d3a718460aec Mon Sep 17 00:00:00 2001 From: David Hill Date: Fri, 13 Dec 2019 16:18:44 -0500 Subject: [PATCH] update to v1.5.0 (#164) --- cmd/dcrinstall/settings.go | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/dcrinstall/settings.go b/cmd/dcrinstall/settings.go index 09097a7..9be4f73 100644 --- a/cmd/dcrinstall/settings.go +++ b/cmd/dcrinstall/settings.go @@ -17,8 +17,8 @@ import ( // latestVersion and latestManifest must be updated every release. const ( - latestManifest = "decred-v1.5.0-rc2-manifest.txt" - defaultURI = "https://github.com/decred/decred-binaries/releases/download/v1.5.0-rc2" + latestManifest = "decred-v1.5.0-manifest.txt" + defaultURI = "https://github.com/decred/decred-binaries/releases/download/v1.5.0" netMain = "mainnet" netTest = "testnet3" diff --git a/go.mod b/go.mod index 4f50040..f17b8bc 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.12 require ( github.com/decred/dcrd/dcrutil/v2 v2.0.1 github.com/marcopeereboom/go-homedir v0.0.0-20160809154605-56341bedd946 - golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f + golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 ) diff --git a/go.sum b/go.sum index ae2cb80..ae59e47 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,8 @@ github.com/decred/dcrd/wire v1.3.0/go.mod h1:fnKGlUY2IBuqnpxx5dYRU5Oiq392OBqAuVj github.com/marcopeereboom/go-homedir v0.0.0-20160809154605-56341bedd946 h1:erdoQKHPX/xtx9M76uvDMSzleShH3vMK3v5l+2h9hd8= github.com/marcopeereboom/go-homedir v0.0.0-20160809154605-56341bedd946/go.mod h1:HpUsdYCQZryZt27WB8RmjmjvlHGJ8px/C+zxjm6l8lU= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f h1:kz4KIr+xcPUsI3VMoqWfPMvtnJ6MGfiVwsWSVzphMO4= -golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 h1:ULYEB3JvPRE/IfO+9uO7vKV/xzVTO7XPAwm8xbf4w2g= +golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=