summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author John Berger <insomniactoo ampersand localnet . com>2013-10-28 21:35:20 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-28 21:36:01 -0500
commit86420ece8da721209a0eb9d589e35ce6414bb908 (patch)
tree1fc859c4c70ff49f69be54e5fce8426eb1495a68 /network
parent91e9305493c99431d31160eaebcd229be6ad1607 (diff)
downloadslackbuilds-86420ece8da721209a0eb9d589e35ce6414bb908.tar.gz
slackbuilds-86420ece8da721209a0eb9d589e35ce6414bb908.tar.xz
network/dillo: Updated for version 3.0.3
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/dillo/README2
-rw-r--r--network/dillo/dillo.SlackBuild8
-rw-r--r--network/dillo/dillo.info8
3 files changed, 9 insertions, 9 deletions
diff --git a/network/dillo/README b/network/dillo/README
index dcf1edfa48..3d79c5f77e 100644
--- a/network/dillo/README
+++ b/network/dillo/README
@@ -4,4 +4,4 @@ and small footprint. It is written in C and C++ and is based on FLTK.
HTTPS and SSL support is built into this but is only at *alpha* stage. It can
be commented out in the dillo.SlackBuild file if you wish.
-The homepage of FLTK is http://www.fltk.org/
+The homepage of FLTK is http://www.fltk.org/ \ No newline at end of file
diff --git a/network/dillo/dillo.SlackBuild b/network/dillo/dillo.SlackBuild
index 46a6fc3506..c962688b61 100644
--- a/network/dillo/dillo.SlackBuild
+++ b/network/dillo/dillo.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
-# Slackware build script for dillo.
+# Slackware build script for dillo
-# Copyright 2012 John Berger <irgunii ampersand gmail . com>, TN, USA
+# Copyright 2012 John Berger TN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dillo
-VERSION=${VERSION:-3.0.2}
+VERSION=${VERSION:-3.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-sed -i 's/fltk-config/fltk13-config/g' configure.in
+sed -i 's/fltk-config/fltk13-config/g' configure.ac
autoreconf
#https and ssl are in the alpha stage, but if you don't want to try and use it
diff --git a/network/dillo/dillo.info b/network/dillo/dillo.info
index cf1d720e44..fae37b2391 100644
--- a/network/dillo/dillo.info
+++ b/network/dillo/dillo.info
@@ -1,10 +1,10 @@
PRGNAM="dillo"
-VERSION="3.0.2"
+VERSION="3.0.3"
HOMEPAGE="http://www.dillo.org/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/dillo-3.0.2.tar.bz2"
-MD5SUM="81b82112cefcc7d54fe2972a21f42930"
+DOWNLOAD="http://www.dillo.org/download/dillo-3.0.3.tar.bz2"
+MD5SUM="726cd0b7a18c5e25f4d80ebeffe7607e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fltk13"
MAINTAINER="John Berger"
-EMAIL="irgunii ampersand gmail . com"
+EMAIL="insomniactoo ampersand localnet . com"