mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 16:53:02 +08:00
[fltk] Update fltk to version 1.3.7 (#19584)
* update fltk port to versin 1.3.7 * update versions file * use vcpkg_from_github * update version database
This commit is contained in:
parent
d73f3703f7
commit
f60125a3a1
@ -1 +1 @@
|
||||
1.3.6
|
||||
1.3.7
|
@ -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
|
||||
|
@ -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": [
|
||||
|
@ -2061,7 +2061,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"fltk": {
|
||||
"baseline": "1.3.6",
|
||||
"baseline": "1.3.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"fluidlite": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3fff1ed0fe94c6d45ad15d6cb6f575537880f1f6",
|
||||
"version": "1.3.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f242495c4ab5a13a640e506c0b02d052b0ea7b80",
|
||||
"version": "1.3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user