From ba0fc7bd9efe605d3a5c9e51d6a9c86ed458a558 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Mon, 22 Jul 2013 18:08:40 +0200 Subject: [PATCH] xap/zotero: Upgraded to zotero-4.0.9. --- xap/zotero/Zotero-4.0.8_linux-x86_64.tar.bz2.sha1 | 1 - xap/zotero/Zotero-4.0.9_linux-x86_64.tar.bz2.sha1 | 1 + xap/zotero/zotero.SlackBuild | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 xap/zotero/Zotero-4.0.8_linux-x86_64.tar.bz2.sha1 create mode 100644 xap/zotero/Zotero-4.0.9_linux-x86_64.tar.bz2.sha1 diff --git a/xap/zotero/Zotero-4.0.8_linux-x86_64.tar.bz2.sha1 b/xap/zotero/Zotero-4.0.8_linux-x86_64.tar.bz2.sha1 deleted file mode 100644 index c4fa3602..00000000 --- a/xap/zotero/Zotero-4.0.8_linux-x86_64.tar.bz2.sha1 +++ /dev/null @@ -1 +0,0 @@ -0ab659c4bec04d899f1e374d810675a0146302b4 Zotero-4.0.8_linux-x86_64.tar.bz2 diff --git a/xap/zotero/Zotero-4.0.9_linux-x86_64.tar.bz2.sha1 b/xap/zotero/Zotero-4.0.9_linux-x86_64.tar.bz2.sha1 new file mode 100644 index 00000000..4660ba6e --- /dev/null +++ b/xap/zotero/Zotero-4.0.9_linux-x86_64.tar.bz2.sha1 @@ -0,0 +1 @@ +c6f98817bfa339461d34ec81c80110f852f3bc71 Zotero-4.0.9_linux-x86_64.tar.bz2 diff --git a/xap/zotero/zotero.SlackBuild b/xap/zotero/zotero.SlackBuild index 1546f942..933a5cb8 100755 --- a/xap/zotero/zotero.SlackBuild +++ b/xap/zotero/zotero.SlackBuild @@ -32,7 +32,7 @@ ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')} # Source package infos NAMESRC=${NAMESRC:-Zotero} -VERSION=${VERSION:-4.0.8} +VERSION=${VERSION:-4.0.9} ARCHIVE=${ARCHIVE:-$NAMESRC-${VERSION}_linux-$ARCH.tar.bz2} WGET=${WGET:-http://download.zotero.org/standalone/$VERSION/$ARCHIVE}