summaryrefslogtreecommitdiff
path: root/community/dart/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dart/PKGBUILD')
-rw-r--r--community/dart/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index e8b2d6c17..bf777ffd0 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110850 2014-05-08 14:27:48Z arodseth $
+# $Id: PKGBUILD 111753 2014-05-23 11:17:45Z 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.6
+pkgver=1.4.0
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=('799c04cc1d797c46580c4ad58b762b5a6234419b9eb05bdcb9b8cac9221ef669')
+ sha256sums=('3c9c8afef58b49e0d03add60ee54e5c4d77c95990fadb16bc0c9045cc3ed34de')
else
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
- sha256sums=('f9aa8f4d3164eca5ddd22012ed2d38ed523aeef9775d0b2229a77d611bdce97f')
+ sha256sums=('107a67bc5a133551ba7c4ebc266fd521bae8133f79509c57bbe4d07b607926f9')
fi
prepare() {
@@ -44,7 +44,7 @@ prepare() {
# Fix missing "fi" and missing newline
echo -e "fi\n" >> pub
- # Extract license (AUTHORS and LICENSE files are missing
+ # Extract license (AUTHORS and LICENSE files are missing)
head -n5 "../include/dart_api.h" > ../../LICENSE
}