development/ragel: Updated for version 6.8.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-03-01 09:45:22 +01:00 committed by Robby Workman
parent 08c2bd1d14
commit 678fb210c0
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ragel
VERSION=${VERSION:-6.7}
VERSION=${VERSION:-6.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,7 +53,7 @@ else
LIBDIRSUFFIX=""
fi
DOCS="AUTHORS COPYING README TODO"
DOCS="AUTHORS COPYING README TODO $PRGNAM.vim contrib/unicode2ragel.rb"
set -e # Exit on most errors

View File

@ -1,8 +1,8 @@
PRGNAM="ragel"
VERSION="6.7"
VERSION="6.8"
HOMEPAGE="http://www.complang.org/ragel/"
DOWNLOAD="http://www.complang.org/ragel/ragel-6.7.tar.gz"
MD5SUM="f4423e0d8a6538dd4e61498fcfad3cec"
DOWNLOAD="http://www.complang.org/ragel/ragel-6.8.tar.gz"
MD5SUM="1bb39745ac23da449019f9f2cb4b0d01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="kelbt"