mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
259 B
Ruby
9 lines
259 B
Ruby
class Sublercli < Cask
|
|
version '0.19'
|
|
sha256 '968c6c0ff530ee603a5a3deec93911cc1c5c1fd8b100883cb485278fccc79104'
|
|
|
|
url "https://subler.googlecode.com/files/SublerCLI-#{version}.zip"
|
|
homepage 'https://code.google.com/p/subler/'
|
|
|
|
binary 'SublerCLI'
|
|
end
|