mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
``` $ 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>
17 lines
544 B
Ruby
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
|