homebrew-cask/Casks/join-together.rb

14 lines
514 B
Ruby
Raw Normal View History

cask :v1 => 'join-together' do
2015-11-14 07:05:38 +08:00
version '7.5.3'
sha256 '2df29280c83580e16acaac20e5015acf1d24889de1439cc252f735658053af23'
url "http://dougscripts.com/itunes/scrx/jointogether#{version.delete('.')}.zip"
2015-01-06 10:12:32 +08:00
name 'Join Together'
2015-05-25 03:38:07 +08:00
appcast 'http://dougscripts.com/itunes/itinfo/jointogether_appcast.xml',
2015-10-30 01:31:42 +08:00
:sha256 => '8e0c1bffffc4da135dd9c906e377cd49ad718d222a7a8b2fd5d896de1c4e00ac'
homepage 'http://dougscripts.com/itunes/itinfo/jointogether.php'
license :commercial
app 'Join Together.app'
end