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 'r203276'
|
|
sha256 'a930b9684d0d2ec821af34b0af968415d17be203c9f7e07764899f823b19e26f'
|
|
|
|
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
|
|
|