Skip to content

Commit

Permalink
Merge pull request Homebrew#176396 from EricFromCanada/omnipresence-l…
Browse files Browse the repository at this point in the history
…egacy

omnipresence: fix legacy version numbers, add zap
  • Loading branch information
miccal committed Jun 11, 2024
2 parents f12aac4 + fdad41c commit 5547589
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Casks/o/omnipresence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
url "https://downloads.omnigroup.com/software/MacOSX/10.13/OmniPresence-#{version}.dmg"
end
on_mojave do
version "1.9.1"
version "1.8"
sha256 "dfb2d162103b3c23e2225dee2322d006f72be3b99b1283c365f6fdd4d1e047d3"

url "https://downloads.omnigroup.com/software/MacOSX/10.14/OmniPresence-#{version}.dmg"
end
on_catalina do
version "1.9.1"
version "1.8"
sha256 "dfb2d162103b3c23e2225dee2322d006f72be3b99b1283c365f6fdd4d1e047d3"

url "https://downloads.omnigroup.com/software/MacOSX/10.14/OmniPresence-#{version}.dmg"
Expand All @@ -46,4 +46,11 @@
end

app "OmniPresence.app"

zap trash: [
"~/Library/Application Scripts/com.omnigroup.OmniPresence",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.omnigroup.omnipresence.sfl*",
"~/Library/Containers/com.omnigroup.OmniPresence",
"~/Library/Preferences/com.omnigroup.OmniPresence.plist",
]
end

0 comments on commit 5547589

Please sign in to comment.