Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
98ce97c59b sqldef: Update to version 1.0.6 2025-04-26 20:27:19 +00:00
github-actions[bot]
21d4feab72 mise: Update to version 2025.4.10 2025-04-26 20:27:18 +00:00
github-actions[bot]
9ac2e9d87d harper: Update to version 0.31.0 2025-04-26 20:27:18 +00:00
3 changed files with 17 additions and 17 deletions

View File

@ -1,17 +1,17 @@
{
"version": "0.30.0",
"version": "0.31.0",
"description": "The Grammar Checker for Developers",
"homepage": "https://github.com/Automattic/harper",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": [
"https://github.com/Automattic/harper/releases/download/v0.30.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.30.0/harper-cli-x86_64-pc-windows-msvc.zip"
"https://github.com/Automattic/harper/releases/download/v0.31.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.31.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"53e6526eeaf75800244319b07e48b9eb340e0e3862cefc088cdf088099331bf8",
"d60ca54cf04a83a4bb54747f60dc0622c5dee0f0a27cf97d1d6805b1eac9d513"
"bf730315fe20920931cbd34714ebe46b8f8db4b309b537e20e42b9d8392d5e96",
"e89628da833481be930753250fc73457eefc237cfae2d85a1767f8bd0fd5353b"
]
}
},

View File

@ -1,5 +1,5 @@
{
"version": "2025.4.9",
"version": "2025.4.10",
"description": "Polyglot tool version manager and task runner",
"homepage": "https://mise.jdx.dev/",
"license": "MIT",
@ -10,12 +10,12 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/jdx/mise/releases/download/v2025.4.9/mise-v2025.4.9-windows-x64.zip",
"hash": "ee1568ad466f19e41d391263f6636808cdd2781b9a47555e97e6bf9860d1e837"
"url": "https://github.com/jdx/mise/releases/download/v2025.4.10/mise-v2025.4.10-windows-x64.zip",
"hash": "67c87de1e5b20028ef105d31cf67022ca9610a5471786b739bf72a0dfc62b871"
},
"arm64": {
"url": "https://github.com/jdx/mise/releases/download/v2025.4.9/mise-v2025.4.9-windows-arm64.zip",
"hash": "f6d9a374df4d5e617f628c4683873581282d5b4ae3823e7ea260661277b11e25"
"url": "https://github.com/jdx/mise/releases/download/v2025.4.10/mise-v2025.4.10-windows-arm64.zip",
"hash": "af4dc5c5514393bf384c5b230e706c3ef3190b0ffb66800d8ebd6adf32fb9786"
}
},
"extract_dir": "mise",

View File

@ -1,19 +1,19 @@
{
"version": "1.0.5",
"version": "1.0.6",
"description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.",
"homepage": "https://github.com/k0kubun/sqldef",
"license": "MIT,Apache-2.0",
"architecture": {
"64bit": {
"url": [
"https://github.com/k0kubun/sqldef/releases/download/v1.0.5/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v1.0.5/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v1.0.5/sqlite3def_windows_amd64.zip"
"https://github.com/k0kubun/sqldef/releases/download/v1.0.6/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v1.0.6/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v1.0.6/sqlite3def_windows_amd64.zip"
],
"hash": [
"c269088e8a34fbab7aab0ea6ef0bb7c814db7c6d8e46447c58a53776f6b05ff2",
"621676e0bf823be85551a55d3bda1dc16d038df71698eae6f255197054890a53",
"cadef9338df611aa5bda9dbe89aae080a087c5a573ea135b520bbe047dbcd6b9"
"39762728a138804141b7df2aa5bff99f819e9f1bacbb9bd3ab36fcaabe66ac63",
"d7e57aa98803d126237bc8e3bec484e968ee864768d8feed6112d3b4386919eb",
"c8334241f61a0b20abf2a54200c475ec9da378366d09407533ba5f49525d15a4"
]
}
},