summaryrefslogtreecommitdiffstats
path: root/system/unison
diff options
context:
space:
mode:
author fdeak <ferenc.deak@gmail.com>2010-05-11 22:27:09 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 22:27:09 +0200
commitf2f5525d6e9993424d0b67593864dabfadd55285 (patch)
tree783df30f41abad8353aa337a875ae22ef29450a8 /system/unison
parent5b21b84b055aefd5b1321e1c67380c6e634b0dce (diff)
downloadslackbuilds-f2f5525d6e9993424d0b67593864dabfadd55285.tar.gz
slackbuilds-f2f5525d6e9993424d0b67593864dabfadd55285.tar.xz
system/unison: Updated for version 2.27.57
Diffstat (limited to 'system/unison')
-rw-r--r--system/unison/unison.SlackBuild10
-rw-r--r--system/unison/unison.info8
2 files changed, 9 insertions, 9 deletions
diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild
index 7d18cd6296..ed3d1f37c8 100644
--- a/system/unison/unison.SlackBuild
+++ b/system/unison/unison.SlackBuild
@@ -1,21 +1,21 @@
#!/bin/sh
# Slackware build script for unison
-
# Written by fdeak <ferenc.deak@gmail.com>
-set -e
-
PRGNAM=unison
-VERSION=2.13.16
+VERSION=2.27.57
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
+set -e
+
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
@@ -28,7 +28,7 @@ chmod -R u+w,go+r-w,a-s .
# no need to set CFLAGS
# FLAVOR lets the user enable their choice of interfaces. Defaults to gtk2
-# If you want to enable specifically for grk2 or text simply pass this
+# If you want to enable specifically for gtk2 or text simply pass this
# variable to the script: $ FLAVOR=text ./unison.SlackBuild
FLAVOR=${FLAVOR:-gtk2}
diff --git a/system/unison/unison.info b/system/unison/unison.info
index 799dd454ee..8cfb587fe5 100644
--- a/system/unison/unison.info
+++ b/system/unison/unison.info
@@ -1,8 +1,8 @@
PRGNAM="unison"
-VERSION="2.13.16"
+VERSION="2.27.57"
HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/"
-DOWNLOAD="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/unison-2.13.16/unison-2.13.16.tar.gz"
-MD5SUM="a79bf5f4ebf2a1eaf15b1ac97f827374"
+DOWNLOAD="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/unison-2.27.57/unison-2.27.57.tar.gz"
+MD5SUM="4ba0a3e4bf4b4ad0c063f86391371f78"
MAINTAINER="fdeak"
EMAIL="ferenc.deak@gmail.com"
-APPROVED="BP{k}"
+APPROVED="Michiel"