homebrew-cask/Casks/platypus.rb

14 lines
481 B
Ruby

cask :v1 => 'platypus' do
version '4.9'
sha256 'f28ed1f0c3f4d4109c55d580dbf69950ad865fa7e91f32bc64d592546f382c6a'
url "http://sveinbjorn.org/files/software/platypus/platypus#{version}.zip"
appcast 'http://www.sveinbjorn.org/files/appcasts/PlatypusAppcast.xml',
:sha256 => '21e37d2b32951108d7d0a4a6cda34b96bd97c4e82338c42583b6498c482239ec'
name 'Platypus'
homepage 'http://sveinbjorn.org/platypus'
license :bsd
app "Platypus-#{version}/Platypus.app"
end