Skip to content

Commit 5ec8c96

Browse files
committed
This fixes the bad checksum for Sereal.
The Sereal repo was affected by the symlink checksum bug of go 1.11.3. This recomputes the checksum using go 1.11.5. bump dcrdata version to 3.1.2
1 parent 79c70a8 commit 5ec8c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57 h1:CVuXDbdzPW
22
github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
33
github.com/DataDog/zstd v1.3.4 h1:LAGHkXuvC6yky+C2CUG2tD7w8QlrUwpue8XwIh0X4AY=
44
github.com/DataDog/zstd v1.3.4/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
5-
github.com/Sereal/Sereal v0.0.0-20180727013122-68c42fd7bfdf h1:gziqYtUl2f8Oo1/KovOJt3L+rw3TMC59rjiec32/azA=
5+
github.com/Sereal/Sereal v0.0.0-20180727013122-68c42fd7bfdf h1:WHiAGkqDYWg1SAc5yWsqlxd3IPLTk9jFWEH/38AL7mA=
66
github.com/Sereal/Sereal v0.0.0-20180727013122-68c42fd7bfdf/go.mod h1:D0JMgToj/WdxCgd30Kc1UcA9E+WdZoJqeVOuYW7iTBM=
77
github.com/aead/siphash v0.0.0-20170329201724-e404fcfc8885 h1:bBmEG9/q1xH07CqeeFw1ejup6Kw+/88WhhLHqIJ0ngQ=
88
github.com/aead/siphash v0.0.0-20170329201724-e404fcfc8885/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
AppName string = "dcrdata"
2727
AppMajor uint = 3
2828
AppMinor uint = 1
29-
AppPatch uint = 1
29+
AppPatch uint = 2
3030
)
3131

3232
// go build -ldflags "-X github.com/decred/dcrdata/v3/version.appPreRelease= -X github.com/decred/dcrdata/v3/version.appBuild=`git rev-parse --short HEAD`"

0 commit comments

Comments
 (0)