mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
264 B
Ruby
9 lines
264 B
Ruby
class Platypus < Cask
|
|
version '4.8'
|
|
sha256 '754d9153b92e32faf7e56a4e181de59c6f0b72b3208663042a22e1767d87cb05'
|
|
|
|
url 'http://sveinbjorn.org/files/software/platypus.zip'
|
|
homepage 'http://sveinbjorn.org/platypus'
|
|
|
|
link "Platypus-#{version}/Platypus.app"
|
|
end
|