summaryrefslogtreecommitdiff
path: root/community/dart/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-09 03:36:00 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-09 03:36:00 +0000
commit66018e3cb2f893ec3add478fcd86ed3334e46fa9 (patch)
tree3336c03eb23042b17727e6ab856ce359443b2d48 /community/dart/PKGBUILD
parent740a52614d0b18baf8d2177a89036a29c8cd3bd8 (diff)
Fri May 9 03:32:12 UTC 2014
Diffstat (limited to 'community/dart/PKGBUILD')
-rw-r--r--community/dart/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index 17da3de9a..e8b2d6c17 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109924 2014-04-21 15:59:30Z arodseth $
+# $Id: PKGBUILD 110850 2014-05-08 14:27:48Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.3.3
+pkgver=1.3.6
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -18,10 +18,10 @@ options=('!strip')
if [[ $CARCH == x86_64 ]]; then
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
- sha256sums=('ca8ab3fc4d603a554b7f28f02db495907c91f4c6f0faa8f8be9fa6af59ce8560')
+ sha256sums=('799c04cc1d797c46580c4ad58b762b5a6234419b9eb05bdcb9b8cac9221ef669')
else
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
- sha256sums=('b97d1e35d25683f6dd5e72c05b7c80bc804967b609ce2422549278619317a108')
+ sha256sums=('f9aa8f4d3164eca5ddd22012ed2d38ed523aeef9775d0b2229a77d611bdce97f')
fi
prepare() {