From 84913cdaa3bdbf76c923aa6369813548c95f6175 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 12 Apr 2017 09:04:18 -0400 Subject: [PATCH] Add CoreLocationCLI v2.2.0 (#31827) --- Casks/corelocationcli.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/corelocationcli.rb diff --git a/Casks/corelocationcli.rb b/Casks/corelocationcli.rb new file mode 100644 index 00000000000..035f31d4a18 --- /dev/null +++ b/Casks/corelocationcli.rb @@ -0,0 +1,12 @@ +cask 'corelocationcli' do + version '2.2.0' + sha256 'fb59410ee9182c2616303c21f19c783a8afe852b16170dfe3894b0c461bf541e' + + url "https://github.com/fulldecent/corelocationcli/releases/download/#{version}/CoreLocationCLI.zip" + appcast 'https://github.com/fulldecent/corelocationcli/releases.atom', + checkpoint: '1d7c93f8ee6d06431a759358e4be2ff1578003d9e5eaa7d6f0845af773feb7ac' + name 'Core Location CLI' + homepage 'https://github.com/fulldecent/corelocationcli' + + binary 'CoreLocationCLI' +end