Skip to content

Commit

Permalink
Travis config : Update to gafferDependencies 0.23.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 12, 2016
1 parent 29d318a commit 967687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/travis/installDependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# get the prebuilt dependencies package and unpack it into the build directory

downloadURL = "https://github.com/johnhaddon/gafferDependencies/releases/download/0.22.0.0/gafferDependencies-0.22.0.0-linux.tar.gz"
downloadURL = "https://github.com/johnhaddon/gafferDependencies/releases/download/0.23.0.0/gafferDependencies-0.23.0.0-linux.tar.gz"

sys.stderr.write( "Downloading dependencies \"%s\"" % downloadURL )
tarFileName, headers = urllib.urlretrieve( downloadURL )
Expand Down

0 comments on commit 967687e

Please sign in to comment.