summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-12-09 21:34:17 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-12-09 21:34:17 (GMT)
commit3d91a4ae18ece237bea9ee40d7af98dc9c11129e (patch)
tree50b1d6015f2239185469e79d4be2383d6d4d251e
parenta2971cdfc8f68c79b52aa0078b841b41b0e5a21a (diff)
downloadmxe-3d91a4ae18ece237bea9ee40d7af98dc9c11129e.zip
mxe-3d91a4ae18ece237bea9ee40d7af98dc9c11129e.tar.gz
mxe-3d91a4ae18ece237bea9ee40d7af98dc9c11129e.tar.bz2
update package fltk
-rw-r--r--index.html2
-rw-r--r--src/fltk.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d29c184..821898a 100644
--- a/index.html
+++ b/index.html
@@ -1070,7 +1070,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="fltk-package">fltk</td>
- <td id="fltk-version">1.3.1</td>
+ <td id="fltk-version">1.3.2</td>
<td id="fltk-website"><a href="http://www.fltk.org/">FLTK</a></td>
</tr>
<tr>
diff --git a/src/fltk.mk b/src/fltk.mk
index 1f2da94..913b12d 100644
--- a/src/fltk.mk
+++ b/src/fltk.mk
@@ -3,7 +3,7 @@
PKG := fltk
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 717242e8aa118020cc05aa788015a2933895b99c
+$(PKG)_CHECKSUM := 25071d6bb81cc136a449825bfd574094b48f07fb
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR)-source.tar.gz
$(PKG)_URL := http://ftp.easysw.com/pub/fltk/$($(PKG)_VERSION)/$($(PKG)_FILE)