diff options
author | Dmitrii Sosedov <dmitrii@sosedov.org> | 2014-07-05 07:39:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-05 07:40:38 +0700 |
commit | 3f7c0a401fcfa3e7e8daa0a6e33a03193965d8a0 (patch) | |
tree | ac5b628a75761ca40d185cff09e2a8dea92a5d3c /development/rust | |
parent | be8e12fff02a040c9317382608179400e6bd194a (diff) | |
download | slackbuilds-3f7c0a401fcfa3e7e8daa0a6e33a03193965d8a0.tar.gz |
development/rust: Updated for version 0.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust')
-rw-r--r-- | development/rust/README | 13 | ||||
-rw-r--r-- | development/rust/rust.SlackBuild | 2 | ||||
-rw-r--r-- | development/rust/rust.info | 12 | ||||
-rw-r--r-- | development/rust/slack-desc | 4 |
4 files changed, 14 insertions, 17 deletions
diff --git a/development/rust/README b/development/rust/README index f50804cae9..7e9c8b996f 100644 --- a/development/rust/README +++ b/development/rust/README @@ -1,16 +1,13 @@ -Rust - -Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, -but differs significantly in syntactic and semantic details. - -Its design is oriented toward concerns of "programming in the large", that is, of creating and -maintaining boundaries - both abstract and operational - that preserve large-system integrity, +Rust is a curly-brace, block-structured expression language. +It visually resembles the C language family, but differs significantly in syntactic and semantic details. +Its design is oriented toward concerns of "programming in the large", that is, of creating +and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and metaprogramming, in both static and dynamic styles. -A short summary of features: +A short summary of features Type system: static, nominal, linear, algebraic, locally inferred Memory safety: no null or dangling pointers, no buffer overflows diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild index 5d4d77bd72..821d923a2e 100644 --- a/development/rust/rust.SlackBuild +++ b/development/rust/rust.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rust -VERSION=${VERSION:-0.10} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/rust/rust.info b/development/rust/rust.info index c4527e8a0b..e187ea57e2 100644 --- a/development/rust/rust.info +++ b/development/rust/rust.info @@ -1,10 +1,10 @@ PRGNAM="rust" -VERSION="0.10" +VERSION="0.11.0" HOMEPAGE="http://www.rust-lang.org" -DOWNLOAD="http://static.rust-lang.org/dist/rust-0.10-i686-unknown-linux-gnu.tar.gz" -MD5SUM="a1d9980d5530a89476acb2824b0239e8" -DOWNLOAD_x86_64="http://static.rust-lang.org/dist/rust-0.10-x86_64-unknown-linux-gnu.tar.gz" -MD5SUM_x86_64="5a494447db1fd644e5b1ff65190f73ea" +DOWNLOAD="http://static.rust-lang.org/dist/rust-0.11.0-i686-unknown-linux-gnu.tar.gz" +MD5SUM="f6abbceb85dc9a8884a02b3879782e08" +DOWNLOAD_x86_64="http://static.rust-lang.org/dist/rust-0.11.0-x86_64-unknown-linux-gnu.tar.gz" +MD5SUM_x86_64="13636ad2eecdea20b9a18863f221335d" REQUIRES="" MAINTAINER="Dmitrii Sosedov" -EMAIL="dmitrii@sosedov.org"
\ No newline at end of file +EMAIL="dmitrii@sosedov.org" diff --git a/development/rust/slack-desc b/development/rust/slack-desc index eee1460570..24d1a9f9b7 100644 --- a/development/rust/slack-desc +++ b/development/rust/slack-desc @@ -15,5 +15,5 @@ rust: operational - that preserve large-system integrity, availability and rust: concurrency. rust: rust: Homepage: http://rust-lang.org -rust: Release date: April 3, 2014 -rust:
\ No newline at end of file +rust: Release date: July 2, 2014 +rust: |