summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-24 23:10:11 +0200
committerIsmael Luceno2019-06-26 23:41:11 +0200
commit0ab38c433a9e102b2b444aeb83bc5b6c305f6014 (patch)
tree5966fec908e58abc6a6cfc40c8e8ed198c44de2e /x11-toolkits
parentbc442b68dce7bf03a04561936fb255c9c7fb827a (diff)
fltk 1.3.5
Diffstat (limited to 'x11-toolkits')
-rwxr-xr-xx11-toolkits/fltk/DETAILS5
-rw-r--r--x11-toolkits/fltk/HISTORY3
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/fltk/DETAILS b/x11-toolkits/fltk/DETAILS
index 4118ae3875..2644be4f16 100755
--- a/x11-toolkits/fltk/DETAILS
+++ b/x11-toolkits/fltk/DETAILS
@@ -1,7 +1,7 @@
SPELL=fltk
- VERSION=1.3.4-2
+ VERSION=1.3.5
XVERSION=$(echo $VERSION | cut -f 1 -d -)
- SOURCE_HASH=sha512:cc169449b71ca966b2043ceedc55e92220ccb6be07b0ac54eeec36bbed5d60e2f59c6faba2403b5292b9120f5255227880a066d98ac82e57d502522bc627fd4d
+ SOURCE_HASH=sha512:db7ea7c5f3489195a48216037b9371a50f1119ae7692d66f71b6711e5ccf78814670581bae015e408dee15c4bba921728309372c1cffc90113cdc092e8540821
SOURCE=$SPELL-$VERSION-source.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://fltk.org/pub/${SPELL}/${XVERSION}/${SOURCE}
@@ -9,7 +9,6 @@
WEB_SITE=http://www.fltk.org/
ENTERED=20011129
KEYWORDS="x11 libs"
- PATCHLEVEL=1
SHORT="fltk is a fast light graphical toolkit for X11."
cat << EOF
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for
diff --git a/x11-toolkits/fltk/HISTORY b/x11-toolkits/fltk/HISTORY
index 7ec7bbc3ea..f87f645d66 100644
--- a/x11-toolkits/fltk/HISTORY
+++ b/x11-toolkits/fltk/HISTORY
@@ -1,3 +1,6 @@
+2019-06-25 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 1.3.5
+
2019-01-10 Thomas Orgis <sobukus@sourcemage.org>
* SUB_DEPENDS: actually enable OpenGL with OPENGL
* DETAILS: PATCHLEVEL++