Skip to content

Commit

Permalink
Updated DCPU-Toolchain to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azertyfun committed Oct 14, 2016
1 parent b5be64e commit 97ac16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download-toolchain.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

wget --no-verbose --show-progress --continue \
https://github.com/azertyfun/DCPU-Toolchain/releases/download/v1.4.2/DCPU-Toolchain-cli.zip \
https://github.com/azertyfun/DCPU-Toolchain/releases/download/v1.4.3/DCPU-Toolchain-cli.zip \
https://github.com/Yamakaky/dcpu/releases/download/0.4.0/{assembler,emulator}
unzip -o DCPU-Toolchain-cli.zip
chmod +x {assembler,emulator}

0 comments on commit 97ac16c

Please sign in to comment.