Skip to content

Commit

Permalink
update windows binary SHA for 2.0.2
Browse files Browse the repository at this point in the history
and rearrange unpacked_dir
  • Loading branch information
tkelman committed Aug 26, 2015
1 parent 599aa90 commit 1385886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ prefix = joinpath(BinDeps.depsdir(ecos),"usr")
srcdir = joinpath(BinDeps.depsdir(ecos),"src","ecos-$version")

provides(Binaries, URI("https://cache.e.ip.saba.us/https://bintray.com/artifact/download/tkelman/generic/ecos-$version.7z"),
[ecos], unpacked_dir="usr$WORD_SIZE/bin", os = :Windows,
SHA="add47e8b2b14a67c5681a5a77a4dafe0bc4d5efacb38f8c7dffafea79d49d89d")
[ecos], unpacked_dir="usr/bin$WORD_SIZE", os = :Windows,
SHA="b90254220a9a63cba08700f3664519d360f45d363454e5c107e6f30e144a60a1")

# We'll keep this around for emergencies, but OSX users should be able to use Homebrew
provides(SimpleBuild,
Expand Down

0 comments on commit 1385886

Please sign in to comment.