homebrew-cask/Casks/platypus.rb

15 lines
481 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'platypus' do
2016-02-08 03:16:20 +08:00
version '5.1'
sha256 '14a3595cc4e61f3e4e3051ddd0dde813119b6d2d2f19fa6271c259320b5b9d17'
url "http://sveinbjorn.org/files/software/platypus/platypus#{version}.zip"
2014-10-15 23:43:53 +08:00
appcast 'http://www.sveinbjorn.org/files/appcasts/PlatypusAppcast.xml',
2016-02-08 03:16:20 +08:00
checkpoint: 'b94ebed3f158d89018eed4d08e74323dcae50bc9e0273804a84c24899cd29e9d'
2015-04-21 03:45:38 +08:00
name 'Platypus'
homepage 'http://sveinbjorn.org/platypus'
2016-02-10 07:31:49 +08:00
auto_updates true
2014-09-16 00:06:08 +08:00
app "Platypus-#{version}/Platypus.app"
2013-05-20 09:05:43 +08:00
end