summaryrefslogtreecommitdiffstats
path: root/podofo
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 20:12:22 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 20:12:22 +0000
commit7367ee2acc2961630c46ef085b7cb420d0b7a696 (patch)
tree1b549e8e1ced1db37f6159878301f92bced6abea /podofo
parentbf7397e587a2653ae68e145ce36e16f486ab1721 (diff)
downloadasb-7367ee2acc2961630c46ef085b7cb420d0b7a696.tar.gz
asb-7367ee2acc2961630c46ef085b7cb420d0b7a696.tar.xz
Update to 0.9.1
Diffstat (limited to 'podofo')
-rwxr-xr-xpodofo/build/podofo.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/podofo/build/podofo.SlackBuild b/podofo/build/podofo.SlackBuild
index 91b85a29..9215ec6b 100755
--- a/podofo/build/podofo.SlackBuild
+++ b/podofo/build/podofo.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 0.8.2-1: 25/Sep/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.9.1-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh podofo.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=podofo
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}