mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Compare commits
5 Commits
e63beded40
...
083203d4c4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
083203d4c4 | ||
|
|
723f417254 | ||
|
|
85af393ead | ||
|
|
13b0decd14 | ||
|
|
f7e3e6dfd7 |
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.2.11",
|
||||
"version": "1.2.12",
|
||||
"description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.",
|
||||
"homepage": "https://bun.sh/",
|
||||
"license": "MIT",
|
||||
@ -9,12 +9,12 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64.zip",
|
||||
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-baseline.zip"
|
||||
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64.zip",
|
||||
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline.zip"
|
||||
],
|
||||
"hash": [
|
||||
"4877e62df190fd85cfd045b7b026ccc255ad692d56ee966890cf829276b54a2a",
|
||||
"8c1c0f6e46f71c905fb99b7297337be084926f241e54d569e330517130cd65d1"
|
||||
"2a272fbbdd1d5f8ada819d9113a624e33257e6c23ef5cdf632c38856cb5d6676",
|
||||
"b598f021838227360f8136019c2680ac2d75268699474fde8f2c1671c7e6545c"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.61.3",
|
||||
"version": "0.62.0",
|
||||
"description": "A general-purpose command-line fuzzy finder",
|
||||
"homepage": "https://github.com/junegunn/fzf",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/v0.61.3/fzf-0.61.3-windows_amd64.zip",
|
||||
"hash": "dc864ac6264073d194ab6a6c647271bf31f438ade13eb7e473b86cd30bceea45"
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/v0.62.0/fzf-0.62.0-windows_amd64.zip",
|
||||
"hash": "dac80c9d652c34f0ccd5d7c1c7b0e3ac9aa2e26c86d0a98b206ce5126f8a9774"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/v0.61.3/fzf-0.61.3-windows_arm64.zip",
|
||||
"hash": "7cf17b27419119c4a5e4c60381e157c0d351cc8c3f1a319a984ab907f723cfac"
|
||||
"url": "https://github.com/junegunn/fzf/releases/download/v0.62.0/fzf-0.62.0-windows_arm64.zip",
|
||||
"hash": "84f5208a4f5ed45da23137a854a9b0119e1a3e2f4d60df8b05835eec2f2bbff1"
|
||||
}
|
||||
},
|
||||
"bin": "fzf.exe",
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"version": "1.29.5",
|
||||
"version": "1.29.6",
|
||||
"description": "Command-line program to download image-galleries and -collections from several image hosting sites.",
|
||||
"homepage": "https://github.com/mikf/gallery-dl",
|
||||
"license": "GPL-2.0-only",
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.29.5/gallery-dl.exe",
|
||||
"hash": "ed43337a2a407dd442359a17ca7a53c2bf399d1459b1a54302965915357c9176",
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.29.6/gallery-dl.exe",
|
||||
"hash": "7421e2ebd3c658434f2256d17b18189e451e6989309fe9289b9e9808f9889476",
|
||||
"bin": "gallery-dl.exe",
|
||||
"pre_install": "if (-not (Test-Path \"$persist_dir\\gallery-dl.conf\")) { Set-Content \"$dir\\gallery-dl.conf\" '{}' -Encoding Ascii | Out-Null }",
|
||||
"persist": "gallery-dl.conf",
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"version": "0.125.1",
|
||||
"version": "0.126.0",
|
||||
"description": "The tool to run java, jar or jsh files with automatic dependency fetching, immediate compilation and execution",
|
||||
"homepage": "https://jbang.dev/",
|
||||
"license": "MIT",
|
||||
"suggest": {
|
||||
"JDK": "openjdk"
|
||||
},
|
||||
"url": "https://github.com/jbangdev/jbang/releases/download/v0.125.1/jbang-0.125.1.zip",
|
||||
"hash": "746fb90b246d2a5d0546a376a14ffa48eb4d79d7312c47a003a9b3e0f9435b99",
|
||||
"extract_dir": "jbang-0.125.1",
|
||||
"url": "https://github.com/jbangdev/jbang/releases/download/v0.126.0/jbang-0.126.0.zip",
|
||||
"hash": "0a9b63d37582e1826b5ed5f93f835cdc5e5b2701bf265149657d2ee3e195a8ff",
|
||||
"extract_dir": "jbang-0.126.0",
|
||||
"env_add_path": "bin",
|
||||
"checkver": {
|
||||
"github": "https://github.com/jbangdev/jbang"
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "20220728",
|
||||
"version": "20250504",
|
||||
"description": "waifu2x converter ncnn version.",
|
||||
"homepage": "https://github.com/nihui/waifu2x-ncnn-vulkan",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/nihui/waifu2x-ncnn-vulkan/releases/download/20220728/waifu2x-ncnn-vulkan-20220728-windows.zip",
|
||||
"hash": "3f60ba0b26763c602cb75178c2051bf0c46f3cc9d13975a052a902773988a34b",
|
||||
"extract_dir": "waifu2x-ncnn-vulkan-20220728-windows"
|
||||
"url": "https://github.com/nihui/waifu2x-ncnn-vulkan/releases/download/20250504/waifu2x-ncnn-vulkan-20250504-windows.zip",
|
||||
"hash": "cba4b33fb570a0abd70893663a096887c14af8bb1e2ec54b0947a4fc1b58ca41",
|
||||
"extract_dir": "waifu2x-ncnn-vulkan-20250504-windows"
|
||||
}
|
||||
},
|
||||
"bin": "waifu2x-ncnn-vulkan.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user