Skip to content

Commit 948b085

Browse files
committed
csfml 3.0.0
1 parent 862a974 commit 948b085

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/c/csfml.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ class Csfml < Formula
22
# Don't update CSFML until there's a corresponding SFML release
33
desc "SMFL bindings for C"
44
homepage "https://www.sfml-dev.org/"
5-
url "https://github.com/SFML/CSFML/archive/refs/tags/2.6.1.tar.gz"
6-
sha256 "f3f3980f6b5cad85b40e3130c10a2ffaaa9e36de5f756afd4aacaed98a7a9b7b"
5+
url "https://github.com/SFML/CSFML/archive/refs/tags/3.0.0.tar.gz"
6+
sha256 "903cd4a782fb0b233f732dc5b37861b552998e93ae8f268c40bd4ce50b2e88ca"
77
license "Zlib"
8-
revision 1
98
head "https://github.com/SFML/CSFML.git", branch: "master"
109

1110
bottle do

0 commit comments

Comments
 (0)