Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Upgrade goenv to 0.0.6 #88

Merged
merged 2 commits into from
Jan 26, 2015
Merged

Upgrade goenv to 0.0.6 #88

merged 2 commits into from
Jan 26, 2015

Commits on Jan 24, 2015

  1. Fix package version regex in build_source.

    a-s should have been a-z.  This meant that it wasn't matching package
    versions that included the chars t-z.
    alext committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    55ddb09 View commit details
    Browse the repository at this point in the history
  2. Update goenv to 0.0.6

    This switches to my fork of goenv because the upstream doesn't seem to
    be active any more. Version 0.0.6 includes 2 fixes:
    
    * fix goenv install to work with the new download URLs for Go 1.3.1+
      (wfarr/goenv#13)
    * update goenv exec to allow running any command on the PATH
      (wfarr/goenv#17)
    alext committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    a8aca30 View commit details
    Browse the repository at this point in the history