homebrew-cask/Casks/swift-publisher.rb

14 lines
608 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'swift-publisher' do
version '4.0.4'
sha256 '743204d13b5945eda94a1b2d7b4589b522f680a1d4f4b5f83c0163c2409ec801'
2014-10-21 00:35:04 +08:00
# s3.amazonaws.com/belightsoft was verified as official when first introduced to the cask
2015-06-29 14:32:18 +08:00
url 'https://s3.amazonaws.com/belightsoft/SwiftPublisher.dmg'
appcast "https://www.belightsoft.com/download/updates/appcast_SwiftPublisher#{version.major}.xml",
checkpoint: 'd6a4ec3a83b57ec88a5618ce44c518faa4618caa03e00234afd1d8da972af4ec'
name 'Swift Publisher'
2016-11-23 21:35:25 +08:00
homepage 'https://www.belightsoft.com/products/swiftpublisher/'
2014-10-21 00:35:04 +08:00
2016-01-12 03:13:16 +08:00
app "Swift Publisher #{version.major}.app"
2014-10-21 00:35:04 +08:00
end