Files
homebrew-cask/Casks/c/corelocationcli.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
397 B
Ruby

cask "corelocationcli" do
version "4.0.2"
sha256 "ca70f0492d78c317182a095a25153dc1a5cd4d22fea1b71f6e9dd46c6e3dcab1"
url "https://github.com/fulldecent/corelocationcli/releases/download/#{version}/CoreLocationCLI.zip"
name "Core Location CLI"
desc "Prints location information from CoreLocation"
homepage "https://github.com/fulldecent/corelocationcli"
binary "CoreLocationCLI"
end