Files
Rui Chen e1ba14e841 endurance: disable
```
$ curl -I https://enduranceapp.com/appcast
HTTP/2 503
date: Mon, 08 Jan 2024 04:59:44 GMT
cache-control: no-cache
retry-after: 600
vary: Accept-Encoding
via: e8s
cf-cache-status: DYNAMIC
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=cJ0Vrsrf%2FgIagqWDresUTCA9hYu5JvVHqjwgckA7lITIULmFvDBEZiuOtIGJ02QnoI4LzfmlsGSbsA%2F1jlbdLdgXHRdyzVQJX9oyiHnKN5GjMSU59PM9DLZ36xI6YSCkQrNZTD8jv0nuXc9nE0%2Fn"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 8421df703d4ac345-EWR
alt-svc: h3=":443"; ma=86400
```

Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-01-08 00:01:00 -05:00

17 lines
544 B
Ruby

cask "endurance" do
version "3.2.6"
sha256 "9e1e6b0f7f5ebeba844c867226ce6badc6dcc53c4b3eefbf6fb680fb16bfbf56"
url "https://enduranceapp.com/downloads/Endurance#{version}.zip"
name "Endurance"
desc "Battery monitoring and management"
homepage "https://enduranceapp.com/"
disable! date: "2024-01-07", because: "download artifact not available"
app "Endurance.app"
uninstall launchctl: "com.MagnetismStudios.endurance.helper",
delete: "/Library/PrivilegedHelperTools/com.MagnetismStudios.endurance.helper"
end