From 30ac2b3af1c9605ae673ef959a8a42f7f69a421d Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sat, 25 Jun 2022 17:44:01 +0800 Subject: [PATCH] aspell: Remove autoupdate related: #3709 --- bucket/aspell.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/bucket/aspell.json b/bucket/aspell.json index 0cbe54652a..625e8be293 100644 --- a/bucket/aspell.json +++ b/bucket/aspell.json @@ -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" - } - } - } } }