Update multimc from 0.6.12 to 0.6.13 (#111250)

* Update multimc from 0.6.12 to 0.6.13

* Remove livecheck from the multimc cask

* update livecheck, and version formatting

* update livecheck

Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
haykam821 2021-09-12 21:26:25 -04:00 committed by GitHub
parent b2aea468a6
commit a78bcc1499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -1,16 +1,17 @@
cask "multimc" do
version "0.6.12"
sha256 "d491b6a2a2ec3420dd66a11815a3f7c64b46bb6044fa5402b026b53aeb964934"
version "0.6.13"
sha256 :no_check
url "https://github.com/MultiMC/MultiMC5/releases/download/#{version}/mmc-stable-osx64.tar.gz",
verified: "github.com/MultiMC/MultiMC5/"
url "https://files.multimc.org/downloads/mmc-stable-osx64.tar.gz"
name "Multi MC"
desc "Minecraft launcher"
homepage "https://multimc.org/"
livecheck do
url :url
strategy :github_latest
url "https://files.multimc.org/update/osx64-5.15.2/stable/index.json"
strategy :page_match do |page|
JSON.parse(page)["Versions"][0]["Name"]
end
end
auto_updates true