Compare commits

..

4 Commits

Author SHA1 Message Date
github-actions[bot]
5157aa0ee9 prometheus: Update to version 3.6.0 2025-09-22 08:30:23 +00:00
github-actions[bot]
e77e6937e4 oh-my-posh: Update to version 26.24.0 2025-09-22 08:30:22 +00:00
github-actions[bot]
c8d2f197ce sqldef: Update to version 2.4.8 2025-09-22 04:29:28 +00:00
github-actions[bot]
692281bfb7 balena-cli: Update to version 22.4.7 2025-09-22 04:29:28 +00:00
4 changed files with 26 additions and 26 deletions

View File

@ -1,12 +1,12 @@
{
"version": "22.4.6",
"version": "22.4.7",
"description": "Official balena CLI for interacting with balenaCloud and balena API.",
"homepage": "https://github.com/balena-io/balena-cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v22.4.6/balena-cli-v22.4.6-windows-x64-standalone.tar.gz",
"hash": "8072532f3a5cbf07462417e8635737c9dff4a866b9a4ee6db8f705ebcdb781b2"
"url": "https://github.com/balena-io/balena-cli/releases/download/v22.4.7/balena-cli-v22.4.7-windows-x64-standalone.tar.gz",
"hash": "0460e78c9a99b28b851326cd947da310d612863c68676a6a6a3f87b37cda716b"
}
},
"extract_dir": "balena",

View File

@ -1,5 +1,5 @@
{
"version": "26.23.9",
"version": "26.24.0",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "MIT",
@ -7,22 +7,22 @@
"architecture": {
"64bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.9/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.9/posh-windows-amd64.exe#/oh-my-posh.exe"
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"3ec22b60f6be513cfda903d2cbeff36e2dcc11fcd576e2be5ca0f5c656b3b594",
"7a10b5a5413088610aac6efb6874d5d8b9b3f38c7d426bc06475ca9b4008c4d1"
"b95420a1b321d12982e5cfa38c312038aae6bbef2da0eccc176c9a91c911154d",
"69e0e1cfa6850969170006dbda6d988341cf8eba937b023845a8954684f2280c"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.9/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.23.9/posh-windows-arm64.exe#/oh-my-posh.exe"
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"3ec22b60f6be513cfda903d2cbeff36e2dcc11fcd576e2be5ca0f5c656b3b594",
"649cdea1328f04b40eda02f92215dbafaa931d7cc5eee0a8774c63929eef3aa4"
"b95420a1b321d12982e5cfa38c312038aae6bbef2da0eccc176c9a91c911154d",
"c6c4649204261d75467abc60fd7a0f5c907f83b0cd542a621cb3d48757989102"
]
}
},

View File

@ -1,18 +1,18 @@
{
"version": "3.5.0",
"version": "3.6.0",
"description": "Systems monitoring and alerting toolkit",
"homepage": "https://prometheus.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v3.5.0/prometheus-3.5.0.windows-amd64.tar.gz",
"hash": "c28e98895c502f09d3c03b686870f3e40ef244baa6c0b445d6a9ccb0750b6b79",
"extract_dir": "prometheus-3.5.0.windows-amd64"
"url": "https://github.com/prometheus/prometheus/releases/download/v3.6.0/prometheus-3.6.0.windows-amd64.tar.gz",
"hash": "4c4081ebf3a44307b4e960ff9ffe25d5f70ac19dac49f14b13eb4aeb7189ba86",
"extract_dir": "prometheus-3.6.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v3.5.0/prometheus-3.5.0.windows-386.tar.gz",
"hash": "c4dc8cba2c4693d7f6bd7691448320712cd60400123a1873f2a4863b131f9e0f",
"extract_dir": "prometheus-3.5.0.windows-386"
"url": "https://github.com/prometheus/prometheus/releases/download/v3.6.0/prometheus-3.6.0.windows-386.tar.gz",
"hash": "40781c1882073c9b852c85301e9f20ddb17f4e5f32fdb370eed17e1e99e93410",
"extract_dir": "prometheus-3.6.0.windows-386"
}
},
"bin": [

View File

@ -1,19 +1,19 @@
{
"version": "2.4.6",
"version": "2.4.8",
"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/v2.4.6/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.4.6/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.4.6/sqlite3def_windows_amd64.zip"
"https://github.com/k0kubun/sqldef/releases/download/v2.4.8/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.4.8/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v2.4.8/sqlite3def_windows_amd64.zip"
],
"hash": [
"1586591dd7e93c15b998fb08b19c44356affbe460f08719baeb0fddace2cfaaf",
"1439623a976a76659a0ab12dd8a23e67dad4575f0ba5e6833b6de52073629f62",
"c2e5aaaf83a8b58fdbb0a999e55f9ba0223d47c4355a51f6c7126c6ae085742b"
"d2cd1d410fb1bda43954d827b61c7987e6a9c0dac227eed33b493a6eb71b0222",
"26c8c46244a5f641706770c1b9d7c7adc0534ba2fe877830ec91ca49e3ec573c",
"510bde543ebfe9ef503b525da1f3399553ff505b65a30a3985d8ee462ccaa883"
]
}
},