mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
6 Commits
92db8dc72d
...
ee070ace1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee070ace1f | ||
|
|
cd1185a161 | ||
|
|
4cb7d1cb78 | ||
|
|
2686e77a2d | ||
|
|
7694593115 | ||
|
|
21f9440cf8 |
@ -3,7 +3,10 @@
|
||||
"description": "A multi-format file archiver with high compression ratios",
|
||||
"homepage": "https://www.7-zip.org/",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
"notes": "Add 7-Zip as a context menu option by running: \"$dir\\install-context.reg\"",
|
||||
"notes": [
|
||||
"Add 7-Zip as a context menu option by running:",
|
||||
"reg import \"$dir\\install-context.reg\""
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://www.7-zip.org/a/7z2501-x64.msi",
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"version": "11.13.1",
|
||||
"version": "11.13.2",
|
||||
"description": "Database migration tool that favors simplicity and convention over configuration.",
|
||||
"homepage": "https://flywaydb.org/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"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:e9c4f9fcda04e576fb878861617457551eb1a5e4"
|
||||
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.13.2/flyway-commandline-11.13.2-windows-x64.zip",
|
||||
"hash": "sha1:89176438da6b8485bfd81e42a4b5e3821c1aca59"
|
||||
}
|
||||
},
|
||||
"extract_dir": "flyway-11.13.1",
|
||||
"extract_dir": "flyway-11.13.2",
|
||||
"bin": "flyway.cmd",
|
||||
"persist": [
|
||||
"conf",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "26.25.0",
|
||||
"version": "26.26.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.25.0/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.25.0/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/posh-windows-amd64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"1e11de2ef33b649e55631200ed2af693b45acdc44fb19d6ff543597a40fe97e0",
|
||||
"64210cd75d2c9dd74759beaf3883b81180156bb29d407037aeada4dc7ee71147"
|
||||
"c64c93095c906b0e3ff3cbaed1b98534a2f39649f229e968ebbc94f669beec8f",
|
||||
"3ac40069d5889364f2abe5988ad947c26cd1d9ea5e51ca0eadacbe70407659f5"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"url": [
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.25.0/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.25.0/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/themes.zip",
|
||||
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/posh-windows-arm64.exe#/oh-my-posh.exe"
|
||||
],
|
||||
"hash": [
|
||||
"1e11de2ef33b649e55631200ed2af693b45acdc44fb19d6ff543597a40fe97e0",
|
||||
"839e872b3c88f8791cb1da98ede4e8898ba4cca6b6b86effcae817bc0e3e04f1"
|
||||
"c64c93095c906b0e3ff3cbaed1b98534a2f39649f229e968ebbc94f669beec8f",
|
||||
"c380fc2347334cff73f15834e1cde75c9c9cb968507d515d66f763b118e37e18"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
"autoupdate": {
|
||||
"url": "https://static.red-lang.org/dl/auto/win/red-$version-$matchCommit.exe#/red.exe",
|
||||
"hash": {
|
||||
"url": "http://static.red-lang.org/download.html",
|
||||
"url": "https://static.red-lang.org/download.html",
|
||||
"regex": "$basename[\\s\\S]+?$sha256"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
{
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"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/v3.0.6/mssqldef_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.6/sqlite3def_windows_amd64.zip"
|
||||
"https://github.com/k0kubun/sqldef/releases/download/v3.0.7/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.7/sqlite3def_windows_amd64.zip"
|
||||
],
|
||||
"hash": [
|
||||
"c4e12037b56abe1b9f7281d1756066b25b32c8c008d0cc1ec2b35fe075b3b7ad",
|
||||
"afb576e620dd484888746524172ea1ebe194b0a8ed7bcbc3daadb6d1ba8692d7",
|
||||
"433a7dbfe83c88488bbebe700c09a10be730425c3b82179a68a5b5c0dfe00155"
|
||||
"fb82103a4097322a5df7af60bed7a110b5af0f373f170f7bc37b0b88ca2b4696",
|
||||
"e54bd071eaf63e82b9d82043306ae5ab56507b5aa0027a0469f2391b67ca6fe1",
|
||||
"7b9269facfec4e57bbb23e32010bfd6fbea3930fde74156e958335c6b4c0454b"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "An opinionated Lua code formatter",
|
||||
"homepage": "https://github.com/JohnnyMorganz/StyLua",
|
||||
"license": "MPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.2.0/stylua-windows-x86_64.zip",
|
||||
"hash": "c88fdba114242601d7c9a3ed9f0a7ddfb5ca0b4c85146405daa38d459d0dfa29"
|
||||
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.3.0/stylua-windows-x86_64.zip",
|
||||
"hash": "9a825bdf78ee2c300c30baf6cc7eabcfd4057d8680bdee3546e8715b72def1d9"
|
||||
}
|
||||
},
|
||||
"bin": "stylua.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user