summaryrefslogtreecommitdiff
path: root/community/rust
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-04 03:57:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-04 03:57:35 +0000
commit32fb2c222ff8558d8abdfa411e8487dc9a3c0696 (patch)
tree75539d1ce5e644234d0c1f85faebd3ae17c2377d /community/rust
parent92723c41135cfb106d37d4343603e63dc99922ca (diff)
Fri Jul 4 03:52:39 UTC 2014
Diffstat (limited to 'community/rust')
-rw-r--r--community/rust/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD
index 2d9a7e105..303a9e718 100644
--- a/community/rust/PKGBUILD
+++ b/community/rust/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 108786 2014-04-03 20:27:41Z thestinger $
+# $Id: PKGBUILD 114694 2014-07-03 04:17:03Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgname=rust
-pkgver=0.10
+pkgver=0.11.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
@@ -11,7 +11,7 @@ depends=(gcc shared-mime-info)
makedepends=(libffi perl python2 curl)
source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz"
"http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz.asc")
-sha256sums=('c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9'
+sha256sums=('d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba'
'SKIP')
install=rust.install
options=(staticlibs)