diff --git a/Casks/ferdium.rb b/Casks/ferdium.rb index a985ace050..8648ee6832 100644 --- a/Casks/ferdium.rb +++ b/Casks/ferdium.rb @@ -1,12 +1,12 @@ cask "ferdium" do arch = Hardware::CPU.intel? ? "x64" : "arm64" - version "6.0.1-nightly.1" + version "6.0.0" if Hardware::CPU.intel? - sha256 "dfd2cf9825ff98843a9a01d673a24315c95efa17e08a8d4f23b647fbae079ec7" + sha256 "131c29c39275143d294b022581556cf9ac2ed458efc13fea06f677205d854da1" else - sha256 "7b816c3c6bda3fc38510375347919a0ed22f79f0821f93f7f938a5c64bc43dd5" + sha256 "c9b4a05a0654e57065df2b2d56738178d83345f4de157ef72daa950b48e51188" end url "https://github.com/ferdium/ferdium-app/releases/download/v#{version}/Ferdium-mac-#{version}-#{arch}.dmg", @@ -15,6 +15,11 @@ cask "ferdium" do desc "Multi-platform multi-messaging app" homepage "https://ferdium.org/" + livecheck do + url :url + strategy :github_latest + end + auto_updates true app "Ferdium.app" diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index a492454102..9863509e39 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -7,7 +7,6 @@ "drop-to-gif": "all", "duplicati": "all", "extraterm": "all", - "ferdium": "all", "freetube": "all", "ghdl": "all", "graphsketcher": "all",