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

[fltk] Update fltk to version 1.3.7 #19584

Merged
merged 4 commits into from
Aug 19, 2021
Merged
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
2 changes: 1 addition & 1 deletion ports/fltk/fltk_version.dat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.6
1.3.7
5 changes: 2 additions & 3 deletions ports/fltk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ vcpkg_fail_port_install(ON_TARGET "UWP")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fltk/fltk
REF 46604ef40bde400c0c33fb5790b023629d1bd445 #1.3.6 rc1
SHA512 692996be22b289a473be9371dbf558a940d7dda72ce655141610d55de5f7e6a331010a8d999fe4e3feaa01fff7797a4403173b3b804329579d08fbc77ba7958e
HEAD_REF master
REF release-1.3.7
SHA512 aad131027e88fac3fe73d7e0abfc2602cdc195388f14b29b58d654cb49b780e6ff2ef4270935730b45cd3d366f9e8c8fa3c27a4f17b1f6e8c8fd1f9a0a73c308
PATCHES
findlibsfix.patch
config-path.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/fltk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fltk",
"version": "1.3.6",
"version": "1.3.7",
"description": "FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation.",
"homepage": "https://www.fltk.org/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@
"port-version": 0
},
"fltk": {
"baseline": "1.3.6",
"baseline": "1.3.7",
"port-version": 0
},
"fluidlite": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fltk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3fff1ed0fe94c6d45ad15d6cb6f575537880f1f6",
"version": "1.3.7",
"port-version": 0
},
{
"git-tree": "f242495c4ab5a13a640e506c0b02d052b0ea7b80",
"version": "1.3.6",
Expand Down