homebrew-cask/Casks/less.rb

10 lines
170 B
Ruby
Raw Normal View History

class Less < Cask
2014-09-17 19:42:50 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://incident57.com/less/files/Less.zip'
homepage 'http://incident57.com/less/'
2014-09-16 00:05:50 +08:00
app 'Less.app'
2013-06-16 20:04:55 +08:00
end