From e4d505eb726b0ea71aadd381ee65e3dc2842cc44 Mon Sep 17 00:00:00 2001 From: tobias <tobias@thecodedev.de> Date: Sat, 2 May 2020 10:26:38 +0200 Subject: [PATCH] Add carrotcastle cask --- Casks/carrotcastle.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Casks/carrotcastle.rb diff --git a/Casks/carrotcastle.rb b/Casks/carrotcastle.rb new file mode 100644 index 0000000..e3f9084 --- /dev/null +++ b/Casks/carrotcastle.rb @@ -0,0 +1,10 @@ +cask 'carrotcastle' do + version '1.0.0' + sha256 '1e453f3cece292e8e5c17fca38fffeb5bdf5bd83d354765611dde5ba5d603c02' + + url 'https://github.com/TheCodeLabsDevs/CarrotCastle/releases/download/v1.0.0/CarrotCastleClient-1.0.0-mac.zip' + name 'CarrotCastle' + homepage 'https://carrotcastle.thecodelabs.de' + + app 'CarrotCastle.app' +end -- GitLab