mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
9 lines
161 B
Ruby
9 lines
161 B
Ruby
class Paw < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://luckymarmot.com/paw/download'
|
|
homepage 'http://luckymarmot.com/paw'
|
|
|
|
app 'Paw.app'
|
|
end
|