mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
Whiskey is a Markdown text editor for Mac. It will work neat (plain Gruber style) or on the rocks (with extensions).
10 lines
176 B
Ruby
10 lines
176 B
Ruby
class Whiskey < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://usewhiskey.com/latest'
|
|
homepage 'http://usewhiskey.com/'
|
|
license :unknown
|
|
|
|
app 'Whiskey.app'
|
|
end
|