l/fltk: Upgraded to fltk-1.2.3.

slackware-14.2
Damien Goutte-Gattat 2013-01-23 23:21:52 +01:00
parent e6b1777741
commit 344546205e
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
720f2804be6132ebae9909d4e74dedcc00b39d25 fltk-1.3.0-source.tar.gz

View File

@ -0,0 +1 @@
25071d6bb81cc136a449825bfd574094b48f07fb fltk-1.3.2-source.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2008,2011 Damien Goutte-Gattat
# Copyright (C) 2008,2011,2013 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -27,7 +27,7 @@
# Source package infos
NAMESRC=${NAMESRC:-fltk}
VERSION=${VERSION:-1.3.0}
VERSION=${VERSION:-1.3.2}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION-source.tar.gz}
WGET=${WGET:-http://ftp.easysw.com/pub/fltk/$VERSION/$ARCHIVE}