From f3097c857c7f8bc79b07adcf001099c4c77b5805 Mon Sep 17 00:00:00 2001 From: june Date: Sun, 30 Mar 2025 09:57:55 +1300 Subject: [PATCH] cleanshot-x: add --- Casks/cleanshot-x.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Casks/cleanshot-x.rb diff --git a/Casks/cleanshot-x.rb b/Casks/cleanshot-x.rb new file mode 100644 index 0000000..b553367 --- /dev/null +++ b/Casks/cleanshot-x.rb @@ -0,0 +1,10 @@ +cask "cleanshot-x" do + version "4.7.5" + sha256 "e949c43788821cad46d644ce23b75c35fc2f325839eb466910adff0ce8052a79" + + url "https://dl.breadone.xyz/cask/CleanShot-X-#{version}.zip" + name "CleanShot X" + desc "ENTER_DESCRIPTION" + + app "CleanShot X.app" +end