Skip to content

Commit

Permalink
Merge pull request #25 from JuliaOpt/tk/bintray
Browse files Browse the repository at this point in the history
move windows binary to bintray
  • Loading branch information
mlubin committed Jul 21, 2015
2 parents f2e9f45 + 2f35005 commit 94f5e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provides(Sources, URI("https://github.com/ifa-ethz/ecos/archive/$version.tar.gz"
prefix = joinpath(BinDeps.depsdir(ecos),"usr")
srcdir = joinpath(BinDeps.depsdir(ecos),"src","ecos-$version")

provides(Binaries, URI("https://cache.e.ip.saba.us/http://sourceforge.net/projects/juliadeps-win/files/ecos-$version.7z"),
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")

Expand Down

0 comments on commit 94f5e59

Please sign in to comment.