multipatch: update url, livecheck

This commit is contained in:
Sam Ford 2023-11-05 16:42:00 -05:00
parent 5ddbe2879c
commit 8ae3155ef5
No known key found for this signature in database
GPG Key ID: 7AF5CBEE1DD6F76D
1 changed files with 4 additions and 3 deletions

View File

@ -2,14 +2,15 @@ cask "multipatch" do
version "2.0"
sha256 "92d4077bc10802c7b4395d6716afc5c23bbdb34788be4a672fd5fef807a2072b"
url "https://projects.sappharad.com/multipatch/multipatch#{version.no_dots}.zip"
url "https://github.com/Sappharad/MultiPatch/releases/download/#{version}/multipatch#{version.no_dots}.zip",
verified: "github.com/Sappharad/MultiPatch/"
name "MultiPatch"
desc "File patching utility"
homepage "https://projects.sappharad.com/multipatch/"
livecheck do
url "https://github.com/Sappharad/MultiPatch"
strategy :git
url :url
strategy :github_latest
end
auto_updates true