haskell/haskell-Tensor: Updated for version 1.1.0.0.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mikko Värri 2015-02-24 22:39:00 +02:00 committed by Willy Sudiarto Raharjo
parent 1b7b766cf1
commit 97f01d8b44
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Tensor
# Copyright 2012 Mikko Värri, Finland
# Copyright 2015 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-Tensor
VERSION=${VERSION:-1.0.0.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-Tensor"
VERSION="1.0.0.1"
VERSION="1.1.0.0"
HOMEPAGE="http://hackage.haskell.org/package/Tensor"
DOWNLOAD="http://hackage.haskell.org/packages/archive/Tensor/1.0.0.1/Tensor-1.0.0.1.tar.gz"
MD5SUM="67e0393f0cf4f2db06f525853e47811c"
DOWNLOAD="http://hackage.haskell.org/packages/archive/Tensor/1.1.0.0/Tensor-1.1.0.0.tar.gz"
MD5SUM="fb65ad829115c1652c16ccb0be91d8f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"