racket-minimal: update checkver and au.hash

This commit is contained in:
人造电子小猫咪 2020-01-14 13:40:03 +08:00 committed by GitHub
parent 8915419001
commit c0eec1fc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>"
}
}
}