homebrew-cask/Casks/debt-quencher.rb

13 lines
428 B
Ruby
Raw Normal View History

2013-12-07 10:53:33 +08:00
class DebtQuencher < Cask
version '1.2.2'
sha256 '2083fdb28d3138998a0d6b4b5c4405a18a2e8dd7b71554786386623313c166ad'
2013-12-07 10:53:33 +08:00
url 'http://downloads.nothirst.com/DebtQuencher_1.2.zip'
2014-10-15 23:43:48 +08:00
appcast 'http://nothirst.com/feeds/DebtQuencherAppcast.xml',
:sha256 => 'c4cf59373c8956515d82f9ede91e326a770154ec10d637772f48c6aab1149b73'
2013-12-07 10:53:33 +08:00
homepage 'http://nothirst.com/debtquencher/'
2014-10-01 23:32:44 +08:00
license :unknown
2014-09-16 00:05:27 +08:00
app 'Debt Quencher.app'
2013-12-07 10:53:33 +08:00
end