Skip to content

Commit

Permalink
add charles-beta-applejava
Browse files Browse the repository at this point in the history
  • Loading branch information
3van committed Jul 20, 2015
1 parent d8eee67 commit b0d3373
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Casks/charles-beta-applejava.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cask :v1 => 'charles-beta-applejava' do
version '3.11b2'
sha256 'a51e64996eb5489f2bd0e460bb0c8f4565e3151067fae7b8b3a434835abe3e5e'

url "http://www.charlesproxy.com/assets/release/#{version.gsub(/b\d$/, '')}/charles-proxy-#{version}-applejava.dmg"
homepage 'http://www.charlesproxy.com/download/beta/'
license :commercial

app 'Charles.app'

zap :delete => [
'~/Library/Application Support/Charles',
'~/Library/Preferences/com.xk72.charles.config',
]
end

0 comments on commit b0d3373

Please sign in to comment.