gauche: Update to version 0.9.11-p1 (#3403)

* gauche: update to version 0.9.11-p1

* gauche: update regex to include patches
This commit is contained in:
tech189 2022-03-18 15:02:23 +00:00 committed by GitHub
parent 245a13ac5e
commit 63d6eeded5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "0.9.11", "version": "0.9.11-p1",
"description": "Scheme Scripting Engine", "description": "Scheme Scripting Engine",
"homepage": "https://practical-scheme.net/gauche/", "homepage": "https://practical-scheme.net/gauche/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shirok/Gauche/releases/download/release0_9_11/Gauche-mingw-0.9.11-64bit.msi", "url": "https://github.com/shirok/Gauche/releases/download/release0_9_11_p1/Gauche-mingw-0.9.11-p1-64bit.msi",
"hash": "ef91ec769e0e9456eae4786545081b704c26aee454700d7f705b00ad4b8065a4" "hash": "c2cc6e99753c371b3c2eb509ffb4a3ff808e63e2da50f1dcbe3c2b0f42299d4c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/shirok/Gauche/releases/download/release0_9_11/Gauche-mingw-0.9.11-32bit.msi", "url": "https://github.com/shirok/Gauche/releases/download/release0_9_11_p1/Gauche-mingw-0.9.11-p1-32bit.msi",
"hash": "37c5247e3c48ed723556bc4db16d98ed75050945b2e28ec70584f0584d2b6c8e" "hash": "e7d0b0fbb506dffb9cab2eda2708bec8e29e7e8960b410f760d1990222a7a07c"
} }
}, },
"extract_dir": "Gauche", "extract_dir": "Gauche",
@ -30,7 +30,7 @@
], ],
"checkver": { "checkver": {
"github": "https://github.com/shirok/Gauche", "github": "https://github.com/shirok/Gauche",
"regex": "mingw-([\\d.]+)-\\d+bit\\.msi" "regex": "mingw-([\\d.\\-p]+)-\\d+bit\\.msi"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {