mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
253 B
Ruby
9 lines
253 B
Ruby
class Subl < Cask
|
|
version '1.2'
|
|
sha256 '2f66cd6f873b51fa7bf31a6fe0bff1af4ac2cf0d9fff21a4b0f647c1cdcd6eef'
|
|
|
|
url 'https://github.com/dhoulb/subl/releases/download/v1.2/Subl.app.zip'
|
|
homepage 'https://github.com/dhoulb/subl'
|
|
|
|
link 'Subl.app'
|
|
end
|