Skip to content

Commit

Permalink
update odo url links (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsuman authored Jul 4, 2019
1 parent 8539348 commit c850235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"filePrefix": "",
"platform": {
"win32": {
"url": "https://github.com/redhat-developer/odo/releases/download/v0.0.20/odo-windows-amd64.exe.gz",
"url": "https://github.com/openshift/odo/releases/download/v0.0.20/odo-windows-amd64.exe.gz",
"sha256sum": "3e58fe210a6878c8d96c75ccb05ef51b9ad26b39e4876f44ae144150b1ee807c",
"dlFileName": "odo-windows-amd64.exe.gz",
"cmdFileName": "odo.exe"
},
"darwin": {
"url": "https://github.com/redhat-developer/odo/releases/download/v0.0.20/odo-darwin-amd64.gz",
"url": "https://github.com/openshift/odo/releases/download/v0.0.20/odo-darwin-amd64.gz",
"sha256sum": "4de649cdcb19f917421e4f0b344599b22de75ece66f3f2104a04305f4a380fcc",
"dlFileName": "odo-darwin-amd64.gz"
},
"linux": {
"url": "https://github.com/redhat-developer/odo/releases/download/v0.0.20/odo-linux-amd64.gz",
"url": "https://github.com/openshift/odo/releases/download/v0.0.20/odo-linux-amd64.gz",
"sha256sum": "00884e1ff9995802ef527ddc29f3702768e42da2f1db69b8f68b8db704865d62",
"dlFileName": "odo-linux-amd64.gz"
}
Expand Down Expand Up @@ -58,4 +58,4 @@
}
}
}
}
}

0 comments on commit c850235

Please sign in to comment.