Skip to content

Commit

Permalink
Merge pull request #243 from nitrous-io/go-update
Browse files Browse the repository at this point in the history
Update Go from 1.4 to 1.4.2
  • Loading branch information
gmckeever committed Apr 7, 2015
2 parents d097b35 + b162ed1 commit 3efd6e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class Go < Package
name 'go'
version '1.4'
version '1.4.2'
description 'Go: An open source programming language that makes it easy to build simple, reliable, and efficient software.'
category Category::PROGRAMMING_LANGUAGES

source_url 'https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz'
source_sha1 'cd82abcb0734f82f7cf2d576c9528cebdafac4c6'
source_url 'https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz'
source_sha1 '5020af94b52b65cc9b6f11d50a67e4bae07b0aff'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit 3efd6e8

Please sign in to comment.