homebrew-cask/Casks/audiobookbinder.rb

15 lines
503 B
Ruby
Raw Normal View History

2014-11-14 01:25:24 +08:00
cask :v1 => 'audiobookbinder' do
2015-07-02 04:26:03 +08:00
version '2.1'
sha256 'ed0e722cbbbcad8ea305faa10e1f5f08c7719991118d015af132bb9d41f84170'
2014-09-26 20:08:47 +08:00
url "http://bluezbox.com/audiobookbinder/AudiobookBinder-#{version}.dmg"
2015-01-04 11:22:36 +08:00
name 'Audiobook Binder'
name 'AudiobookBinder'
2014-10-15 23:43:46 +08:00
appcast 'http://bluezbox.com/audiobookbinder/appcast.xml',
2015-07-02 04:26:03 +08:00
:sha256 => '11938c904098f5a6dd0dbf6a607cdde44be5d7f1a0d7fdeb5e54965320c0f441'
2013-11-10 16:59:50 +08:00
homepage 'http://bluezbox.com/audiobookbinder.html'
license :oss
2014-09-16 00:05:16 +08:00
app 'AudioBookBinder.app'
2013-11-10 16:59:50 +08:00
end