mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/mendeleydesktop: Updated for version 1.16.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
83f2934b5d
commit
0106893f1e
2 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
# Updated by Glenn Becker <glenn.becker@gmail.com>
|
||||
|
||||
PRGNAM=mendeleydesktop
|
||||
VERSION=${VERSION:-1.15}
|
||||
VERSION=${VERSION:-1.16.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -25,8 +25,8 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
ARCH="i486" # mendeleydesktop doesn't have i686 pre-builds.
|
||||
elif [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
|
||||
ARCH="i486" # mendeleydesktop doesn't have i586/i686 pre-builds.
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
LIBDIRSUFFIX="64"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mendeleydesktop"
|
||||
VERSION="1.15"
|
||||
VERSION="1.16.2"
|
||||
HOMEPAGE="http://www.mendeley.com/"
|
||||
DOWNLOAD="http://download.mendeley.com/linux/mendeleydesktop-1.15-linux-i486.tar.bz2"
|
||||
MD5SUM="4b19536ef4f59406e6708c223a911b96"
|
||||
DOWNLOAD_x86_64="http://download.mendeley.com/linux/mendeleydesktop-1.15-linux-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="98592385aef62734fbe12d5b28e354f2"
|
||||
DOWNLOAD="http://download.mendeley.com/linux/mendeleydesktop-1.16.2-linux-i486.tar.bz2"
|
||||
MD5SUM="b18d40650097dec13eac5cb008c11e36"
|
||||
DOWNLOAD_x86_64="http://download.mendeley.com/linux/mendeleydesktop-1.16.2-linux-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="bd89480e3517e362c91e3a8bef40a26f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Glenn Becker"
|
||||
EMAIL="glenn.becker@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue