l/fltk: Upgraded to fltk-1.2.3.
parent
e6b1777741
commit
344546205e
|
@ -1 +0,0 @@
|
|||
720f2804be6132ebae9909d4e74dedcc00b39d25 fltk-1.3.0-source.tar.gz
|
|
@ -0,0 +1 @@
|
|||
25071d6bb81cc136a449825bfd574094b48f07fb fltk-1.3.2-source.tar.gz
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue