Merge pull request #14467 from Eitot/subler

Update subler.rb
This commit is contained in:
Michael 2015-10-17 09:11:58 +08:00
commit 1609bbe513
1 changed files with 10 additions and 3 deletions

View File

@ -1,14 +1,21 @@
cask :v1 => 'subler' do
version '1.0.3'
sha256 '631495e84b6dcda68e589b1c7172fb5ad6f41f76cbd73e3b739f25f741b1a1a6'
version '1.0.4'
sha256 'f8e95ea92eef150246d3a2f3da0472e4ef53e2781ae2e4b9d5ad29c16f5bd40e'
# bitbucket.org is the official download host per the vendor homepage
url "https://bitbucket.org/galad87/subler/downloads/Subler-#{version}.zip"
appcast 'http://subler.org/appcast/appcast.xml',
:sha256 => 'c2997d3e545fb02306552377ac6a3fd0dc25d7d9761465397982f2904aaf7876'
:sha256 => 'f8e95ea92eef150246d3a2f3da0472e4ef53e2781ae2e4b9d5ad29c16f5bd40e'
name 'Subler'
homepage 'http://subler.org/'
license :gpl
app 'Subler.app'
zap :delete => [
'~/Library/Preferences/org.galad.Subler.plist',
'~/Library/Application Support/Subler',
'~/Library/Caches/org.galad.Subler',
'~/Library/Saved Application State/org.galad.Subler.savedState'
]
end