homebrew-cask/Casks/tranzport.rb

15 lines
678 B
Ruby
Raw Normal View History

cask 'tranzport' do
version '1.0-beta2'
sha256 'a03760c312c583d03aa3b57d7c2265eb2c67f806f2cae59b9a6f368d1dcba034'
2016-06-20 02:44:21 +08:00
# github.com/steverab/tranzport-mac was verified as official when first introduced to the cask
url "https://github.com/steverab/tranzport-mac/releases/download/#{version}/Tranzport.app.zip"
appcast 'https://github.com/steverab/tranzport-mac/releases.atom',
checkpoint: '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