mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
6 lines
157 B
Ruby
6 lines
157 B
Ruby
class Bartender < Cask
|
|
url 'http://www.macbartender.com/Demo/Bartender.zip'
|
|
homepage 'http://www.macbartender.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
end
|