mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
jp: Add version 0.2.1 (#3710)
* jp: Add version 0.2.1 * adjust description * Update bucket/jp.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * add autoupdate -> hash * fix 'autoupdate' -> 'hash' Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
c33d8be999
commit
dc2d2260d1
38
bucket/jp.json
Normal file
38
bucket/jp.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": "0.2.1",
|
||||
"description": "Command-line interface to JMESPath",
|
||||
"homepage": "http://jmespath.org/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jmespath/jp/releases/download/0.2.1/jp-windows-amd64#/jp.exe",
|
||||
"hash": "bcda6db77a8069aa720d598dec39d6368a2de7aa76fea8c5e72b1fc80dd09150"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/jmespath/jp/releases/download/0.2.1/jp-windows-386#/jp.exe",
|
||||
"hash": "75a20dbfc901da0ab2781693c0b7fa2f946262f7e313c5bf204d27c037935719"
|
||||
}
|
||||
},
|
||||
"bin": "jp.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/jmespath/jp"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jmespath/jp/releases/download/$version/jp-windows-amd64#/jp.exe",
|
||||
"hash": {
|
||||
"url": "$baseurl/jp-checksums.sha256.asc",
|
||||
"regex": "$sha256\\s+\\./jp-windows-amd64"
|
||||
}
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/jmespath/jp/releases/download/$version/jp-windows-386#/jp.exe",
|
||||
"hash": {
|
||||
"url": "$baseurl/jp-checksums.sha256.asc",
|
||||
"regex": "$sha256\\s+\\./jp-windows-386"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user