diff --git a/Casks/swift-publisher.rb b/Casks/swift-publisher.rb index 61aaedf522d..7a827528652 100644 --- a/Casks/swift-publisher.rb +++ b/Casks/swift-publisher.rb @@ -1,14 +1,14 @@ cask 'swift-publisher' do - version :latest - sha256 :no_check + version '3.3.8' + sha256 'a7a7b44a1e0b7b596441796ef9b3071d9d8c889d469d00c8a37e94911b98f409' # amazonaws.com is the official download host per the vendor homepage url 'https://s3.amazonaws.com/belightsoft/SwiftPublisher.dmg' appcast 'https://www.belightsoft.com/download/updates/appcast_SwiftPublisher3.xml', - :sha256 => '73bf29fcb6fa689fa32e5a1666ffb8db22401a6033a91e2866fc95d1be7ffd96' + :sha256 => '150948d411a38f911a4ae196981dbc1f4a61f0f9e1bbcf8945236b598b23a7be' name 'Swift Publisher' homepage 'https://www.belightsoft.com/products/swiftpublisher/overview.php' license :closed - app 'Swift Publisher 3.app' + app "Swift Publisher #{version.major}.app" end