summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2010-07-07 09:19:04 +0200
committer Robby Workman2010-07-08 07:13:25 +0200
commit3c4bce1c9efc98463c2caa9239930d2591b7024a (patch)
treeecffefaed59a5d6aa58e123ae993fdf9617e973b
parente308a714eaac5e509dbda7f7d80c8089d44a58ce (diff)
downloadslackbuilds-3c4bce1c9efc98463c2caa9239930d2591b7024a.tar.gz
office/lyx: Fixed md5sum in lyx.info
Thanks to Greg' Ar Tourter for the heads-up. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--office/lyx/lyx.SlackBuild2
-rw-r--r--office/lyx/lyx.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild
index d83f698b69..4519a7c940 100644
--- a/office/lyx/lyx.SlackBuild
+++ b/office/lyx/lyx.SlackBuild
@@ -11,12 +11,10 @@ VERSION=${VERSION:-1.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info
index e9531d91fe..22cee6bd63 100644
--- a/office/lyx/lyx.info
+++ b/office/lyx/lyx.info
@@ -2,7 +2,7 @@ PRGNAM="lyx"
VERSION="1.6.6"
HOMEPAGE="http://www.lyx.org"
DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-1.6.6.tar.gz"
-MD5SUM="e4f209a46b7c8a75418bf1091e4619ff"
+MD5SUM="0faa057c49f570eddb5474a639f0357e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Morten Juhl-Johansen Zölde-Fejér"