mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
10 lines
237 B
Ruby
10 lines
237 B
Ruby
cask :v1 => 'sublercli' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://bitbucket.org/galad87/sublercli/downloads/SublerCLI-Test.zip'
|
|
homepage 'https://bitbucket.org/galad87/sublercli/'
|
|
license :oss
|
|
|
|
binary 'SublerCLI'
|
|
end
|