homebrew-cask/Casks/b/brightintosh.rb

29 lines
853 B
Ruby

cask "brightintosh" do
version "1.5.2"
sha256 "0b8f6e43421132bc3ac00f3b7467b8d2e854aff4540828a362f74f78d21ec7da"
url "https://c.brightintosh.de/updates/BrightIntosh_v#{version}.dmg"
name "BrightIntosh"
desc "Utility that allows increased screen brightness"
homepage "https://www.brightintosh.de/"
livecheck do
url "https://c.brightintosh.de/updates/appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :monterey"
depends_on arch: :arm64
app "BrightIntosh.app"
zap trash: [
"~/Library/Application Scripts/de.brightintosh.app",
"~/Library/Application Scripts/de.brightintosh.launcher",
"~/Library/Caches/de.brightintosh.app",
"~/Library/Containers/de.brightintosh.app",
"~/Library/Containers/de.brightintosh.launcher",
"~/Library/HTTPStorages/de.brightintosh.app",
]
end