add hides 5.9.1

This commit is contained in:
Philipp Jetschina
2023-11-25 23:05:04 +01:00
parent 41699b1ca6
commit 00af3d6271
+24
View File
@@ -0,0 +1,24 @@
cask "hides" do
version "5.9.1"
sha256 :no_check
url "https://sweetpproductions.com/products/hides/Hides.dmg"
name "Hides"
desc "App to quickly hide all open apps except the current one."
homepage "https://hides.sweetpproductions.com/"
livecheck do
url "https://sweetpproductions.com/products/hides/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :mojave"
app "Hides.app"
zap trash: [
"~/Library/Containers/com.sweetpproductions.Hides",
"~/Library/Group Containers/*.com.sweetpproductions.Hides",
end