mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/camlpdf: Updated for version 2.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5132db4ec6
commit
3b88e09e29
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=camlpdf
|
||||
VERSION=${VERSION:-2.7}
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="camlpdf"
|
||||
VERSION="2.7"
|
||||
VERSION="2.7.1"
|
||||
HOMEPAGE="https://github.com/johnwhitington/camlpdf"
|
||||
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.7/camlpdf-2.7.tar.gz"
|
||||
MD5SUM="7d53d94a2783801ff0df13595d599aa8"
|
||||
DOWNLOAD="https://github.com/johnwhitington/camlpdf/archive/v2.7.1/camlpdf-2.7.1.tar.gz"
|
||||
MD5SUM="5ec4c14006769e68be97a3ed70d46bc7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml-findlib"
|
||||
|
|
Loading…
Reference in a new issue