mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-11 22:06:11 -06:00
Added free screenshot URL sharing application. Been using it for a long time, works great.
7 lines
142 B
Ruby
7 lines
142 B
Ruby
class Puush < Cask
|
|
url 'http://puush.me/dl/puush.zip'
|
|
homepage 'http://puush.me/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'puush.app'
|
|
end
|