Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed Jan 12, 2017
2 parents 22467bd + 9cf7591 commit 14553d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file added .travis/win32/libwinpthread-1.dll
Binary file not shown.
Binary file added .travis/win64/libwinpthread-1.dll
Binary file not shown.
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ if [ ! -z "$TRAVIS_TAG" ] &&
xgo --targets=windows/386,windows/amd64,darwin/amd64,linux/386,linux/amd64,linux/arm ../
chmod +x *

# Copy libwinpthread-1.dll
cp .travis/libwinpthread-1.dll dist/
# Copy libwinpthread-1.dll (user must rename the dll for their system to libwinpthread-1.dll)
cp ../.travis/win32/libwinpthread-1.dll dist/libwinpthread-1.win32.dll
cp ../.travis/win64/libwinpthread-1.dll dist/libwinpthread-1.win64.dll

# Calculate SHA512 hashes
sha512sum * > sha512_checksums.txt
Expand Down
2 changes: 1 addition & 1 deletion ipfs/identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package ipfs
import (
"bytes"
"encoding/hex"
"github.com/ipfs/go-libp2p-crypto"
"github.com/tyler-smith/go-bip39"
"gx/ipfs/QmUWER4r4qMvaCnX5zREcfyiWN7cXN9g3a7fkRqNz8qWPP/go-libp2p-crypto"
"testing"
)

Expand Down

0 comments on commit 14553d0

Please sign in to comment.