From cc206299b875c0912664740402a433db7adf6e8a Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 24 Mar 2021 20:21:55 +0100 Subject: [PATCH] macfusion-ng: add livecheck (#102411) --- Casks/macfusion-ng.rb | 6 +++++- audit_exceptions/github_prerelease_allowlist.json | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Casks/macfusion-ng.rb b/Casks/macfusion-ng.rb index ce6437a1bf..a9ae39fceb 100644 --- a/Casks/macfusion-ng.rb +++ b/Casks/macfusion-ng.rb @@ -3,10 +3,14 @@ cask "macfusion-ng" do sha256 "3e6e356f36623dde805aa3de941e29f6256b02cfe0720bcbd70df4526e2a7198" url "https://github.com/macfusion-ng/macfusion#{version.major}/releases/download/#{version}/Macfusion.zip" - appcast "https://github.com/macfusion-ng/macfusion#{version.major}/releases.atom" name "Macfusion" homepage "https://github.com/macfusion-ng/macfusion#{version.major}/" + livecheck do + url :url + strategy :git + end + conflicts_with cask: "macfusion" depends_on formula: "sshfs" diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index 68fdb932d6..c721b274de 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -12,6 +12,7 @@ "haptickey": "all", "imagemin": "all", "irccloud": "all", + "macfusion-ng": "all", "majsoul-plus": "all", "messenger-native": "all", "jenkins-menu": "all",