mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	Compare commits
	
		
			16 Commits
		
	
	
		
			a8fc7bf71c
			...
			630470143b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 630470143b | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 9e565ebe93 | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | e7afc8ba0b | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 00e5578557 | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 2a16aebda7 | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | fd59b70f97 | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | dfff07ec5c | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | f1f32f957b | ||
|   | 8d4d8f00b4 | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 9a7b2888dd | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 76a389009b | ||
| ![github-actions[bot]](/assets/img/avatar_default.png)  | 044050853b | ||
|   | ae332dab79 | ||
|   | c554112b94 | ||
|   | 6cf8e3e0c3 | ||
|   | d29676a3c2 | 
| @ -17,6 +17,11 @@ | |||||||
|             "url": "https://github.com/sharkdp/bat/releases/download/v0.26.0/bat-v0.26.0-i686-pc-windows-msvc.zip", |             "url": "https://github.com/sharkdp/bat/releases/download/v0.26.0/bat-v0.26.0-i686-pc-windows-msvc.zip", | ||||||
|             "hash": "d6f4f38815ae2f7f400d8091869ec487f930c36e3f6c189d104e4ddd9e81131d", |             "hash": "d6f4f38815ae2f7f400d8091869ec487f930c36e3f6c189d104e4ddd9e81131d", | ||||||
|             "extract_dir": "bat-v0.26.0-i686-pc-windows-msvc" |             "extract_dir": "bat-v0.26.0-i686-pc-windows-msvc" | ||||||
|  |         }, | ||||||
|  |         "arm64": { | ||||||
|  |             "url": "https://github.com/sharkdp/bat/releases/download/v0.26.0/bat-v0.26.0-aarch64-pc-windows-msvc.zip", | ||||||
|  |             "hash": "8feb1582b5a141b2c6d63d1f1abfc496c97ff2255eb9b797d5444393d233232c", | ||||||
|  |             "extract_dir": "bat-v0.26.0-aarch64-pc-windows-msvc" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "pre_install": [ |     "pre_install": [ | ||||||
| @ -49,6 +54,10 @@ | |||||||
|             "32bit": { |             "32bit": { | ||||||
|                 "url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-i686-pc-windows-msvc.zip", |                 "url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-i686-pc-windows-msvc.zip", | ||||||
|                 "extract_dir": "bat-v$version-i686-pc-windows-msvc" |                 "extract_dir": "bat-v$version-i686-pc-windows-msvc" | ||||||
|  |             }, | ||||||
|  |             "arm64": { | ||||||
|  |                 "url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-aarch64-pc-windows-msvc.zip", | ||||||
|  |                 "extract_dir": "bat-v$version-aarch64-pc-windows-msvc" | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  | |||||||
| @ -1,16 +1,16 @@ | |||||||
| { | { | ||||||
|     "version": "2.2.7", |     "version": "2.3.0", | ||||||
|     "description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.", |     "description": "Formatter, linter, bundler, and more for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS.", | ||||||
|     "homepage": "https://biomejs.dev/", |     "homepage": "https://biomejs.dev/", | ||||||
|     "license": "MIT", |     "license": "MIT", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.7/biome-win32-x64.exe#/biome.exe", |             "url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.0/biome-win32-x64.exe#/biome.exe", | ||||||
|             "hash": "70ba623d193e71a1ad55174666cbd6dee828ac04be4b2df58c6084c91e733181" |             "hash": "f082b9f783c786a230499d8edad12e74942db0a84a1eb5455474a52423886dfb" | ||||||
|         }, |         }, | ||||||
|         "arm64": { |         "arm64": { | ||||||
|             "url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.2.7/biome-win32-arm64.exe#/biome.exe", |             "url": "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.3.0/biome-win32-arm64.exe#/biome.exe", | ||||||
|             "hash": "fffee05bd89561d816fc258dce7b96bc57d07bc4a84db3b333eb69d06785acd0" |             "hash": "18ac6d201d68ce369b154bdbd1ae65f3afd2e1d5edfbc45e2626d429e0491092" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "biome.exe", |     "bin": "biome.exe", | ||||||
|  | |||||||
| @ -1,16 +1,16 @@ | |||||||
| { | { | ||||||
|     "version": "1.15.7", |     "version": "1.15.8", | ||||||
|     "description": "Binary installation for rust projects", |     "description": "Binary installation for rust projects", | ||||||
|     "homepage": "https://github.com/cargo-bins/cargo-binstall", |     "homepage": "https://github.com/cargo-bins/cargo-binstall", | ||||||
|     "license": "GPL-3.0-only", |     "license": "GPL-3.0-only", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.7/cargo-binstall-x86_64-pc-windows-msvc.zip", |             "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.8/cargo-binstall-x86_64-pc-windows-msvc.zip", | ||||||
|             "hash": "259ab9e3cd61ebb067307a6837ab9c5ada3484ce8963e8f0b46130dfccb45b44" |             "hash": "7de49bfc630a83c9c62305fa05ba120656ac43bd8a3d0bd6bfa2b045b8aff71b" | ||||||
|         }, |         }, | ||||||
|         "arm64": { |         "arm64": { | ||||||
|             "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.7/cargo-binstall-aarch64-pc-windows-msvc.zip", |             "url": "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.15.8/cargo-binstall-aarch64-pc-windows-msvc.zip", | ||||||
|             "hash": "b3ba0187fb42fd5fd8644c05cddca502f08bed5a34fc9bddefe5c424de7d4d12" |             "hash": "371104398723d2149973985822dad59ac9059cbeccb3de38eeafa315248192bd" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "cargo-binstall.exe", |     "bin": "cargo-binstall.exe", | ||||||
|  | |||||||
| @ -1,18 +1,18 @@ | |||||||
| { | { | ||||||
|     "version": "13.39", |     "version": "13.40", | ||||||
|     "description": "A command-line application for reading, writing and editing meta information in a wide variety of files.", |     "description": "A command-line application for reading, writing and editing meta information in a wide variety of files.", | ||||||
|     "homepage": "https://exiftool.org", |     "homepage": "https://exiftool.org", | ||||||
|     "license": "GPL-1.0-or-later|Artistic-1.0-Perl", |     "license": "GPL-1.0-or-later|Artistic-1.0-Perl", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://exiftool.org/exiftool-13.39_64.zip", |             "url": "https://exiftool.org/exiftool-13.40_64.zip", | ||||||
|             "hash": "be5f6de979d071fc7c3ec00d0e120c4161bcc691b8c0b900fd6816e4fbe3f051", |             "hash": "ac0c44150a3e99c97bb054a03db92ae97be5fcffa802dcc3c21fc58c62fb8ac6", | ||||||
|             "extract_dir": "exiftool-13.39_64" |             "extract_dir": "exiftool-13.40_64" | ||||||
|         }, |         }, | ||||||
|         "32bit": { |         "32bit": { | ||||||
|             "url": "https://exiftool.org/exiftool-13.39_32.zip", |             "url": "https://exiftool.org/exiftool-13.40_32.zip", | ||||||
|             "hash": "8ff7797ece7ba009eb216d1caf2ecfbdd6856d7dbcb0b337f57cbe08fc35c471", |             "hash": "43d15de75f89041f1678d1752b507deaa4597b0b3384ab5a5ccd796e0aa253d1", | ||||||
|             "extract_dir": "exiftool-13.39_32" |             "extract_dir": "exiftool-13.40_32" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"", |     "pre_install": "Copy-Item \"$dir\\exiftool(-k).exe\" \"$dir\\exiftool.exe\"", | ||||||
|  | |||||||
| @ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|     "version": "0.152.1", |     "version": "0.152.2", | ||||||
|     "description": "Speedy and flexible static site generator. (with Sass/SCSS support)", |     "description": "Speedy and flexible static site generator. (with Sass/SCSS support)", | ||||||
|     "homepage": "https://gohugo.io", |     "homepage": "https://gohugo.io", | ||||||
|     "license": "Apache-2.0", |     "license": "Apache-2.0", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/gohugoio/hugo/releases/download/v0.152.1/hugo_extended_0.152.1_windows-amd64.zip", |             "url": "https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_windows-amd64.zip", | ||||||
|             "hash": "bf33d8bd9fad07f2e525ffaaaf71671b5278c04fcc0fe5ea9283636252ded097" |             "hash": "3da535fc8a459cd11ecb307b3ddfac550c44ab00a14af8932c0ef5eee7723f85" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "hugo.exe", |     "bin": "hugo.exe", | ||||||
|  | |||||||
| @ -1,16 +1,16 @@ | |||||||
| { | { | ||||||
|     "version": "0.152.1", |     "version": "0.152.2", | ||||||
|     "description": "Speedy and flexible static site generator (without Sass/SCSS support)", |     "description": "Speedy and flexible static site generator (without Sass/SCSS support)", | ||||||
|     "homepage": "https://gohugo.io", |     "homepage": "https://gohugo.io", | ||||||
|     "license": "Apache-2.0", |     "license": "Apache-2.0", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/gohugoio/hugo/releases/download/v0.152.1/hugo_0.152.1_windows-amd64.zip", |             "url": "https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_windows-amd64.zip", | ||||||
|             "hash": "dbb083ed137770bd54f804bfac46fd51786330b351fc969b71d6e1fbbdea3415" |             "hash": "f7af56db1437e8d2df1b2db95f9cf83106b243110f45ff3a4a570ef8086c7920" | ||||||
|         }, |         }, | ||||||
|         "arm64": { |         "arm64": { | ||||||
|             "url": "https://github.com/gohugoio/hugo/releases/download/v0.152.1/hugo_0.152.1_windows-arm64.zip", |             "url": "https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_windows-arm64.zip", | ||||||
|             "hash": "55af433135699515f0ad7c7d105af35b2776a143920d47ca8c6895985e713b87" |             "hash": "9a6a210e314f0e096b2e4e33163c707a3c21e9bd2e46c87e1adbd3b05d1288d9" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "hugo.exe", |     "bin": "hugo.exe", | ||||||
|  | |||||||
| @ -7,6 +7,10 @@ | |||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/stackrox/kube-linter/releases/download/v0.7.6/kube-linter.exe", |             "url": "https://github.com/stackrox/kube-linter/releases/download/v0.7.6/kube-linter.exe", | ||||||
|             "hash": "e714f09f22a36c9c0c62fcb9472a933688c7820957d9956dcf6a01e3fd7b2340" |             "hash": "e714f09f22a36c9c0c62fcb9472a933688c7820957d9956dcf6a01e3fd7b2340" | ||||||
|  |         }, | ||||||
|  |         "arm64": { | ||||||
|  |             "url": "https://github.com/stackrox/kube-linter/releases/download/v0.7.6/kube-linter_arm64.exe#/kube-linter.exe", | ||||||
|  |             "hash": "203ce4a73f1f7c22d245677df92731cc4e94ab7cb593e99937c14d53cc72f72a" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "kube-linter.exe", |     "bin": "kube-linter.exe", | ||||||
| @ -15,6 +19,9 @@ | |||||||
|         "architecture": { |         "architecture": { | ||||||
|             "64bit": { |             "64bit": { | ||||||
|                 "url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe" |                 "url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe" | ||||||
|  |             }, | ||||||
|  |             "arm64": { | ||||||
|  |                 "url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter_arm64.exe#/kube-linter.exe" | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  | |||||||
| @ -1,20 +1,20 @@ | |||||||
| { | { | ||||||
|     "version": "2.0.0", |     "version": "2.0.1", | ||||||
|     "description": "Fast and powerful Git hooks manager for any type of projects", |     "description": "Fast and powerful Git hooks manager for any type of projects", | ||||||
|     "homepage": "https://github.com/evilmartians/lefthook", |     "homepage": "https://github.com/evilmartians/lefthook", | ||||||
|     "license": "MIT", |     "license": "MIT", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.0/lefthook_2.0.0_Windows_x86_64.gz", |             "url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.1/lefthook_2.0.1_Windows_x86_64.gz", | ||||||
|             "hash": "4804fb6b25a175517cb7be67edea330e0f64f903b65c800042a4a82611598f0e" |             "hash": "6ad1bd662ef07bf1c1ce2261e19e00eae386b25999994650740814a2623808b5" | ||||||
|         }, |         }, | ||||||
|         "32bit": { |         "32bit": { | ||||||
|             "url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.0/lefthook_2.0.0_Windows_i386.gz", |             "url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.1/lefthook_2.0.1_Windows_i386.gz", | ||||||
|             "hash": "e72ef3dd4012713dc9c73e65c88471d9e26159ecbe7cf0d30e06c98d57b057cf" |             "hash": "318fd250eac7e137ac0022b1d9b5bd829bf6f99ac6ea51865ce1986a9827cd80" | ||||||
|         }, |         }, | ||||||
|         "arm64": { |         "arm64": { | ||||||
|             "url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.0/lefthook_2.0.0_Windows_arm64.gz", |             "url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.1/lefthook_2.0.1_Windows_arm64.gz", | ||||||
|             "hash": "f75c78785827a81c6aa6013f2d49fe3142352bb6d8780e5934b628d2f41cb7eb" |             "hash": "047f7d5a0cb4ceeb97be43db621fe145b339dde0d497ef2f9f251922babfce1e" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "lefthook.exe", |     "bin": "lefthook.exe", | ||||||
|  | |||||||
| @ -12,11 +12,11 @@ | |||||||
|     "innosetup": true, |     "innosetup": true, | ||||||
|     "url": [ |     "url": [ | ||||||
|         "https://invisible-island.net/archives/lynx/current/lynx-newssl2.9.2-setup.exe", |         "https://invisible-island.net/archives/lynx/current/lynx-newssl2.9.2-setup.exe", | ||||||
|         "https://slproweb.com/download/Win32OpenSSL_Light-3_0_17.exe" |         "https://slproweb.com/download/Win32OpenSSL_Light-3_0_18.exe" | ||||||
|     ], |     ], | ||||||
|     "hash": [ |     "hash": [ | ||||||
|         "12165dfb4e0608a7cd25a088e439a64b6573fff07c32757e989211a04d3b20d7", |         "12165dfb4e0608a7cd25a088e439a64b6573fff07c32757e989211a04d3b20d7", | ||||||
|         "d4aec7fe3f220aa3f1375ab87ec58e4ba1d0c121564f01a7278bc4458d31fcc5" |         "00ee55813dd867ef1e6d2289e15134f4918029047e055612b88e489af20d986f" | ||||||
|     ], |     ], | ||||||
|     "pre_install": "if (!(Test-Path \"$persist_dir\\lynx.cfg\")) { Add-Content \"$dir\\lynx.cfg\" -Value @(\"SSL_CERT_FILE:`\"$(appdir cacert $global)\\current\\cacert.pem`\"\", \"FORCE_SSL_PROMPT:PROMPT\") -Encoding Ascii }", |     "pre_install": "if (!(Test-Path \"$persist_dir\\lynx.cfg\")) { Add-Content \"$dir\\lynx.cfg\" -Value @(\"SSL_CERT_FILE:`\"$(appdir cacert $global)\\current\\cacert.pem`\"\", \"FORCE_SSL_PROMPT:PROMPT\") -Encoding Ascii }", | ||||||
|     "bin": [ |     "bin": [ | ||||||
|  | |||||||
| @ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|     "version": "2.24.4", |     "version": "2.24.5", | ||||||
|     "description": "Go minifiers for web formats", |     "description": "Go minifiers for web formats", | ||||||
|     "homepage": "https://github.com/tdewolff/minify", |     "homepage": "https://github.com/tdewolff/minify", | ||||||
|     "license": "MIT", |     "license": "MIT", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/tdewolff/minify/releases/download/v2.24.4/minify_windows_amd64.zip", |             "url": "https://github.com/tdewolff/minify/releases/download/v2.24.5/minify_windows_amd64.zip", | ||||||
|             "hash": "15bbef5fdf36cea4e35c11bad7a34a84939d1642f264e4611868f9e79458c1cc" |             "hash": "8b55228f184563f96172a31d3c992c0b8737b9227c921a4139b8ff8370c915a1" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "minify.exe", |     "bin": "minify.exe", | ||||||
|  | |||||||
| @ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
|     "version": "27.3.0", |     "version": "27.3.1", | ||||||
|     "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/v27.3.0/themes.zip", |                 "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.1/themes.zip", | ||||||
|                 "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.0/posh-windows-amd64.exe#/oh-my-posh.exe" |                 "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.1/posh-windows-amd64.exe#/oh-my-posh.exe" | ||||||
|             ], |             ], | ||||||
|             "hash": [ |             "hash": [ | ||||||
|                 "97bdd7b461010da6e9613ed147266a4d2be8bd4e41791dc7944b9e82853e3b78", |                 "9796bee062fa8eacf4ad0150c2784fea640d9bd73431697e5bedf68e72660ad9", | ||||||
|                 "e2c608041a554b4de3a5024180f914c1cf6ee378a1666e3a67dc7bd070f13d49" |                 "808c0ab5cc8204575a083c7abea7e84e14d25f17be9587b15526187e9cda1af7" | ||||||
|             ] |             ] | ||||||
|         }, |         }, | ||||||
|         "arm64": { |         "arm64": { | ||||||
|             "url": [ |             "url": [ | ||||||
|                 "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.0/themes.zip", |                 "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.1/themes.zip", | ||||||
|                 "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.0/posh-windows-arm64.exe#/oh-my-posh.exe" |                 "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.1/posh-windows-arm64.exe#/oh-my-posh.exe" | ||||||
|             ], |             ], | ||||||
|             "hash": [ |             "hash": [ | ||||||
|                 "97bdd7b461010da6e9613ed147266a4d2be8bd4e41791dc7944b9e82853e3b78", |                 "9796bee062fa8eacf4ad0150c2784fea640d9bd73431697e5bedf68e72660ad9", | ||||||
|                 "20e18f6d0702c0d8ebadb4fa4acfd6278705d73018c735e270964f8e3b4321bd" |                 "5d9752f5a0f645253b391770521f5d638c26ff70dcfc6c183cdc897fb2d346a0" | ||||||
|             ] |             ] | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|  | |||||||
| @ -9,7 +9,7 @@ | |||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://cdist2.perforce.com/perforce/r24.2/bin.ntx64/p4.exe", |             "url": "https://cdist2.perforce.com/perforce/r24.2/bin.ntx64/p4.exe", | ||||||
|             "hash": "d000461ca838864e67ea3cca3bed4ae177c99c8d077b58822660e43e3c3984ef" |             "hash": "45c6d58899aad0d7ddaa96eff5cd07ef7d31afd0e788f3f1cd582a81d471ea62" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "p4.exe", |     "bin": "p4.exe", | ||||||
|  | |||||||
| @ -16,6 +16,11 @@ | |||||||
|             "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-i686-pc-windows-msvc.zip", |             "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-i686-pc-windows-msvc.zip", | ||||||
|             "hash": "725be85a1e8f92878a548f40ee4f6df64bc93b809586462b3c6d884e1de1e83a", |             "hash": "725be85a1e8f92878a548f40ee4f6df64bc93b809586462b3c6d884e1de1e83a", | ||||||
|             "extract_dir": "ripgrep-15.1.0-i686-pc-windows-msvc" |             "extract_dir": "ripgrep-15.1.0-i686-pc-windows-msvc" | ||||||
|  |         }, | ||||||
|  |         "arm64": { | ||||||
|  |             "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-pc-windows-msvc.zip", | ||||||
|  |             "hash": "00d931fb5237c9696ca49308818edb76d8eb6fc132761cb2a1bd616b2df02f8e", | ||||||
|  |             "extract_dir": "ripgrep-15.1.0-aarch64-pc-windows-msvc" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "rg.exe", |     "bin": "rg.exe", | ||||||
| @ -29,6 +34,10 @@ | |||||||
|             "32bit": { |             "32bit": { | ||||||
|                 "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip", |                 "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip", | ||||||
|                 "extract_dir": "ripgrep-$version-i686-pc-windows-msvc" |                 "extract_dir": "ripgrep-$version-i686-pc-windows-msvc" | ||||||
|  |             }, | ||||||
|  |             "arm64": { | ||||||
|  |                 "url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-aarch64-pc-windows-msvc.zip", | ||||||
|  |                 "extract_dir": "ripgrep-$version-aarch64-pc-windows-msvc" | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  | |||||||
| @ -1,16 +1,16 @@ | |||||||
| { | { | ||||||
|     "version": "0.91.4", |     "version": "0.91.5", | ||||||
|     "description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", |     "description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", | ||||||
|     "homepage": "https://github.com/gruntwork-io/terragrunt", |     "homepage": "https://github.com/gruntwork-io/terragrunt", | ||||||
|     "license": "MIT", |     "license": "MIT", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.4/terragrunt_windows_amd64.exe#/terragrunt.exe", |             "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.5/terragrunt_windows_amd64.exe#/terragrunt.exe", | ||||||
|             "hash": "b34d073e962ad72f4c6ad7a3cb51a8257c36c114dbc05ce0cb078cc2f809e6b2" |             "hash": "f9fbb1df9780a1f07d50edd8063f1189e0a5d4c8da234adc62e25a614e37ca6b" | ||||||
|         }, |         }, | ||||||
|         "32bit": { |         "32bit": { | ||||||
|             "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.4/terragrunt_windows_386.exe#/terragrunt.exe", |             "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.5/terragrunt_windows_386.exe#/terragrunt.exe", | ||||||
|             "hash": "43792a2a74dab5ab61341ddb845422e8e897eaaa47e734ce028e7d66302a8cb4" |             "hash": "7916e1cae928c13b9e49a3dfb1d0cd1adc0a7fb4314f02e8a30c221430a6c9b9" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "terragrunt.exe", |     "bin": "terragrunt.exe", | ||||||
|  | |||||||
| @ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|     "version": "0.13.1", |     "version": "0.14.0", | ||||||
|     "description": "A markup-based typesetting system for the sciences.", |     "description": "A markup-based typesetting system for the sciences.", | ||||||
|     "homepage": "https://typst.app", |     "homepage": "https://typst.app", | ||||||
|     "license": "Apache-2.0", |     "license": "Apache-2.0", | ||||||
|     "architecture": { |     "architecture": { | ||||||
|         "64bit": { |         "64bit": { | ||||||
|             "url": "https://github.com/typst/typst/releases/download/v0.13.1/typst-x86_64-pc-windows-msvc.zip", |             "url": "https://github.com/typst/typst/releases/download/v0.14.0/typst-x86_64-pc-windows-msvc.zip", | ||||||
|             "hash": "44170d0632298ba68cbabc43dbfb6908b17ca9236859e0767b0e5d54b2d19f48" |             "hash": "06d847b998be837565ef88d679a9da6acc022fdefa221703bc25a877e7511312" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "extract_dir": "typst-x86_64-pc-windows-msvc", |     "extract_dir": "typst-x86_64-pc-windows-msvc", | ||||||
|  | |||||||
| @ -14,6 +14,10 @@ | |||||||
|         "32bit": { |         "32bit": { | ||||||
|             "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_x86.exe#/yt-dlp.exe", |             "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_x86.exe#/yt-dlp.exe", | ||||||
|             "hash": "f36d65d4364fc549774a3ff7e6ca272a0b843c5c89aa4c6466a38608e633a7f8" |             "hash": "f36d65d4364fc549774a3ff7e6ca272a0b843c5c89aa4c6466a38608e633a7f8" | ||||||
|  |         }, | ||||||
|  |         "arm64": { | ||||||
|  |             "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.22/yt-dlp_arm64.exe#/yt-dlp.exe", | ||||||
|  |             "hash": "7cc0cebf3a3c99493910e4bd73da23289d07f2f6a07fc36762299626ba7c03d9" | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "bin": "yt-dlp.exe", |     "bin": "yt-dlp.exe", | ||||||
| @ -31,6 +35,9 @@ | |||||||
|             }, |             }, | ||||||
|             "32bit": { |             "32bit": { | ||||||
|                 "url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe" |                 "url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe" | ||||||
|  |             }, | ||||||
|  |             "arm64": { | ||||||
|  |                 "url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_arm64.exe#/yt-dlp.exe" | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "hash": { |         "hash": { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user