mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/pdfpc: Updated for version 4.6.0.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
962fee4173
commit
fefac1c35a
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pdfpc
|
||||
VERSION=${VERSION:-4.5.0}
|
||||
VERSION=${VERSION:-4.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdfpc"
|
||||
VERSION="4.5.0"
|
||||
VERSION="4.6.0"
|
||||
HOMEPAGE="https://pdfpc.github.io/"
|
||||
DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.5.0/pdfpc-4.5.0.tar.gz"
|
||||
MD5SUM="3718e0f45cb9121b15917eb07934300a"
|
||||
DOWNLOAD="https://github.com/pdfpc/pdfpc/archive/v4.6.0/pdfpc-4.6.0.tar.gz"
|
||||
MD5SUM="6a497c624452232fcd059c55a8a5242f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="discount webkit2gtk"
|
||||
|
|
Loading…
Reference in a new issue