Skip to content

Commit

Permalink
sfml: update to 2.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Nov 16, 2024
1 parent df7041d commit 1115cc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3300,6 +3300,7 @@
"sfml"
],
"versions": [
"2.6.2-1",
"2.6.1-1",
"2.6.0-2",
"2.6.0-1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/sfml/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'sfml',
'cpp',
version: '2.6.1',
version: '2.6.2',
default_options: [
'cpp_std=c++17',
'wrap_mode=forcefallback',
Expand Down
8 changes: 4 additions & 4 deletions subprojects/sfml.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = SFML-2.6.1
source_url = https://github.com/SFML/SFML/archive/refs/tags/2.6.1.tar.gz
source_filename = 2.6.1.tar.gz
source_hash = 82535db9e57105d4f3a8aedabd138631defaedc593cab589c924b7d7a11ffb9d
directory = SFML-2.6.2
source_url = https://github.com/SFML/SFML/archive/refs/tags/2.6.2.tar.gz
source_filename = 2.6.2.tar.gz
source_hash = 15ff4d608a018f287c6a885db0a2da86ea389e516d2323629e4d4407a7ce047f
patch_directory = sfml

[provide]
Expand Down

0 comments on commit 1115cc9

Please sign in to comment.