homebrew-cask/Casks/subl.rb

12 lines
307 B
Ruby
Raw Normal View History

2014-11-14 01:27:03 +08:00
cask :v1 => 'subl' do
2014-08-26 22:16:14 +08:00
version '1.2'
sha256 '2f66cd6f873b51fa7bf31a6fe0bff1af4ac2cf0d9fff21a4b0f647c1cdcd6eef'
2014-09-26 20:09:13 +08:00
url "https://github.com/dhoulb/subl/releases/download/v#{version}/Subl.app.zip"
2015-01-05 05:04:17 +08:00
name 'subl:// URL handler'
2014-08-26 22:16:14 +08:00
homepage 'https://github.com/dhoulb/subl'
2014-10-01 23:34:00 +08:00
license :oss
2014-08-26 22:16:14 +08:00
2014-09-16 00:06:25 +08:00
app 'Subl.app'
2014-08-26 22:16:14 +08:00
end