-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197922 from alin23/istherenet-cask
istherenet 1.6.2 (new cask)
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
cask "istherenet" do | ||
version "1.6.2" | ||
sha256 "6d6c781387f82869b8bd0a0db1d74f8f2cba367e8972f4814e0aa7bcb5963876" | ||
|
||
url "https://files.lowtechguys.com/releases/IsThereNet-#{version}.dmg" | ||
name "IsThereNet" | ||
desc "Your internet connection status at a glance" | ||
homepage "https://lowtechguys.com/istherenet/" | ||
|
||
livecheck do | ||
url "https://files.lowtechguys.com/istherenet/appcast.xml" | ||
strategy :sparkle | ||
end | ||
|
||
auto_updates true | ||
depends_on macos: ">= :big_sur" | ||
|
||
app "IsThereNet.app" | ||
|
||
uninstall quit: "com.lowtechguys.IsThereNet", | ||
login_item: "IsThereNet" | ||
|
||
zap trash: [ | ||
"~/.config/istherenet/", | ||
"~/Library/Application Scripts/com.lowtechguys.IsThereNet", | ||
"~/Library/Preferences/com.lowtechguys.IsThereNet.plist", | ||
"~/Library/WebKit/com.lowtechguys.IsThereNet", | ||
] | ||
end |