release v1.5, OpenRefine development snapshot October 26, 2017 + PR1290
This commit is contained in:
parent
91c6ee8817
commit
c5a8176eba
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# openrefine-batch.sh, Felix Lohmeier, v1.4, 2017-08-02
|
# openrefine-batch.sh, Felix Lohmeier, v1.5, 2017-10-26
|
||||||
# https://github.com/felixlohmeier/openrefine-batch
|
# https://github.com/felixlohmeier/openrefine-batch
|
||||||
|
|
||||||
# declare download URLs for OpenRefine and OpenRefine client
|
# declare download URLs for OpenRefine and OpenRefine client
|
||||||
openrefine_URL="https://github.com/felixlohmeier/OpenRefine/releases/download/2017-08-02/openrefine-linux-2017-08-02.tar.gz"
|
openrefine_URL="https://github.com/felixlohmeier/OpenRefine/releases/download/2017-10-26%2Bpr1290/openrefine-linux-2017-10-26-pr1290.tar.gz"
|
||||||
client_URL="https://github.com/felixlohmeier/openrefine-client/releases/download/v0.3.1/openrefine-client_0-3-1_linux-64bit"
|
client_URL="https://github.com/felixlohmeier/openrefine-client/releases/download/v0.3.1/openrefine-client_0-3-1_linux-64bit"
|
||||||
|
|
||||||
# check system requirements
|
# check system requirements
|
||||||
|
|
Loading…
Reference in New Issue