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.
10 lines
313 B
10 lines
313 B
cask :v1 => 'charles-openjdk' do
|
|
version '3.9.3'
|
|
sha256 '817dd2ba6167682563ca62c32dfa32afefab95f7d26f5625c2f82bee7d849e58'
|
|
|
|
url "http://www.charlesproxy.com/assets/release/#{version}/charles-proxy-#{version}-openjdk.dmg"
|
|
homepage 'http://www.charlesproxy.com/'
|
|
license :unknown
|
|
|
|
app 'Charles.app'
|
|
end
|
|
|