Skip to content

Commit

Permalink
update to v1.5.0 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored Dec 13, 2019
1 parent 648efbb commit b52e23b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd/dcrinstall/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit b52e23b

Please sign in to comment.