From b3403976c4e8975cd19165b4b2f3a499e9956bd6 Mon Sep 17 00:00:00 2001 From: felixlohmeier Date: Tue, 25 Oct 2022 09:34:54 +0000 Subject: [PATCH] upgrade to OpenRefine 3.6.2 --- .gitpod.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6b55f45..c80b529 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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: | diff --git a/README.md b/README.md index aaf75bc..a28e526 100644 --- a/README.md +++ b/README.md @@ -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