diff --git a/Casks/carrotcastle.rb b/Casks/carrotcastle.rb new file mode 100644 index 0000000000000000000000000000000000000000..e3f9084cb036c31cb441beaacf678cdadf834d52 --- /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