diff options
-rw-r--r-- | development/camlp5/camlp5.SlackBuild | 4 | ||||
-rw-r--r-- | development/camlp5/camlp5.info | 6 | ||||
-rw-r--r-- | development/camlp5/doinst.sh | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/development/camlp5/camlp5.SlackBuild b/development/camlp5/camlp5.SlackBuild index 2f64a80882..dc1eb55f7c 100644 --- a/development/camlp5/camlp5.SlackBuild +++ b/development/camlp5/camlp5.SlackBuild @@ -19,8 +19,8 @@ # Rewrite for updated camlp5 Panagiotis Nikolaou, Culver City, CA PRGNAM=camlp5 -VERSION=${VERSION:-7.01} -SRCVER=rel701 +VERSION=${VERSION:-7.02} +SRCVER=rel702 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/camlp5/camlp5.info b/development/camlp5/camlp5.info index 94502dce1a..a6df2a5522 100644 --- a/development/camlp5/camlp5.info +++ b/development/camlp5/camlp5.info @@ -1,8 +1,8 @@ PRGNAM="camlp5" -VERSION="7.01" +VERSION="7.02" HOMEPAGE="https://camlp5.github.io/" -DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/camlp5/camlp5-rel701.tar.gz" -MD5SUM="438f8861a5a7aabd6030b732c6497045" +DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/camlp5/camlp5-rel702.tar.gz" +MD5SUM="99ffb34eda1b9cebd36d423f9c5b01a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml" diff --git a/development/camlp5/doinst.sh b/development/camlp5/doinst.sh deleted file mode 100644 index 8b13789179..0000000000 --- a/development/camlp5/doinst.sh +++ /dev/null @@ -1 +0,0 @@ - |