Skip to content

Commit

Permalink
Merge pull request #242 from nitrous-io/dart-update
Browse files Browse the repository at this point in the history
Update Dart from 1.3.0 to 1.9.1
  • Loading branch information
gmckeever committed Mar 31, 2015
2 parents 6023086 + 391b564 commit d097b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/dart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ module Autoparts
module Packages
class Dart < Package
name 'dart'
version '1.3.0'
version '1.9.1'

description 'Dart: new platform for scalable web app engineering'
category Category::PROGRAMMING_LANGUAGES

source_url 'http://storage.googleapis.com/dart-archive/channels/stable/release/34825/sdk/dartsdk-linux-x64-release.zip'
source_sha1 '17a023802141092b42edb6f4c1db1b909fa79e36'
source_url 'https://storage.googleapis.com/dart-archive/channels/stable/release/44672/sdk/dartsdk-linux-x64-release.zip'
source_sha1 '547683feeba68ad8339a2d7c5f8c88847b28d730'
source_filetype 'zip'

def install
Expand Down

0 comments on commit d097b35

Please sign in to comment.