Skip to content

Commit

Permalink
download bzip2 from one of our buckets (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll authored Aug 16, 2018
1 parent 51c79c6 commit d73617b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/software/bzip2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
dependency "zlib"
dependency "openssl"

source :url => "http://www.bzip.org/#{version}/#{name}-#{version}.tar.gz",
:md5 => "00b516f4704d4a7cb50a1d97e6e8e15b"
source :url => "https://s3.amazonaws.com/dd-agent/bzip2/bzip2-#{version}.tar.gz",
:sha256 => "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd"

relative_path "#{name}-#{version}"

Expand Down

0 comments on commit d73617b

Please sign in to comment.