Skip to content

Commit

Permalink
Merge pull request Homebrew#166337 from Homebrew/bump-fheroes2-1.0.13
Browse files Browse the repository at this point in the history
fheroes2 1.0.13
  • Loading branch information
BrewTestBot authored Mar 16, 2024
2 parents 1ec789a + 4ad604a commit 2076db2
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions Formula/f/fheroes2.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Fheroes2 < Formula
desc "Recreation of the Heroes of Might and Magic II game engine"
homepage "https://ihhub.github.io/fheroes2/"
url "https://github.com/ihhub/fheroes2/archive/refs/tags/1.0.12.tar.gz"
sha256 "a5b088ff4c1c6c2e05e72d755bbabde8c0cbea19debea3b5a82b5d08b16cc2be"
url "https://github.com/ihhub/fheroes2/archive/refs/tags/1.0.13.tar.gz"
sha256 "eb7f960e77ee8012e5bbab385baf4959797e578454ace82574a3c6fee24f94c8"
license "GPL-2.0-or-later"
head "https://github.com/ihhub/fheroes2.git", branch: "master"

Expand All @@ -12,14 +12,13 @@ class Fheroes2 < Formula
end

bottle do
rebuild 1
sha256 arm64_sonoma: "eb97f820980c15fa22c555ae890d04855a7d8701056bff965990d74530870aaf"
sha256 arm64_ventura: "c34f334bc9a553a1e0f30b0baffd210db6f2924dc8011a522bda492c26faf4eb"
sha256 arm64_monterey: "57115fc429778525669b819d133702dbac203729101f63d6c9090dee7832d725"
sha256 sonoma: "579c42f69c3506d52a1e60cd1ccce65409d0d0c85902f86e66797a9e9cd7d3c7"
sha256 ventura: "5d7cef1d2081a07deed4e2f08af84f6285bfc43311d1007c86ac57f570490791"
sha256 monterey: "0c53a32123714e22998bc9c15758dd35c1aba56716c773df5d8893f5ade208eb"
sha256 x86_64_linux: "aadd4306040e0ef69e6c840d0966f8b397a553fa83ce2e044d046ca7da33eb82"
sha256 arm64_sonoma: "707fee6937afb9b7a48f31d91a3c6bd1f76458367f5884525050bc96fb68b1d4"
sha256 arm64_ventura: "5304ab6d4c46389a1cd8b90a54517ca7a3ef659b406c84441ac7275f2b68e24a"
sha256 arm64_monterey: "5347faa70d9e59ea2cd8268895e538604319f58f6a26d7f79c81186b1b5d7344"
sha256 sonoma: "5eb13df49fcd61a8312b6df5192ba975b4526581eecdbf461a0d9076ff057c3e"
sha256 ventura: "470c2366c18365f284413bb0ad708cc8c53437f05071b625d9dbf53dc3afcbba"
sha256 monterey: "61e1ed752bf45e9b6a65c121c9e841790829c56ccc9ed1bbd57f0a0ba38443a9"
sha256 x86_64_linux: "5b466d1d84f397fd1ad6e043b8cfceab234c75edb6c52c743da3ff00014876b8"
end

depends_on "cmake" => :build
Expand All @@ -33,13 +32,6 @@ class Fheroes2 < Formula

fails_with gcc: "5"

# Fixes Sonoma iconv issue `end-of-line within string`
# Remove in next release
patch do
url "https://github.com/ihhub/fheroes2/commit/18ab688b64bc3a978292602b27cf4542bcb07f7d.patch?full_index=1"
sha256 "f1f1f716c4b2ef8ec99aa336fd9526e45f95b3ecfa002d398b1ec9cd955e8000"
end

def install
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "--build", "build"
Expand Down

0 comments on commit 2076db2

Please sign in to comment.