Update ferdium from nightlies to stable (#128541)

* Update ferdium from 6.0.1-nightly.1 to 6.0.1-nightly.3

* Rework for stable release

* Fix sha256

* remove ferdium from prerelease allowlist

Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
Patrick Linnane 2022-07-25 18:23:18 -07:00 committed by GitHub
parent a9b92e2c41
commit cac012ef60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -7,7 +7,6 @@
"drop-to-gif": "all",
"duplicati": "all",
"extraterm": "all",
"ferdium": "all",
"freetube": "all",
"ghdl": "all",
"graphsketcher": "all",