We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f1e59 commit debbf11Copy full SHA for debbf11
1 file changed
Formula/r/raylib.rb
@@ -1,8 +1,8 @@
1
class Raylib < Formula
2
desc "Simple and easy-to-use library to learn videogames programming"
3
homepage "https://www.raylib.com/"
4
- url "https://github.com/raysan5/raylib/archive/refs/tags/5.5.tar.gz"
5
- sha256 "aea98ecf5bc5c5e0b789a76de0083a21a70457050ea4cc2aec7566935f5e258e"
+ url "https://github.com/raysan5/raylib/archive/refs/tags/6.0.tar.gz"
+ sha256 "2b3ee1e2120c7a0796b33062c7e9a694dd8a8caa56a96319ac8c8ecf54a90d0b"
6
license "Zlib"
7
head "https://github.com/raysan5/raylib.git", branch: "master"
8
0 commit comments