Skip to content

Commit

Permalink
Merge pull request #198159 from Homebrew/bump-raylib-5.5
Browse files Browse the repository at this point in the history
raylib 5.5
  • Loading branch information
BrewTestBot authored Nov 19, 2024
2 parents f4e6e71 + dd8e293 commit 6e8afd9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2442,6 +2442,7 @@ rattler-build
rav1e
raven
raxml-ng
raylib
rbtools
rbw
rclone
Expand Down
17 changes: 9 additions & 8 deletions Formula/o/odin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ class Odin < Formula
revision: "e6475fec4d2a3e34099b24a7a3bf890c7a3ef8d9"
version "2024-11"
license "BSD-3-Clause"
revision 1
head "https://github.com/odin-lang/Odin.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "a91650f6f1f162e4f97edb3eb37ff405a4b3489879fea827b59d60de897f1611"
sha256 cellar: :any, arm64_sonoma: "e0e206de0cb654f640506f8c290a4cd9adbbc3b6dfe922514eaf001a38bbaecc"
sha256 cellar: :any, arm64_ventura: "b3aa71ba40266020de5094de62da209d8636c80ff468c236e0c6b5fe9e657284"
sha256 cellar: :any, sonoma: "6aaa0043560c7a7350b340dc84f98883536fbfd023a1a4d0ccd3f99a8e592105"
sha256 cellar: :any, ventura: "681e64950b8d627be9441afade8a93730ae9dcd2049d4dd56382cd95b331d3eb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5525674250061c026a799c4007e9e75a0ec4a72c46540464ca341874b3fe5ad6"
sha256 cellar: :any, arm64_sequoia: "31e940b62db1b555df91381d21b8c435774f6438239e47e124fcec7004cfc63e"
sha256 cellar: :any, arm64_sonoma: "189fe3a399760b5a44c5e42ccb57d07fb6d79d1516051cc6e69bb430b0d72f74"
sha256 cellar: :any, arm64_ventura: "548a349c0147afa70db136b3a5df3210ae48dbaf3473e5ef9a4bef26f1726dab"
sha256 cellar: :any, sonoma: "25f2095090821214a1ec0e8c61d6dd8c0d78ce74cfd6d483aa2a70f6ede4c51c"
sha256 cellar: :any, ventura: "ccd82ddf333eb27e715e62857646177129cc9a5a3ff0c9847d70ca8499f07272"
sha256 cellar: :any_skip_relocation, x86_64_linux: "11fc24e935cbf3e3828f9cb55ba45f8cf0a96ee7c1898be962e616474ec580b4"
end

depends_on "glfw"
Expand Down Expand Up @@ -64,8 +65,8 @@ def install
ln_s Formula["glfw"].lib/"libglfw3.a", buildpath/glfw_installpath/"libglfw3.a"

ln_s Formula["raylib"].lib/"libraylib.a", buildpath/raylib_installpath/"libraylib.a"
# This is actually raylib 5.0, but upstream had not incremented this number yet when it released.
ln_s Formula["raylib"].lib/shared_library("libraylib", "4.5.0"),
# In order to match the version 500 used in odin
ln_s Formula["raylib"].lib/shared_library("libraylib", "5.5.0"),
buildpath/raylib_installpath/shared_library("libraylib", "500")

resource("raygui").stage do
Expand Down
18 changes: 8 additions & 10 deletions Formula/r/raylib.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Raylib < Formula
desc "Simple and easy-to-use library to learn videogames programming"
homepage "https://www.raylib.com/"
url "https://github.com/raysan5/raylib/archive/refs/tags/5.0.tar.gz"
sha256 "98f049b9ea2a9c40a14e4e543eeea1a7ec3090ebdcd329c4ca2cf98bc9793482"
url "https://github.com/raysan5/raylib/archive/refs/tags/5.5.tar.gz"
sha256 "aea98ecf5bc5c5e0b789a76de0083a21a70457050ea4cc2aec7566935f5e258e"
license "Zlib"
head "https://github.com/raysan5/raylib.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "875ed8fbb499eef33984ddfe1bd4b611dbee0c340c34bc766348812a7c89ac92"
sha256 cellar: :any, arm64_sonoma: "df780cb94deb60db33809e7fed26dfb908f0e56b94ba9446b81feb81341429a4"
sha256 cellar: :any, arm64_ventura: "6dfeb82614799cbb5ad1acbf7d5bb6c9b49aca625589792453d490eff0f06acd"
sha256 cellar: :any, arm64_monterey: "fb4f24b408d7e9ff3288f1cad7faba81f649ebf271389fa81a2034175330c3ff"
sha256 cellar: :any, sonoma: "f5541a5c113575806fd5d0ecf0fa6a6ecccc5485745a7b3cf812003c8eea9914"
sha256 cellar: :any, ventura: "a855f2f9a4904451c9c1f70e4083869ba1927ac1e9093752467f4796e289ebd4"
sha256 cellar: :any, monterey: "c515bdd72672af2565897cb55c2d8d4adce5be582f7c0bb914f006d4471feeea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "72ebd3844b3be772438ef23365d7e27dc2604b93e127560398bcc5dd568c4bd5"
sha256 cellar: :any, arm64_sequoia: "b2040d26e8f4ff8b35da7e9a6f68186fab5497979d67475314900de05b90f031"
sha256 cellar: :any, arm64_sonoma: "16b1195332aee21f29004fce9e281fc1a97a8ac678265f15a4735ee9a9e1f554"
sha256 cellar: :any, arm64_ventura: "b7dd5d1afd3c21145c7ca8e850f9acffb773a86ab05fa8b271d70fdc877874c0"
sha256 cellar: :any, sonoma: "27792cb3dacfecbebac27d0f131352dd83a8cfef788dc0c22eb981805a65bfda"
sha256 cellar: :any, ventura: "3e2398dfe727607adcb84c4f45144570235cdb97dba82eb0e01df188bf7776d0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "401315b8abc27b4351ec647fc8add4bdd8213012fe6d3200f1981afd357f7d7e"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 6e8afd9

Please sign in to comment.