Adds Tranzport for Mac 1.0-beta2 to Casks

Readded TODO comment after license

Adds official download host per vendor homepage comment

Removes Whitespaces in Line 4
This commit is contained in:
Lars Schwegmann 2016-01-10 16:17:01 +01:00
parent 49efae1fef
commit ba1989d9bd
1 changed files with 14 additions and 0 deletions

14
Casks/tranzport.rb Normal file
View File

@ -0,0 +1,14 @@
cask 'tranzport' do
version '1.0-beta2'
sha256 'a03760c312c583d03aa3b57d7c2265eb2c67f806f2cae59b9a6f368d1dcba034'
# github.com is the official download host per the vendor homepage
url "https://github.com/steverab/tranzport-mac/releases/download/#{version}/Tranzport.app.zip"
appcast 'https://github.com/steverab/tranzport-mac/releases.atom',
:sha256 => 'c4f7bbc0951c936cc1894471e0e6eaae1319f4fbb1c49ae751a02a6246ca97f7'
name 'Tranzport'
homepage 'http://steverab.com/tranzport-mac/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Tranzport.app'
end