Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

badlion-client 4.5.1 #197991

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Casks/b/badlion-client.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
cask "badlion-client" do

Check failure on line 1 in Casks/b/badlion-client.rb

View workflow job for this annotation

GitHub Actions / test badlion-client (macos-13, intel)

Version '4.5.1' differs from '' retrieved by livecheck.

Check failure on line 1 in Casks/b/badlion-client.rb

View workflow job for this annotation

GitHub Actions / test badlion-client (macos-15, arm)

Version '4.5.1' differs from '' retrieved by livecheck.
arch arm: "-arm64"

version "4.5.0"
sha256 arm: "1198e9794c5c537fae8b880562990aeda29217066092b7043c9634413be380c4",
intel: "8e85fd6f3399e399ee859c9f0413cc01ab9dea738281b374fdda40d08c8f1c8c"
version "4.5.1"
sha256 arm: "1a3e5c6feb08d88c4e3ffc7786a75a2983a958c02d1fa6da12dc45023d35d093",
intel: "be51042bb6e1ac8c656ec6655316d94edba2b5599c74e19b89b092db952bf94e"

url "https://client-updates.badlion.net/Badlion%20Client-#{version}#{arch}.dmg"
name "Badlion Client"
desc "Minecraft launcher"
homepage "https://www.badlion.net/"

livecheck do
url "https://client-updates.badlion.net/latest-mac.yml"
strategy :electron_builder
url "https://www.badlion.net/download/client/latest/mac"
strategy :header_match
end

auto_updates true
Expand Down
Loading