mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/camlp5: Updated for version 7.05.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4fc909a0ea
commit
8ed89bc88f
2 changed files with 5 additions and 5 deletions
|
@ -19,8 +19,8 @@
|
|||
# Rewrite for updated camlp5 Panagiotis Nikolaou, Culver City, CA
|
||||
|
||||
PRGNAM=camlp5
|
||||
VERSION=${VERSION:-7.02}
|
||||
SRCVER=rel702
|
||||
VERSION=${VERSION:-7.05}
|
||||
SRCVER=rel705
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="camlp5"
|
||||
VERSION="7.02"
|
||||
VERSION="7.05"
|
||||
HOMEPAGE="https://camlp5.github.io/"
|
||||
DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/camlp5/camlp5-rel702.tar.gz"
|
||||
MD5SUM="99ffb34eda1b9cebd36d423f9c5b01a2"
|
||||
DOWNLOAD="https://github.com/camlp5/camlp5/archive/rel705/camlp5-rel705.tar.gz"
|
||||
MD5SUM="cf9d909191711afb1b634f75acbe1cfe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml"
|
||||
|
|
Loading…
Reference in a new issue