diff options
-rw-r--r-- | academic/zotero/zotero.SlackBuild | 4 | ||||
-rw-r--r-- | academic/zotero/zotero.info | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/academic/zotero/zotero.SlackBuild b/academic/zotero/zotero.SlackBuild index da00f99d2e..e1ca342318 100644 --- a/academic/zotero/zotero.SlackBuild +++ b/academic/zotero/zotero.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zotero SRCNAM=Zotero -VERSION=${VERSION:-7.0.14} +VERSION=${VERSION:-7.0.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,8 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information # could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" diff --git a/academic/zotero/zotero.info b/academic/zotero/zotero.info index ae0c809fdd..7a9c21cf67 100644 --- a/academic/zotero/zotero.info +++ b/academic/zotero/zotero.info @@ -1,10 +1,10 @@ PRGNAM="zotero" -VERSION="7.0.14" +VERSION="7.0.15" HOMEPAGE="https://www.zotero.org/" -DOWNLOAD="https://download.zotero.org/client/release/7.0.14/Zotero-7.0.14_linux-i686.tar.bz2" -MD5SUM="ceaf15ba80543107a179eb71012d1aa3" -DOWNLOAD_x86_64="https://download.zotero.org/client/release/7.0.14/Zotero-7.0.14_linux-x86_64.tar.bz2" -MD5SUM_x86_64="34e775ba3ce1d311e7796756081d4b6f" +DOWNLOAD="https://download.zotero.org/client/release/7.0.15/Zotero-7.0.15_linux-i686.tar.bz2" +MD5SUM="dc0269d00f9ca303521f30576a3f7f3d" +DOWNLOAD_x86_64="https://download.zotero.org/client/release/7.0.15/Zotero-7.0.15_linux-x86_64.tar.bz2" +MD5SUM_x86_64="70557c3a4a6438099fb3924b6e763c14" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |