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 862a974 commit 948b085Copy full SHA for 948b085
Formula/c/csfml.rb
@@ -2,10 +2,9 @@ class Csfml < Formula
2
# Don't update CSFML until there's a corresponding SFML release
3
desc "SMFL bindings for C"
4
homepage "https://www.sfml-dev.org/"
5
- url "https://github.com/SFML/CSFML/archive/refs/tags/2.6.1.tar.gz"
6
- sha256 "f3f3980f6b5cad85b40e3130c10a2ffaaa9e36de5f756afd4aacaed98a7a9b7b"
+ url "https://github.com/SFML/CSFML/archive/refs/tags/3.0.0.tar.gz"
+ sha256 "903cd4a782fb0b233f732dc5b37861b552998e93ae8f268c40bd4ce50b2e88ca"
7
license "Zlib"
8
- revision 1
9
head "https://github.com/SFML/CSFML.git", branch: "master"
10
11
bottle do
0 commit comments