From 877b1589a25fbec2151c6e3ec2332c5019c78a02 Mon Sep 17 00:00:00 2001 From: xueye Date: Mon, 24 Jan 2022 17:29:49 +0800 Subject: [PATCH] Panoply: Add version 5.0.0 --- bucket/IDEA2019.json | 65 -------------------------------------------- bucket/panoply.json | 17 ++++++++++++ 2 files changed, 17 insertions(+), 65 deletions(-) delete mode 100644 bucket/IDEA2019.json create mode 100644 bucket/panoply.json diff --git a/bucket/IDEA2019.json b/bucket/IDEA2019.json deleted file mode 100644 index 5ea2ab7..0000000 --- a/bucket/IDEA2019.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "version": "2019.3.5-193.7288.26", - "description": "IntelliJ IDEA Ultimate. Cross-Platform Java IDE for professional developers by JetBrains.", - "homepage": "https://www.jetbrains.com/idea/", - "license": { - "identifier": "Proprietary", - "url": "https://www.jetbrains.com/store/license.html" - }, - "url": [ - "https://scoop.leafgod.cn/jetbrains/ideaIU-2019.3.5.win.zip", - "https://scoop.leafgod.cn/jetbrains/portable.ps1" - ], - "hash": [ - "BAAE25C01859B670D05EBFF60BB676808068D2C10B73527A1E9988CC662BC8FA", - "5B43FC8A57D7D8D519071A50849A5DB92C90ECDF56B64AC57F15FDAE5B4F0572" - ], - "extract_to": "IDE", - "installer": { - "script": [ - "& \"$dir\\portable.ps1\" $dir $persist_dir", - "Remove-Item \"$dir\\IDE\\`$*\", \"$dir\\portable.ps1\" -Force -Recurse" - ] - }, - "architecture": { - "64bit": { - "bin": [ - "IDE\\bin\\idea64.exe", - [ - "IDE\\bin\\idea64.exe", - "idea" - ] - ], - "shortcuts": [ - [ - "IDE\\bin\\idea64.exe", - "JetBrains\\IntelliJ IDEA Ultimate" - ] - ] - }, - "32bit": { - "bin": "IDE\\bin\\idea.exe", - "shortcuts": [ - [ - "IDE\\bin\\idea.exe", - "JetBrains\\IntelliJ IDEA Ultimate" - ] - ] - } - }, - "persist": [ - "IDE\\bin\\idea.properties", - "profile" - ], - "checkver": { - "url": "https://data.services.jetbrains.com/products/releases?code=IIU&latest=true&platform=zip&type=release", - "regex": "version\":\"(?[\\d.]+)\".*\"build\":\"(?[\\d.]+)\"", - "replace": "${ver}-${build}" - }, - "autoupdate": { - "url": "https://download.jetbrains.com/idea/ideaIU-$matchHead.win.zip", - "hash": { - "url": "$url.sha256" - } - } -} diff --git a/bucket/panoply.json b/bucket/panoply.json new file mode 100644 index 0000000..5875d46 --- /dev/null +++ b/bucket/panoply.json @@ -0,0 +1,17 @@ +{ + "description": "Panoply", + "homepage": "https://www.giss.nasa.gov/tools/panoply", + "version": "5.0.0", + "notes": "Panoply requires a computer with Java 9 (or later version) installed.", + "suggest": { + "JRE": "java/openjdk11" + }, + "url": "https://www.giss.nasa.gov/tools/panoply/download/PanoplyWin-5.0.0.zip", + "hash": "5fdb909443db75d17723dbfbefe9ad177e1fe2fc8638d9e4bfc919aa98bcdf69", + "shortcuts": [ + [ + "PanoplyWin\\Panoply.exe", + "Panoply" + ] + ] +}