diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-03-16 13:13:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:55 +0700 |
commit | 0eb9b85a9329fc8a10d0f8c0b167b1eb876dd111 (patch) | |
tree | 18f18dc05848d6c9dc957c8686c0da39264e13eb /development/ragel/ragel.SlackBuild | |
parent | bc60ec9b3dafdfcf55991cdac6393ca940791f9f (diff) |
development/ragel: Updated for version 7.0.0.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/ragel/ragel.SlackBuild')
-rw-r--r-- | development/ragel/ragel.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/ragel/ragel.SlackBuild b/development/ragel/ragel.SlackBuild index 9182442cbab42..c6f56649d7f49 100644 --- a/development/ragel/ragel.SlackBuild +++ b/development/ragel/ragel.SlackBuild @@ -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} |