mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/zotero: update 6.0.35
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b8fba885cc
commit
7d0341e157
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for zotero
|
# Slackware build script for zotero
|
||||||
|
|
||||||
# Copyright 2018-2023 Andrew Payne phalange@komputermatrix.com
|
# Copyright 2018-2024 Andrew Payne phalange@komputermatrix.com
|
||||||
# Copyright 2014-2018 Petar Petrov slackalaxy@gmail.com
|
# Copyright 2014-2018 Petar Petrov slackalaxy@gmail.com
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=zotero
|
PRGNAM=zotero
|
||||||
SRCNAM=Zotero
|
SRCNAM=Zotero
|
||||||
VERSION=${VERSION:-6.0.30}
|
VERSION=${VERSION:-6.0.35}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="zotero"
|
PRGNAM="zotero"
|
||||||
VERSION="6.0.30"
|
VERSION="6.0.35"
|
||||||
HOMEPAGE="https://www.zotero.org/"
|
HOMEPAGE="https://www.zotero.org/"
|
||||||
DOWNLOAD="https://download.zotero.org/client/release/6.0.30/Zotero-6.0.30_linux-i686.tar.bz2"
|
DOWNLOAD="https://download.zotero.org/client/release/6.0.35/Zotero-6.0.35_linux-i686.tar.bz2"
|
||||||
MD5SUM="1fb1ee69a12d2ee094b028c7bc63bd66"
|
MD5SUM="2fc1598b9221cfd545913b97061661d7"
|
||||||
DOWNLOAD_x86_64="https://download.zotero.org/client/release/6.0.30/Zotero-6.0.30_linux-x86_64.tar.bz2"
|
DOWNLOAD_x86_64="https://download.zotero.org/client/release/6.0.35/Zotero-6.0.35_linux-x86_64.tar.bz2"
|
||||||
MD5SUM_x86_64="b7f68bd5441397311bcc8c97e3bd9418"
|
MD5SUM_x86_64="9fe5026af4b30da8a50b40f576602704"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Andrew Payne"
|
MAINTAINER="Andrew Payne"
|
||||||
EMAIL="phalange@komputermatrix.com"
|
EMAIL="phalange@komputermatrix.com"
|
||||||
|
|
Loading…
Reference in a new issue