Compare commits

..

No commits in common. "ee070ace1f3f8958ce6061939fae757d59705099" and "92db8dc72df8aa4b08e4f2019fb0d0389586660b" have entirely different histories.

6 changed files with 25 additions and 28 deletions

View File

@ -3,10 +3,7 @@
"description": "A multi-format file archiver with high compression ratios", "description": "A multi-format file archiver with high compression ratios",
"homepage": "https://www.7-zip.org/", "homepage": "https://www.7-zip.org/",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"notes": [ "notes": "Add 7-Zip as a context menu option by running: \"$dir\\install-context.reg\"",
"Add 7-Zip as a context menu option by running:",
"reg import \"$dir\\install-context.reg\""
],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.7-zip.org/a/7z2501-x64.msi", "url": "https://www.7-zip.org/a/7z2501-x64.msi",

View File

@ -1,15 +1,15 @@
{ {
"version": "11.13.2", "version": "11.13.1",
"description": "Database migration tool that favors simplicity and convention over configuration.", "description": "Database migration tool that favors simplicity and convention over configuration.",
"homepage": "https://flywaydb.org/", "homepage": "https://flywaydb.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.13.2/flyway-commandline-11.13.2-windows-x64.zip", "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.13.1/flyway-commandline-11.13.1-windows-x64.zip",
"hash": "sha1:89176438da6b8485bfd81e42a4b5e3821c1aca59" "hash": "sha1:e9c4f9fcda04e576fb878861617457551eb1a5e4"
} }
}, },
"extract_dir": "flyway-11.13.2", "extract_dir": "flyway-11.13.1",
"bin": "flyway.cmd", "bin": "flyway.cmd",
"persist": [ "persist": [
"conf", "conf",

View File

@ -1,5 +1,5 @@
{ {
"version": "26.26.0", "version": "26.25.0",
"description": "A prompt theme engine for any shell", "description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev", "homepage": "https://ohmyposh.dev",
"license": "MIT", "license": "MIT",
@ -7,22 +7,22 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/themes.zip", "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.25.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/posh-windows-amd64.exe#/oh-my-posh.exe" "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.25.0/posh-windows-amd64.exe#/oh-my-posh.exe"
], ],
"hash": [ "hash": [
"c64c93095c906b0e3ff3cbaed1b98534a2f39649f229e968ebbc94f669beec8f", "1e11de2ef33b649e55631200ed2af693b45acdc44fb19d6ff543597a40fe97e0",
"3ac40069d5889364f2abe5988ad947c26cd1d9ea5e51ca0eadacbe70407659f5" "64210cd75d2c9dd74759beaf3883b81180156bb29d407037aeada4dc7ee71147"
] ]
}, },
"arm64": { "arm64": {
"url": [ "url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/themes.zip", "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.25.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/posh-windows-arm64.exe#/oh-my-posh.exe" "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.25.0/posh-windows-arm64.exe#/oh-my-posh.exe"
], ],
"hash": [ "hash": [
"c64c93095c906b0e3ff3cbaed1b98534a2f39649f229e968ebbc94f669beec8f", "1e11de2ef33b649e55631200ed2af693b45acdc44fb19d6ff543597a40fe97e0",
"c380fc2347334cff73f15834e1cde75c9c9cb968507d515d66f763b118e37e18" "839e872b3c88f8791cb1da98ede4e8898ba4cca6b6b86effcae817bc0e3e04f1"
] ]
} }
}, },

View File

@ -16,7 +16,7 @@
"autoupdate": { "autoupdate": {
"url": "https://static.red-lang.org/dl/auto/win/red-$version-$matchCommit.exe#/red.exe", "url": "https://static.red-lang.org/dl/auto/win/red-$version-$matchCommit.exe#/red.exe",
"hash": { "hash": {
"url": "https://static.red-lang.org/download.html", "url": "http://static.red-lang.org/download.html",
"regex": "$basename[\\s\\S]+?$sha256" "regex": "$basename[\\s\\S]+?$sha256"
} }
} }

View File

@ -1,19 +1,19 @@
{ {
"version": "3.0.7", "version": "3.0.6",
"description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.", "description": "Idempotent schema management for MySQL, Microsoft SQL Server, and SQLite.",
"homepage": "https://github.com/k0kubun/sqldef", "homepage": "https://github.com/k0kubun/sqldef",
"license": "MIT,Apache-2.0", "license": "MIT,Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/k0kubun/sqldef/releases/download/v3.0.7/mssqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.0.6/mssqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.0.7/mysqldef_windows_amd64.zip", "https://github.com/k0kubun/sqldef/releases/download/v3.0.6/mysqldef_windows_amd64.zip",
"https://github.com/k0kubun/sqldef/releases/download/v3.0.7/sqlite3def_windows_amd64.zip" "https://github.com/k0kubun/sqldef/releases/download/v3.0.6/sqlite3def_windows_amd64.zip"
], ],
"hash": [ "hash": [
"fb82103a4097322a5df7af60bed7a110b5af0f373f170f7bc37b0b88ca2b4696", "c4e12037b56abe1b9f7281d1756066b25b32c8c008d0cc1ec2b35fe075b3b7ad",
"e54bd071eaf63e82b9d82043306ae5ab56507b5aa0027a0469f2391b67ca6fe1", "afb576e620dd484888746524172ea1ebe194b0a8ed7bcbc3daadb6d1ba8692d7",
"7b9269facfec4e57bbb23e32010bfd6fbea3930fde74156e958335c6b4c0454b" "433a7dbfe83c88488bbebe700c09a10be730425c3b82179a68a5b5c0dfe00155"
] ]
} }
}, },

View File

@ -1,12 +1,12 @@
{ {
"version": "2.3.0", "version": "2.2.0",
"description": "An opinionated Lua code formatter", "description": "An opinionated Lua code formatter",
"homepage": "https://github.com/JohnnyMorganz/StyLua", "homepage": "https://github.com/JohnnyMorganz/StyLua",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.3.0/stylua-windows-x86_64.zip", "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.2.0/stylua-windows-x86_64.zip",
"hash": "9a825bdf78ee2c300c30baf6cc7eabcfd4057d8680bdee3546e8715b72def1d9" "hash": "c88fdba114242601d7c9a3ed9f0a7ddfb5ca0b4c85146405daa38d459d0dfa29"
} }
}, },
"bin": "stylua.exe", "bin": "stylua.exe",