mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add live check and version update check
This commit is contained in:
@@ -8,6 +8,13 @@ cask "overlayed" do
|
||||
desc "Modern, open-source, and free voice chat overlay for Discord"
|
||||
homepage "https://overlayed.dev/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Overlayed.app"
|
||||
|
||||
zap trash: "~/Library/Application Support/com.hacksore.overlayed"
|
||||
|
||||
Reference in New Issue
Block a user