From d4cbcb59073c69cdb4ffa01c9e2fcf1320297c6c Mon Sep 17 00:00:00 2001 From: xueye Date: Wed, 22 Dec 2021 17:31:31 +0800 Subject: [PATCH] netcdf-tools-ui: Add version 5.5.1 --- bucket/netcdf-tools-ui.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bucket/netcdf-tools-ui.json diff --git a/bucket/netcdf-tools-ui.json b/bucket/netcdf-tools-ui.json new file mode 100644 index 0000000..8c57681 --- /dev/null +++ b/bucket/netcdf-tools-ui.json @@ -0,0 +1,20 @@ +{ + "version": "5.5.1", + "description": "The toolsUI.jar contains everything to run the ToolsUI application directly from it.", + "homepage": "https://www.unidata.ucar.edu/downloads/netcdf-java", + "license": "Apache-2.0", + "suggest": { + "JRE": "java/openjdk" + }, + "url": "https://scoop-bucket.oss-cn-hangzhou.aliyuncs.com/netcdf-tools-ui.zip", + "hash": "46929b9656dfae876814cdd62b9259a3e3851dd77cd9f9a2ad98c52529bb548b", + "bin": [ + "bin\\tools-ui.bat" + ], + "shortcuts": [ + [ + "bin\\tools-ui.bat", + "Netcdf Tools" + ] + ] +}