summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-07 11:41:19 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-07 11:41:19 +0000
commit765b3a88fb475265249b03ff1c19f599b1076647 (patch)
tree679a74e670a7ab044560224b7327ff86790983fb
parent626ef64283fa625a48080ff6ba60da7280c9ebef (diff)
downloadasb-765b3a88fb475265249b03ff1c19f599b1076647.tar.gz
asb-765b3a88fb475265249b03ff1c19f599b1076647.tar.xz
Update to 2.28.2
-rwxr-xr-xpangomm/build/pangomm.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/pangomm/build/pangomm.SlackBuild b/pangomm/build/pangomm.SlackBuild
index 914b4999..bd16c2d8 100755
--- a/pangomm/build/pangomm.SlackBuild
+++ b/pangomm/build/pangomm.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:
# 2.26.2-1: 17/Oct/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2.28.2-1: 07/aug/2011 by Eric Hameleers <alien@slackware.com>
+# * Update for Slackware 13.37.
#
# Run 'sh pangomm.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=pangomm
-VERSION=${VERSION:-2.26.2}
+VERSION=${VERSION:-2.28.2}
MAJVER=$(echo $VERSION | cut -d. -f1-2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}