homebrew-cask/Casks/swift-publisher.rb

15 lines
603 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'swift-publisher' do
2016-01-12 03:13:16 +08:00
version '3.3.8'
sha256 'a7a7b44a1e0b7b596441796ef9b3071d9d8c889d469d00c8a37e94911b98f409'
2014-10-21 00:35:04 +08:00
# amazonaws.com is the official download host per the vendor homepage
2015-06-29 14:32:18 +08:00
url 'https://s3.amazonaws.com/belightsoft/SwiftPublisher.dmg'
appcast 'https://www.belightsoft.com/download/updates/appcast_SwiftPublisher3.xml',
checkpoint: '04cf983120e06ad9958bb69ff7d2b47c2d2bd6ba4f5349eeb5002602f54195ca'
name 'Swift Publisher'
2015-06-29 14:32:18 +08:00
homepage 'https://www.belightsoft.com/products/swiftpublisher/overview.php'
2014-10-21 00:35:04 +08:00
license :closed
2016-01-12 03:13:16 +08:00
app "Swift Publisher #{version.major}.app"
2014-10-21 00:35:04 +08:00
end