upgrade to OpenRefine 3.6.2

This commit is contained in:
felixlohmeier 2022-10-25 09:34:54 +00:00
parent 53e06d7b41
commit b3403976c4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ tasks:
- name: install bashly and OpenRefine
before: gem install --silent bashly
init: |
wget -q -O openrefine.tar.gz https://github.com/OpenRefine/OpenRefine/releases/download/3.5.2/openrefine-linux-3.5.2.tar.gz
wget -q -O openrefine.tar.gz "https://oss.sonatype.org/service/local/artifact/maven/content?r=releases&g=org.openrefine&a=openrefine&v=3.6.2&c=linux&p=tar.gz"
tar --exclude 'licenses' --exclude 'LICENSE.txt' --exclude 'README.md' -xzf openrefine.tar.gz --strip 1
rm openrefine.tar.gz
command: |

View File

@ -4,7 +4,7 @@ Bash script to control OpenRefine via [its HTTP API](https://docs.openrefine.org
## Features
* works with latest OpenRefine version (currently 3.5)
* works with latest OpenRefine version (currently 3.6)
* batch processing (import, transform, export)
* orcli takes care of starting and stopping OpenRefine with temporary workspaces
* your existing OpenRefine data will not be touched