You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
311 B
11 lines
311 B
cask 'webkit-nightly' do
|
|
version 'r203826'
|
|
sha256 '7c6187754cf9cd27b915c97bd9e1efd9f1fa4a838e0a64e419a947ffdc624488'
|
|
|
|
url "http://builds.nightly.webkit.org/files/trunk/mac/WebKit-SVN-#{version}.dmg"
|
|
name 'WebKit Nightly'
|
|
homepage 'https://webkit.org/downloads/'
|
|
license :oss
|
|
|
|
app 'WebKit.app'
|
|
end
|
|
|