aspell: Remove autoupdate

related: #3709
This commit is contained in:
Issac Lin 2022-06-25 17:44:01 +08:00 committed by GitHub
parent dc2d2260d1
commit 30ac2b3af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,23 +64,5 @@
"checkver": {
"url": "https://packages.msys2.org/package/mingw-w64-x86_64-aspell",
"regex": "mingw-w64-x86_64-aspell-([\\d.-]+)-any"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-aspell-$version-any.pkg.tar.zst",
"hash": {
"url": "https://packages.msys2.org/package/mingw-w64-x86_64-aspell",
"regex": "$sha256"
}
},
"32bit": {
"url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-aspell-$version-any.pkg.tar.zst",
"hash": {
"url": "https://packages.msys2.org/package/mingw-w64-i686-aspell",
"regex": "$sha256"
}
}
}
}
}