diff options
author | M.Dinslage <daedra1980@gmail.com> | 2011-12-09 20:41:55 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-09 20:41:55 -0200 |
commit | 5a473f9a80130c54bf1082bf8dea640bb4ae3ee6 (patch) | |
tree | 2b2dc9c3679e00a3fd03293e6a44d1ef75644457 /development | |
parent | 094eb416ddd96a03a5d29ad5e127847c8588e094 (diff) | |
download | slackbuilds-5a473f9a80130c54bf1082bf8dea640bb4ae3ee6.tar.gz |
development/orc: Updated for version 0.4.16.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/orc/README | 11 | ||||
-rw-r--r-- | development/orc/orc.SlackBuild | 2 | ||||
-rw-r--r-- | development/orc/orc.info | 8 |
3 files changed, 9 insertions, 12 deletions
diff --git a/development/orc/README b/development/orc/README index ddd21edfed..118f4cccec 100644 --- a/development/orc/README +++ b/development/orc/README @@ -1,8 +1,5 @@ -orc (The Oil Runtime Compiler) - Orc is a library and set of tools for compiling and executing very -simple programs that operate on arrays of data. The language is -a generic assembly language that represents many of the features -available in SIMD architectures, including saturated addition and -subtraction, and many arithmetic operations. - +simple programs that operate on arrays of data. The language is a generic +assembly language that represents many of the features available in SIMD +architectures, including saturated addition and subtraction, and many +arithmetic operations. diff --git a/development/orc/orc.SlackBuild b/development/orc/orc.SlackBuild index cc69912a38..c6b98899e1 100644 --- a/development/orc/orc.SlackBuild +++ b/development/orc/orc.SlackBuild @@ -5,7 +5,7 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=orc -VERSION=${VERSION:-0.4.15} +VERSION=${VERSION:-0.4.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/orc/orc.info b/development/orc/orc.info index e306312015..2e876e95b7 100644 --- a/development/orc/orc.info +++ b/development/orc/orc.info @@ -1,10 +1,10 @@ PRGNAM="orc" -VERSION="0.4.15" +VERSION="0.4.16" HOMEPAGE="http://code.entropywave.com/projects/orc/" -DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.15.tar.gz" -MD5SUM="ac8be2f16434d8019ea43fa61c4cbbef" +DOWNLOAD="http://code.entropywave.com/download/orc/orc-0.4.16.tar.gz" +MD5SUM="e482932e544c847761449b106ecbc483" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="M.Dinslage" EMAIL="daedra1980@gmail.com" -APPROVED="Erik Hanson" +APPROVED="Niels Horn" |