homebrew-cask/Casks/platypus.rb

13 lines
564 B
Ruby
Raw Normal View History

2014-11-14 01:26:40 +08:00
cask :v1 => 'platypus' do
2013-11-22 00:32:04 +08:00
version '4.8'
sha256 '754d9153b92e32faf7e56a4e181de59c6f0b72b3208663042a22e1767d87cb05'
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',
:sha256 => '21e37d2b32951108d7d0a4a6cda34b96bd97c4e82338c42583b6498c482239ec'
homepage 'http://sveinbjorn.org/platypus'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:08 +08:00
app "Platypus-#{version}/Platypus.app"
2013-05-20 09:05:43 +08:00
end