excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / shiftit.rb
blob21153500c3d45cee5fe13705a5bc5abb23feaa23
1 cask "shiftit" do
2   version "1.6.6"
3   sha256 "858045662074579856a521dcf967ddfc818f68583ddc96fe73612d82e071bd00"
5   url "https://github.com/fikovnik/ShiftIt/releases/download/version-#{version}/ShiftIt-#{version}.zip"
6   name "ShiftIt"
7   desc "Tool to manage the size and position of windows"
8   homepage "https://github.com/fikovnik/ShiftIt/"
10   deprecate! date: "2023-12-17", because: :discontinued
12   auto_updates true
14   app "ShiftIt.app"
16   zap trash: [
17     "~/Library/Application Support/ShiftIt",
18     "~/Library/Caches/org.shiftitapp.ShiftIt",
19     "~/Library/Preferences/org.shiftitapp.ShiftIt.plist",
20   ]
22   caveats do
23     requires_rosetta
24   end
25 end