mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
update pt 2.1.5 and add autoupdate
This commit is contained in:
parent
b9e1740fd3
commit
00fd41f2c4
29
pt.json
29
pt.json
@ -1,28 +1,29 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://github.com/monochromegane/the_platinum_searcher",
|
"homepage": "https://github.com/monochromegane/the_platinum_searcher",
|
||||||
"licence": "MIT",
|
"licence": "MIT",
|
||||||
"version": "2.1.4",
|
"version": "2.1.5",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.5/pt_windows_amd64.zip",
|
||||||
"https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.4/pt_windows_amd64.zip"
|
"hash": "0f02db8eba977bc50b743ed18b4ba8efb769b7ade5f8a5c84e869d44117924bb"
|
||||||
],
|
|
||||||
"hash": [
|
|
||||||
"6b227dc5e7e8bea2a0f20ae6301aceda60d394c86fb327db0caa8450fe89c86c"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": [
|
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.5/pt_windows_386.zip",
|
||||||
"https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.4/pt_windows_386.zip"
|
"hash": "5756ebf64d3d65aa4ef7bb176f5170ea8abfd5e23bf349d7c64a408b2201732b"
|
||||||
],
|
|
||||||
"hash": [
|
|
||||||
"0c473879071a7e4d4e0cd47a59db973f296fe7d753a838c9811eac51dd4b8414"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "pt.exe",
|
"bin": "pt.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/latest",
|
"url": "https://github.com/monochromegane/the_platinum_searcher/releases/latest",
|
||||||
"re": "\/releases\/tag\/v([\\d.]+)"
|
"re": "/releases/tag/v([\\d.]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": {
|
||||||
|
"64bit": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_amd64.zip",
|
||||||
|
"32bit": "https://github.com/monochromegane/the_platinum_searcher/releases/download/v$version/pt_windows_386.zip"
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"mode": "download"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user