Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

balenaetcher: Adjust version & url for discontinue #135413

Merged
merged 7 commits into from
Nov 9, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Casks/balenaetcher.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cask "balenaetcher" do
version "1.8.14"
sha256 "4c3ca69f01e72c0c0e677cb1572bb887cc3cc146cfbe1aaf198cbab2266ed68d"
version :latest
sha256 :no_check

url "https://github.com/balena-io/etcher/releases/download/v#{version}/balenaEtcher-#{version}.dmg",
url "https://github.com/balena-io/etcher/releases/download/v1.8.14/balenaEtcher-1.8.14.dmg",
verified: "github.com/balena-io/etcher/"
name "Etcher"
desc "Tool to flash OS images to SD cards & USB drives"
homepage "https://balena.io/etcher"

livecheck do
skip "homebrew-cask has discontinued support due to extremely frequent releases"
skip "balenaetcher is no longer updated in homebrew-cask due to multiple stable releases per day."
end

auto_updates true
Expand All @@ -26,7 +26,6 @@
]

caveats <<~EOS
Support for future updates of #{token} has been discontinued in homebrew-cask
due to extremely frequent stable releases.
#{token} is no longer updated in homebrew-cask due to multiple stable releases per day.
p-linnane marked this conversation as resolved.
Show resolved Hide resolved
EOS
end