summaryrefslogtreecommitdiff
path: root/community/dart/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dart/PKGBUILD')
-rw-r--r--community/dart/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index d4ad316cc..f353194ca 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 100999 2013-11-14 15:05:53Z arodseth $
+# $Id: PKGBUILD 105737 2014-02-14 17:58:11Z 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.0
+pkgver=1.1.3
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -17,14 +17,14 @@ makedepends=('setconf')
options=('!strip')
if [[ $CARCH == x86_64 ]]; then
- source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
- "license.html::https://code.google.com/intl/no/google_bsd_license.html")
- sha256sums=('9bc14660399c3570fddd262eb9aa11b3e6e19b7a3c547d3b10d60ad905c52c9b'
+ source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip"
+ 'license.html::https://code.google.com/intl/no/google_bsd_license.html')
+ sha256sums=('5019225dd58ffba9ae726f100993345e2801f7b59f6b49edbb5020ec3621e67a'
'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
else
- source=("http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip"
- "license.html::https://code.google.com/intl/no/google_bsd_license.html")
- sha256sums=('131afed9a220b2035375aee71e6b791248e6de51ee2612a21be3f6797e5bbfe6'
+ source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip"
+ 'license.html::https://code.google.com/intl/no/google_bsd_license.html')
+ sha256sums=('de33b20167727d50903c1cf33d86320472d728f93641ec37a541a233e377acc4'
'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
fi