mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
337 B
Ruby
12 lines
337 B
Ruby
cask "sublercli" do
|
|
version "1.5.1"
|
|
sha256 "30776e73cc51b858b1ff3efa7b4d4eae78832986b9147de2de6effada7e9ef14"
|
|
|
|
url "https://bitbucket.org/galad87/sublercli/downloads/SublerCLI-#{version}.zip"
|
|
name "SublerCLI"
|
|
desc "Command-line version of Subler"
|
|
homepage "https://bitbucket.org/galad87/sublercli/"
|
|
|
|
binary "SublerCLI"
|
|
end
|