Skip to content

Commit

Permalink
Merge pull request #218 from ronoaldo/update-go-1.4
Browse files Browse the repository at this point in the history
Updates Go to version 1.4.
  • Loading branch information
gmckeever committed Dec 16, 2014
2 parents add5455 + 6629172 commit 58edff7
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.3.3'
version '1.4'
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.3.3.linux-amd64.tar.gz'
source_sha1 '14068fbe349db34b838853a7878621bbd2b24646'
source_url 'https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz'
source_sha1 'cd82abcb0734f82f7cf2d576c9528cebdafac4c6'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit 58edff7

Please sign in to comment.