Skip to content

Commit

Permalink
Merge pull request #197922 from alin23/istherenet-cask
Browse files Browse the repository at this point in the history
istherenet 1.6.2 (new cask)
  • Loading branch information
bevanjkay authored Jan 12, 2025
2 parents ff2719f + aea8f49 commit c822ada
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 c822ada

Please sign in to comment.