mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
(chore): Some Refactoring (#3961)
This commit is contained in:
parent
eb1512994f
commit
091a6c0b77
@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"version": "1.00",
|
"version": "1.00",
|
||||||
"description": "Simple yet fancy CPU architecture fetching tool",
|
"description": "Simple yet fancy CPU architecture fetching tool",
|
||||||
"homepage": "https://github.com/Dr-Noob/cpufetch",
|
"homepage": "https://github.com/Dr-Noob/cpufetch",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86-64_windows.exe#/cpufetch.exe",
|
|
||||||
"hash": "94c1fb41f320ad591488ebcd2a2f3d64fcb81afcd2d39671686d32f2d82c2c41"
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86_windows.exe#/cpufetch.exe",
|
|
||||||
"hash": "09d7b3f6d2a31021f15332236be448c014ed1237ed5442f594b390f2992f6b17"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bin": "cpufetch.exe",
|
|
||||||
"checkver": "github",
|
|
||||||
"autoupdate": {
|
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe"
|
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86-64_windows.exe#/cpufetch.exe",
|
||||||
},
|
"hash": "94c1fb41f320ad591488ebcd2a2f3d64fcb81afcd2d39671686d32f2d82c2c41"
|
||||||
"32bit": {
|
},
|
||||||
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86_windows.exe#/cpufetch.exe"
|
"32bit": {
|
||||||
}
|
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86_windows.exe#/cpufetch.exe",
|
||||||
|
"hash": "09d7b3f6d2a31021f15332236be448c014ed1237ed5442f594b390f2992f6b17"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "cpufetch.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86_windows.exe#/cpufetch.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"version": "1.11.22",
|
"version": "1.11.22",
|
||||||
"description": "Version control system",
|
"description": "Version control system",
|
||||||
"homepage": "https://www.nongnu.org/cvs",
|
"homepage": "https://www.nongnu.org/cvs",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"url": "https://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/cvs-1-11-22.zip",
|
"url": "https://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/cvs-1-11-22.zip",
|
||||||
"hash": "635828e428d8f57e239bda9eadc05a26f12634da83c5d8453ad5f90f5bd2f418",
|
"hash": "635828e428d8f57e239bda9eadc05a26f12634da83c5d8453ad5f90f5bd2f418",
|
||||||
"bin": "cvs.exe"
|
"bin": "cvs.exe"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,9 +4,7 @@
|
|||||||
"homepage": "http://redpen.cc",
|
"homepage": "http://redpen.cc",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"Java": [
|
"Java": "adopt8-hotspot-jre"
|
||||||
"adopt8-hotspot-jre"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.4/redpen-distribution-1.10.4-assembled.tar.gz",
|
"url": "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.4/redpen-distribution-1.10.4-assembled.tar.gz",
|
||||||
"hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d",
|
"hash": "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d",
|
||||||
|
|||||||
@ -8,7 +8,10 @@
|
|||||||
"extract_dir": "xmlstarlet-1.6.1",
|
"extract_dir": "xmlstarlet-1.6.1",
|
||||||
"bin": [
|
"bin": [
|
||||||
"xml.exe",
|
"xml.exe",
|
||||||
["xml.exe", "xmlstarlet"]
|
[
|
||||||
|
"xml.exe",
|
||||||
|
"xmlstarlet"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://sourceforge.net/projects/xmlstar/files/",
|
"url": "https://sourceforge.net/projects/xmlstar/files/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user