Skip to content

Commit

Permalink
meteor update to 0.7.1.2, fixes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimuk committed Mar 1, 2014
1 parent 57dbca7 commit 869f875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/meteor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module Autoparts
module Packages
class Meteor < Package
name 'meteor'
version '0.7.0.1'
version '0.7.1.2'
description 'Meteor: A real-time web development platform'
source_url 'https://warehouse.meteor.com/bootstrap/0.7.0.1/meteor-bootstrap-Linux_x86_64.tar.gz'
source_sha1 'e34e74bd1c22521e64cbdfd23f6e885fdd57b188'
source_url 'https://warehouse.meteor.com/bootstrap/0.7.1.2/meteor-bootstrap-Linux_x86_64.tar.gz'
source_sha1 '7fc5616f89f2c56d7af545c38f424e7b32e19365'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit 869f875

Please sign in to comment.