diff options
| author | Neil McNeight <mcneight+github@gmail.com> | 2019-10-28 19:49:22 -0500 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-10-28 17:49:22 -0700 |
| commit | b9f30b7197fd5874aa919e85ce6fabafa790a3c4 (patch) | |
| tree | fe6cb750de81fff8020ecac59cba6156cfc51893 /ports/fltk/CONTROL | |
| parent | 8d08f53d4b0b35ebe842823b5b23a372f52e7a32 (diff) | |
| download | vcpkg-b9f30b7197fd5874aa919e85ce6fabafa790a3c4.tar.gz vcpkg-b9f30b7197fd5874aa919e85ce6fabafa790a3c4.zip | |
update FLTK to v1.3.5 (#8457)
* Update to fltk-1.3.5
* Update to fltk-1.3.5
* Update ports/fltk/portfile.cmake
Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>
Diffstat (limited to 'ports/fltk/CONTROL')
| -rw-r--r-- | ports/fltk/CONTROL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ports/fltk/CONTROL b/ports/fltk/CONTROL index 9b047e013..a029a5e85 100644 --- a/ports/fltk/CONTROL +++ b/ports/fltk/CONTROL @@ -1,5 +1,5 @@ -Source: fltk
-Version: 1.3.4-8
-Homepage: https://www.fltk.org/
-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.
-Build-Depends: zlib, libpng, libjpeg-turbo
+Source: fltk +Version: 1.3.5-1 +Homepage: https://www.fltk.org/ +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. +Build-Depends: zlib, libpng, libjpeg-turbo |
