add intel download and zap stanza

This commit is contained in:
Kilian Koeltzsch 2023-08-28 14:01:35 +02:00
parent a420bc7657
commit 099594e06a
1 changed files with 11 additions and 3 deletions

View File

@ -1,12 +1,20 @@
cask "piphero" do
version "1.0.0"
sha256 "3f1af01daa88ced60751f58e7c6379a45fc9807a1b0dc53c2639147ce984c6ff"
arch arm: "arm64", intel: "x64"
url "https://github.com/pipheroapp/downloads/releases/download/v#{version}/PiPHero-#{version}-mac-arm64.dmg",
version "1.0.0"
sha256 arm: "3f1af01daa88ced60751f58e7c6379a45fc9807a1b0dc53c2639147ce984c6ff",
intel: "1822e9e566bfdfa0efbb4a4fc44309ab1ce9cf3f96777a2b13268aa54490ee9d"
url "https://github.com/pipheroapp/downloads/releases/download/v#{version}/PiPHero-#{version}-mac-#{arch}.dmg",
verified: "github.com/pipheroapp/downloads/"
name "PiPHero"
desc "Menu bar app to picture-in-picture any window"
homepage "https://piphero.app/"
app "PiPHero.app"
zap trash: [
"~/Library/Application Support/piphero",
"~/Library/Preferences/com.piphero.app.plist",
]
end