Skip to content

Commit

Permalink
Merge pull request #207550 from Homebrew/bump-unicorn-2.1.2
Browse files Browse the repository at this point in the history
unicorn 2.1.2
  • Loading branch information
BrewTestBot authored Feb 13, 2025
2 parents 0dad820 + 19280cb commit 369be40
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/u/unicorn.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
class Unicorn < Formula
desc "Lightweight multi-architecture CPU emulation framework"
homepage "https://www.unicorn-engine.org/"
url "https://github.com/unicorn-engine/unicorn/archive/refs/tags/2.1.1.tar.gz"
sha256 "8740b03053162c1ace651364c4c5e31859eeb6c522859aa00cb4c31fa9cbbed2"
url "https://github.com/unicorn-engine/unicorn/archive/refs/tags/2.1.2.tar.gz"
sha256 "bfc6dbff23288c4ae9eb73d8cd01099bc9caed35bf9f0c5afc951080d3ff3fa5"
license all_of: [
"GPL-2.0-only",
"GPL-2.0-or-later", # glib, qemu
]
head "https://github.com/unicorn-engine/unicorn.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "d883e9c493f37e9bb7e98824a64d2ecfbee8d03ce0a3bfce3558a3805ac9ae16"
sha256 cellar: :any, arm64_sonoma: "b73d76012c194c5b982c12a36a380f7d3db64dbc828c3566ed783e8955a59640"
sha256 cellar: :any, arm64_ventura: "8cb9b6e44b8f70a0e9cf1da0ba23dc7f9a0cbafaa5e2044f83166918dc5560e0"
sha256 cellar: :any, sonoma: "e435e55606cdbc842e79367eac3dc8974267616f08ea95b890c2086c634137b0"
sha256 cellar: :any, ventura: "aeb5bf15f1613f87677b7bb539cac1bc9b3fcd339f06881437058ed19ac5313a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8935edc693fe1e8f5756c96913bf9de63aed9d22be914ef6a7b40dff96686e61"
sha256 cellar: :any, arm64_sequoia: "bd7852e6ed8f9cadd2e3e50ed7da6df5d577b33c3021c56dab5a926bd006e83c"
sha256 cellar: :any, arm64_sonoma: "8ecd87d04d221d4b756056a85a69220a8184e25827aa415d800c6635baa183df"
sha256 cellar: :any, arm64_ventura: "af4a69b5ee19db6723106ce8bb0166e5fdb2aba242839982bf0a76d2bf237835"
sha256 cellar: :any, sonoma: "3f91d7fc55b15557b23a8349dfc197277eb8867c897202202647ac0b3760089b"
sha256 cellar: :any, ventura: "bfaf40cef1d184648ddd53a953f8276ba37e8df7b7fda71be70f16c21cf1db5e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c8df2c53e1bae3995aa99a2a8414a279930ab9ec94ffecd5b6a32d1581976378"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 369be40

Please sign in to comment.