Files
homebrew-cask/Casks/s/sublercli.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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