homebrew-cask/Casks/platypus.rb

14 lines
481 B
Ruby
Raw Normal View History

2014-11-14 01:26:40 +08:00
cask :v1 => 'platypus' do
2015-12-02 06:35:58 +08:00
version '5.0'
sha256 'a14c9f2360feff9f07d5db5eeee238fbc602dccf574c3ebd1ce875fede43bdb1'
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',
2015-12-02 06:35:58 +08:00
:sha256 => '2eb402188ef9006152796d65342be4ef75fd5fbc3c8a516f7f3a294509a9a5b9'
2015-04-21 03:45:38 +08:00
name 'Platypus'
homepage 'http://sveinbjorn.org/platypus'
2015-10-05 01:43:52 +08:00
license :bsd
2014-09-16 00:06:08 +08:00
app "Platypus-#{version}/Platypus.app"
2013-05-20 09:05:43 +08:00
end