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

maa-core-beta 5.9.0 #283

Merged
Merged
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
12 changes: 6 additions & 6 deletions Formula/maa-core-beta.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class MaaCoreBeta < Formula
desc "Maa Arknights assistant Library (beta)"
homepage "https://github.com/MaaAssistantArknights/MaaAssistantArknights/"
url "https://github.com/MaaAssistantArknights/MaaAssistantArknights/archive/refs/tags/v5.8.0-beta.2.tar.gz"
sha256 "51ec9420096f896fbdb5c32104976574c095a5d49f4558b7addb87c8a421aae1"
url "https://github.com/MaaAssistantArknights/MaaAssistantArknights/archive/refs/tags/v5.9.0.tar.gz"
sha256 "e22375935a40d8779133fdc65df8a97d46d5279573e3e660342c0bf2ef230b54"
license "AGPL-3.0-only"

livecheck do
Expand All @@ -11,10 +11,10 @@ class MaaCoreBeta < Formula
end

bottle do
root_url "https://github.com/MaaAssistantArknights/homebrew-tap/releases/download/maa-core-beta-5.8.0-beta.2"
sha256 cellar: :any, arm64_sonoma: "7bfeba78e2f85bbc65e566b691104c0a97530ea70400fa771a4c79f58335dbe3"
sha256 cellar: :any, ventura: "78a036aa7a3591b50f8712fee3478608faa8e799d881e8a694315ff6bd408851"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e72351a131121c91113eaec0b97c214ad0c5c73901fb97b0fa930520abba65be"
root_url "https://github.com/MaaAssistantArknights/homebrew-tap/releases/download/maa-core-beta-5.9.0"
sha256 cellar: :any, arm64_sonoma: "6bcb5bec2ccac243809d3acb11599bfa8dcee417baddbd90cc941345e100e249"
sha256 cellar: :any, ventura: "11f7795868a8495e92421d3abd9ff0505f74301e817f1437e152541421fc4cd8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "47da62e91cdeb871947ecddbf1f7575cb6046c629a1e2e4a7ee4962757ba3711"
end

option "with-resource", "Install resource files" if OS.linux?
Expand Down