This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
homebrew-versions
mirror of
https://github.com/lukechilds/homebrew-versions.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
257
Commits
2
Branches
110
Tags
61 MiB
Ruby
98.6%
Shell
1.4%
Tree:
c96ea20317
homebrew-versions
/
lib
/
cask
/
fetcher.rb
5 lines
111 B
Raw
Blame
History
class
Cask
::
Fetcher
def
self
.
head
(
url
)
`
curl --max-time 5 --silent --location --head '
#{
url
}
'
`
end
end
Reference in new issue