mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
peco: Fix au.url (#662)
This commit is contained in:
parent
aa7684b6fd
commit
fbeefa1a6c
@ -1,17 +1,17 @@
|
||||
{
|
||||
"homepage": "https://github.com/peco/peco/",
|
||||
"description": "Simplistic interactive filtering tool",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/peco/peco/releases/download/v0.5.3/peco_windows_amd64.zip",
|
||||
"hash": "3b82aee17ee3cd872bde959aa7ff2537cb51bfad7a11264fdfffe879d2e4b0ee",
|
||||
"url": "https://github.com/peco/peco/releases/download/v0.5.4/peco_windows_amd64.zip",
|
||||
"hash": "c7e628981e20360cc96bb986e98d049f3e494d37fb93c0257987aa27ced8bde7",
|
||||
"extract_dir": "peco_windows_amd64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/peco/peco/releases/download/v0.5.3/peco_windows_386.zip",
|
||||
"hash": "fdfe414be7f0d7937fa86b4c78f07a61015f3a2901eb5a5788d21156966f9b35",
|
||||
"url": "https://github.com/peco/peco/releases/download/v0.5.4/peco_windows_386.zip",
|
||||
"hash": "0e92d9216773f03bcdf46a55c77eb2fa16399ece670096d40360a806c77e244e",
|
||||
"extract_dir": "peco_windows_386"
|
||||
}
|
||||
},
|
||||
@ -20,10 +20,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/peco/peco/releases/download/v$version/peco-windows-amd64.zip"
|
||||
"url": "https://github.com/peco/peco/releases/download/v$version/peco_windows_amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/peco/peco/releases/download/v$version/peco-windows-386.zip"
|
||||
"url": "https://github.com/peco/peco/releases/download/v$version/peco_windows_386.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user