mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
racket-minimal: update checkver and au.hash
This commit is contained in:
parent
8915419001
commit
c0eec1fc43
@ -1,4 +1,3 @@
|
||||
|
||||
{
|
||||
"version": "7.5",
|
||||
"homepage": "https://racket-lang.org",
|
||||
@ -18,10 +17,7 @@
|
||||
"racket.exe",
|
||||
"raco.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://download.racket-lang.org/",
|
||||
"re": "Version ([\\d.]+)"
|
||||
},
|
||||
"checkver": "Download Racket\\s+v([\\d.]+)",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
@ -33,7 +29,7 @@
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://download.racket-lang.org/releases/$version/",
|
||||
"regex": "$basename[\\s\\S]*?\"checksum\">$sha1</span>"
|
||||
"regex": "$basename.*?\"checksum\">$sha1</span>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user