homebrew-cask-versions/Casks/whiskey.rb
Vincent Klaiber 9fc0094b90 Add Whiskey.app version 0.3.2
Whiskey is a Markdown text editor for Mac. It will work neat (plain Gruber style) or on the rocks (with extensions).
2014-11-11 19:30:22 +01:00

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