mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/ragel: Updated for version 7.0.0.12.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
d042090755
commit
8aade5b808
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for ragel
|
# Slackware build script for ragel
|
||||||
|
|
||||||
# Copyright 2012-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
# Copyright 2012-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ragel
|
PRGNAM=ragel
|
||||||
VERSION=${VERSION:-7.0.0.11}
|
VERSION=${VERSION:-7.0.0.12}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ragel"
|
PRGNAM="ragel"
|
||||||
VERSION="7.0.0.11"
|
VERSION="7.0.0.12"
|
||||||
HOMEPAGE="https://www.colm.net/open-source/ragel/"
|
HOMEPAGE="https://www.colm.net/open-source/ragel/"
|
||||||
DOWNLOAD="https://www.colm.net/files/ragel/ragel-7.0.0.11.tar.gz"
|
DOWNLOAD="https://www.colm.net/files/ragel/ragel-7.0.0.12.tar.gz"
|
||||||
MD5SUM="ad58c8f1ac5def94d9c7f4395a03606c"
|
MD5SUM="f95b1830fa6d9acea34f753d91e038e8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="colm kelbt"
|
REQUIRES="colm kelbt"
|
||||||
|
|
Loading…
Reference in a new issue