Browse Source

update Raylib to 5.5 (#5777)

* update raylib to 5.5

* fix: use correct sha256 hash for mac on x86

* fix: lowercase hash
Peter Richmond 8 months ago
parent
commit
b68bd7845d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/r/raylib/xmake.lua

+ 2 - 0
packages/r/raylib/xmake.lua

@@ -19,6 +19,7 @@ package("raylib")
         add_versions("4.2.0", "5f79c103b82c577698b01c7b2c166d0c2b51615886b7fabdc671199f0aaf4b38")
         add_versions("4.5.0", "63deb87ffc32e5eb2023ba763aaea2cb5f41bd37bbc07760651efe251bd76f3d")
         add_versions("5.0", "48e477d3dde2e20220572c9f93a332c48cf378fc1e1f205454b975180085565c")
+        add_versions("5.5", "930c67b676963c6cffbd965814664523081ecbf3d30fc9df4211d0064aa6ba39")
     else
         add_urls("https://github.com/raysan5/raylib/archive/$(version).tar.gz",
                  "https://github.com/raysan5/raylib.git")
@@ -30,6 +31,7 @@ package("raylib")
         add_versions("4.2.0", "676217604a5830cb4aa31e0ede0e4233c942e2fc5c206691bded58ebcd82a590")
         add_versions("4.5.0", "163378604f2293ea5ebf3238f50c8926addde72d1a6bc8998ac2e96074ba8af8")
         add_versions("5.0", "98f049b9ea2a9c40a14e4e543eeea1a7ec3090ebdcd329c4ca2cf98bc9793482")
+        add_versions("5.5", "aea98ecf5bc5c5e0b789a76de0083a21a70457050ea4cc2aec7566935f5e258e")
     end
 
     if not (is_plat("macosx") and is_arch("x86_64")) then