diff --git a/Casks/macfusion-ng.rb b/Casks/macfusion-ng.rb index ce6437a1bfa..a9ae39fcebb 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 68fdb932d63..c721b274de8 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",