mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
rust: Add au.hash and desc (#288)
This commit is contained in:
parent
d209853dad
commit
b840954a4a
@ -2,6 +2,7 @@
|
||||
"homepage": "https://www.rust-lang.org",
|
||||
"version": "1.36.0",
|
||||
"license": "MIT|Apache-2.0",
|
||||
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://static.rust-lang.org/dist/rust-1.36.0-x86_64-pc-windows-msvc.msi",
|
||||
@ -19,7 +20,7 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://www.rust-lang.org/",
|
||||
"re": "Version ([\\d.]+)"
|
||||
"regex": "Version ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
@ -29,6 +30,9 @@
|
||||
"32bit": {
|
||||
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
"homepage": "https://www.rust-lang.org",
|
||||
"version": "1.36.0",
|
||||
"license": "MIT|Apache-2.0",
|
||||
"description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://static.rust-lang.org/dist/rust-1.36.0-x86_64-pc-windows-gnu.msi",
|
||||
@ -19,7 +20,7 @@
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://www.rust-lang.org/",
|
||||
"re": "Version ([\\d.]+)"
|
||||
"regex": "Version ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
@ -29,6 +30,9 @@
|
||||
"32bit": {
|
||||
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-gnu.msi"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user