diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-04-18 19:34:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:11:10 +0700 |
commit | d5866d9d57a9681a3c896d82a88df53e2cf68cf6 (patch) | |
tree | 4d65ae2a2129cc6088f69c3f3fa2617ff31fe1fc /development | |
parent | 9b3e1ad341f83cf6d00cf415ca11f26f0a0b5fc0 (diff) |
development/menhir: Updated for version 20170101.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development')
-rw-r--r-- | development/menhir/menhir.SlackBuild | 4 | ||||
-rw-r--r-- | development/menhir/menhir.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/menhir/menhir.SlackBuild b/development/menhir/menhir.SlackBuild index 65f9ebf055b4..094a29eba91c 100644 --- a/development/menhir/menhir.SlackBuild +++ b/development/menhir/menhir.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for menhir -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=menhir -VERSION=${VERSION:-20160825} +VERSION=${VERSION:-20170101} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/menhir/menhir.info b/development/menhir/menhir.info index 8800b1218b69..1926acc3708d 100644 --- a/development/menhir/menhir.info +++ b/development/menhir/menhir.info @@ -1,8 +1,8 @@ PRGNAM="menhir" -VERSION="20160825" +VERSION="20170101" HOMEPAGE="http://cristal.inria.fr/~fpottier/menhir/" -DOWNLOAD="http://cristal.inria.fr/~fpottier/menhir/menhir-20160825.tar.gz" -MD5SUM="d3773be7af60ac2de0220284e3b8fb1d" +DOWNLOAD="http://cristal.inria.fr/~fpottier/menhir/menhir-20170101.tar.gz" +MD5SUM="78128bc6935d7c40d5da919c502678c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocamlbuild ocaml-findlib" |