diff options
| author | Mohammed Alyousef <may642_2000@hotmail.com> | 2021-08-19 03:08:19 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 17:08:19 -0700 |
| commit | f60125a3a1f527f1bbeeff6ccfdde43634a64235 (patch) | |
| tree | 09cf4b25b40c178ad829f36d8d3f6860372367cb /ports | |
| parent | d73f3703f7a649becdbd609ea4b29ee92fc80617 (diff) | |
| download | vcpkg-f60125a3a1f527f1bbeeff6ccfdde43634a64235.tar.gz vcpkg-f60125a3a1f527f1bbeeff6ccfdde43634a64235.zip | |
[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
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/fltk/fltk_version.dat | 2 | ||||
| -rw-r--r-- | ports/fltk/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/fltk/vcpkg.json | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/ports/fltk/fltk_version.dat b/ports/fltk/fltk_version.dat index 6f96ed081..8ed486ab7 100644 --- a/ports/fltk/fltk_version.dat +++ b/ports/fltk/fltk_version.dat @@ -1 +1 @@ -1.3.6
\ No newline at end of file +1.3.7
\ No newline at end of file diff --git a/ports/fltk/portfile.cmake b/ports/fltk/portfile.cmake index e1da45fcb..9a32c019e 100644 --- a/ports/fltk/portfile.cmake +++ b/ports/fltk/portfile.cmake @@ -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 diff --git a/ports/fltk/vcpkg.json b/ports/fltk/vcpkg.json index 6221cda9f..0dcc3f21e 100644 --- a/ports/fltk/vcpkg.json +++ b/ports/fltk/vcpkg.json @@ -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": [ |
