Skip to content

Commit

Permalink
istherenet 1.6.2 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
alin23 committed Jan 11, 2025
1 parent 93a1167 commit aea8f49
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Casks/i/istherenet.rb
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

0 comments on commit aea8f49

Please sign in to comment.