homebrew-cask/Casks/swift-publisher.rb

15 lines
530 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'swift-publisher' do
2014-10-21 00:35:04 +08:00
version :latest
sha256 :no_check
# 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'
2015-05-03 04:27:21 +08:00
name 'Swift Publisher'
2015-06-29 14:32:18 +08:00
appcast 'https://www.belightsoft.com/download/updates/appcast_SwiftPublisher3.xml',
2015-05-28 04:32:20 +08:00
:sha256 => '73bf29fcb6fa689fa32e5a1666ffb8db22401a6033a91e2866fc95d1be7ffd96'
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
app 'Swift Publisher 3.app'
end