cctools-headers 845
Update to latest cctools and XNU from Apple, use HTTPS download links. Closes Homebrew/homebrew#29156. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
29ff798390
commit
f37eb9502b
1 changed files with 5 additions and 5 deletions
|
@ -2,15 +2,15 @@ require 'formula'
|
|||
|
||||
# The system versions are too old to build ld64
|
||||
class CctoolsHeaders < Formula
|
||||
homepage 'http://opensource.apple.com/'
|
||||
url 'http://www.opensource.apple.com/tarballs/cctools/cctools-836.tar.gz'
|
||||
sha1 'fe2aab3f527adf6c775462ac045699a150dc7f82'
|
||||
homepage 'https://opensource.apple.com/'
|
||||
url 'https://opensource.apple.com/tarballs/cctools/cctools-845.tar.gz'
|
||||
sha1 'ea27ce1260428e12d9821a5708d83684db3a7ac4'
|
||||
|
||||
keg_only :provided_by_osx
|
||||
|
||||
resource 'headers' do
|
||||
url 'http://opensource.apple.com/tarballs/xnu/xnu-2050.18.24.tar.gz'
|
||||
sha1 '3a2a0b3629cb215b17aca3bb365b8b10b8b408fe'
|
||||
url 'https://opensource.apple.com/tarballs/xnu/xnu-2422.90.20.tar.gz'
|
||||
sha1 '4aa6b80cc0ff6f9b27825317922b51c5f33d5bae'
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue