Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sfml: update to 2.6.2 #1790

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3295,6 +3295,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
Loading