mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/ragel: Updated for version 7.0.0.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
bc60ec9b3d
commit
0eb9b85a93
4 changed files with 10 additions and 7 deletions
|
@ -4,3 +4,6 @@ Ragel state machines can not only recognize byte sequences as regular
|
|||
expression machines do, but can also execute code at arbitrary points
|
||||
in the recognition of a regular language. Code embedding is done using
|
||||
inline operators that do not disrupt the regular language syntax.
|
||||
|
||||
NOTE: before building this it's recommended to remove any previous
|
||||
version you might have installed.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ragel
|
||||
|
||||
# Copyright 2012-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2012-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# 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=ragel
|
||||
VERSION=${VERSION:-7.0.0.9}
|
||||
VERSION=${VERSION:-7.0.0.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ragel"
|
||||
VERSION="7.0.0.9"
|
||||
HOMEPAGE="http://www.colm.net/open-source/ragel/"
|
||||
DOWNLOAD="http://www.colm.net/files/ragel/ragel-7.0.0.9.tar.gz"
|
||||
MD5SUM="29a4d8ced2f229966317d123a2d5af8a"
|
||||
VERSION="7.0.0.10"
|
||||
HOMEPAGE="https://www.colm.net/open-source/ragel/"
|
||||
DOWNLOAD="https://www.colm.net/files/ragel/ragel-7.0.0.10.tar.gz"
|
||||
MD5SUM="7e00ad44c993af7ed7ee299add06334b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="colm kelbt"
|
||||
|
|
|
@ -15,5 +15,5 @@ ragel: expression machines do, but can also execute code at arbitrary points
|
|||
ragel: in the recognition of a regular language. Code embedding is done using
|
||||
ragel: inline operators that do not disrupt the regular language syntax.
|
||||
ragel:
|
||||
ragel: homepage: http://www.colm.net/open-source/ragel/
|
||||
ragel: homepage: https://www.colm.net/open-source/ragel/
|
||||
ragel:
|
||||
|
|
Loading…
Reference in a new issue