Skip to content

Commit

Permalink
Update openocd download version
Browse files Browse the repository at this point in the history
Resolves #615
  • Loading branch information
kammce committed Jul 18, 2019
1 parent f4e825c commit a24f131
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ CLANG_PATH=""

OPENOCD_URL="https://github.com/gnu-mcu-eclipse/openocd/releases/download"
OPENOCD_VERSION="0.10.0-10-20181020"
OPENOCD_VERSION_BASE="0522"
OPENOCD_BASE="$OPENOCD_URL/v$OPENOCD_VERSION/gnu-mcu-eclipse-openocd-$OPENOCD_VERSION"
OPENOCD_MAC_URL="$OPENOCD_BASE-1448-osx.tgz"
OPENOCD_MAC_PATH="gnu-mcu-eclipse-openocd-$OPENOCD_VERSION-1448-osx.tgz"
OPENOCD_LINUX64_URL="$OPENOCD_BASE-0522-centos64.tgz"
OPENOCD_LINUX64_PATH="gnu-mcu-eclipse-openocd-$OPENOCD_VERSION-0522-centos64.tgz"
OPENOCD_MAC_URL="$OPENOCD_BASE-$OPENOCD_VERSION_BASE-macos.tgz"
OPENOCD_MAC_PATH="gnu-mcu-eclipse-openocd-$OPENOCD_VERSION-$OPENOCD_VERSION_BASE-macos.tgz"
OPENOCD_LINUX64_URL="$OPENOCD_BASE-$OPENOCD_VERSION_BASE-centos64.tgz"
OPENOCD_LINUX64_PATH="gnu-mcu-eclipse-openocd-$OPENOCD_VERSION-$OPENOCD_VERSION_BASE-centos64.tgz"
OPENOCD_PKG=""

echo " ──────────────────────────────────────────────────┐"
Expand Down

0 comments on commit a24f131

Please sign in to comment.