Panoply: Add version 5.0.0

This commit is contained in:
椰子 2022-01-24 17:29:49 +08:00
parent b5e1360b8e
commit 877b1589a2
2 changed files with 17 additions and 65 deletions

View File

@ -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\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"url": "https://download.jetbrains.com/idea/ideaIU-$matchHead.win.zip",
"hash": {
"url": "$url.sha256"
}
}
}

17
bucket/panoply.json Normal file
View File

@ -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"
]
]
}