Skip to content

Commit

Permalink
Updating example/run_pandora.sh with new make_prg version
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed May 11, 2021
1 parent 078d65b commit e83bbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/run_pandora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -eu
# configs
pandora_URL="https://github.com/rmcolq/pandora/releases/download/0.9.0/pandora-linux-precompiled-v0.9.0"
pandora_executable="./pandora-linux-precompiled-v0.9.0"
make_prg_URL="https://github.com/leoisl/make_prg/releases/download/v0.2.0_prototype/make_prg_0.2.0_prototype"
make_prg_executable="./make_prg_0.2.0_prototype"
make_prg_URL="https://github.com/leoisl/make_prg/releases/download/v0.2.0/make_prg_0.2.0"
make_prg_executable="./make_prg_0.2.0"


function download_tool {
Expand Down

0 comments on commit e83bbb2

Please sign in to comment.