generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated on Mon, 06 Feb 2023 15:57:27 +0000
- Loading branch information
1 parent
6c921ab
commit 06865aa
Showing
434 changed files
with
39,139 additions
and
39,845 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"version": "5.8", | ||
"description": "Windows 云音乐歌词获取【网易云、QQ音乐】", | ||
"homepage": "https://github.com/jitwxs/163MusicLyrics/", | ||
"license": { | ||
"identifier": "Apache-2.0", | ||
"url": "https://github.com/jitwxs/163MusicLyrics/blob/master/LICENSE" | ||
}, | ||
"notes": [ | ||
" - Guide: <https://github.com/jitwxs/163MusicLyrics/wiki/3.x-Guide>", | ||
" - ChangeLog: <https://github.com/jitwxs/163MusicLyrics/wiki/ChangeLog>" | ||
], | ||
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v5.8/v5.8-green.zip", | ||
"hash": "535ac4173f98413051ac8555287006c2188dda9c64dc571dc4a23e5af2cd3c31", | ||
"bin": "MusicLyricApp.exe", | ||
"shortcuts": [ | ||
[ | ||
"MusicLyricApp.exe", | ||
"MusicLyricApp" | ||
] | ||
], | ||
"checkver": "github", | ||
"autoupdate": { | ||
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v$version/v$version-green.zip" | ||
} | ||
} | ||
"autoupdate": { | ||
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v$version/v$version-green.zip" | ||
}, | ||
"bin": "MusicLyricApp.exe", | ||
"checkver": "github", | ||
"description": "Windows \u7f51\u6613\u4e91\u97f3\u4e50\u6b4c\u8bcd\u83b7\u53d6", | ||
"hash": "535ac4173f98413051ac8555287006c2188dda9c64dc571dc4a23e5af2cd3c31", | ||
"homepage": "https://github.com/jitwxs/163MusicLyrics/", | ||
"license": { | ||
"identifier": "Apache-2.0", | ||
"url": "https://github.com/jitwxs/163MusicLyrics/blob/master/LICENSE" | ||
}, | ||
"notes": [ | ||
" - Guide: <https://github.com/jitwxs/163MusicLyrics/wiki/3.x-Guide>", | ||
" - ChangeLog: <https://github.com/jitwxs/163MusicLyrics/wiki/ChangeLog>" | ||
], | ||
"shortcuts": [ | ||
[ | ||
"MusicLyricApp.exe", | ||
"\u7f51\u6613\u4e91\u97f3\u4e50\u6b4c\u8bcd\u63d0\u53d6" | ||
] | ||
], | ||
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v5.8/v5.8-green.zip", | ||
"version": "5.8" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,20 @@ | ||
{ | ||
"version": "0.7.1", | ||
"description": "Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.", | ||
"homepage": "https://github.com/chidiwilliams/buzz", | ||
"license": "MIT license", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/chidiwilliams/buzz/releases/download/v0.7.1/Buzz-0.7.1-windows.tar.gz", | ||
"hash": "1018066a1b134a9a4588530930eb7aae2198c80531a47c350138c10f26eb3c8e" | ||
} | ||
}, | ||
"description": "Transcribes and translates audio offline on your personal computer.", | ||
"license": "MIT", | ||
"version": "0.7.1", | ||
"url": "https://github.com/chidiwilliams/buzz/releases/download/v0.7.1/Buzz-0.7.1-windows.tar.gz", | ||
"hash": "1018066a1b134a9a4588530930eb7aae2198c80531a47c350138c10f26eb3c8e", | ||
"extract_dir": "Buzz", | ||
"installer": { | ||
"script": [ | ||
"ensure \"$persist_dir\" | Out-Null", | ||
"New-Item \"$env:LOCALAPPDATA\\Buzz\" -ItemType Junction -Target \"$persist_dir\" | Out-Null" | ||
] | ||
}, | ||
"uninstaller": { | ||
"script": "Remove-Item \"$env:LOCALAPPDATA\\Buzz\" -Recurse -Force -ErrorAction 'SilentlyContinue'" | ||
}, | ||
"bin": "Buzz.exe", | ||
"shortcuts": [ | ||
[ | ||
"Buzz.exe", | ||
"Buzz" | ||
] | ||
], | ||
"checkver": { | ||
"url": "https://api.github.com/repos/chidiwilliams/buzz/releases", | ||
"regex": "/releases/tag/(?:v|V)?([\\w.-]+)" | ||
}, | ||
"checkver": "github", | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/chidiwilliams/buzz/releases/download/v$version/Buzz-$version-windows.tar.gz" | ||
} | ||
} | ||
"url": "https://github.com/chidiwilliams/buzz/releases/download/v$version/Buzz-$version-windows.tar.gz" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"version": "2.6.3.0", | ||
"description": "CloudMoe Windows 10 Activation Toolkit get digital license, the best open source Win 10 activator in GitHub.", | ||
"homepage": "https://cmwtat.cloudmoe.com/", | ||
"license": "GPL-2.0-only", | ||
"url": "https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/download/2.6.3.0/CMWTAT_Digital_Release_2_6_3_0.zip", | ||
"hash": "1624602b6b3ce4d203c37b3bc7073489812b0b8c90a73acd162050769a24edd5", | ||
"pre_install": "Rename-Item \"$dir\\CMWTAT_Digital*.exe\" \"$dir\\CMWTAT_Digital.exe\"", | ||
"bin": "CMWTAT_Digital.exe", | ||
"shortcuts": [ | ||
[ | ||
"CMWTAT_Digital.exe", | ||
"CMWTAT Digital Edition" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/TGSAN/CMWTAT_Digital_Edition" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/download/$version/CMWTAT_Digital_Release_$underscoreVersion.zip" | ||
} | ||
} | ||
"autoupdate": { | ||
"url": "https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/download/$version/CMWTAT_Digital_Release_$underscoreVersion.zip" | ||
}, | ||
"bin": "CMWTAT_Digital.exe", | ||
"checkver": { | ||
"github": "https://github.com/TGSAN/CMWTAT_Digital_Edition" | ||
}, | ||
"description": "CloudMoe Windows 10 Activation Toolkit get digital license, the best open source Win 10 activator in GitHub.", | ||
"hash": "1624602b6b3ce4d203c37b3bc7073489812b0b8c90a73acd162050769a24edd5", | ||
"homepage": "https://cmwtat.cloudmoe.com/", | ||
"license": "GPL-2.0-only", | ||
"pre_install": "Rename-Item \"$dir\\CMWTAT_Digital*.exe\" \"$dir\\CMWTAT_Digital.exe\"", | ||
"shortcuts": [ | ||
[ | ||
"CMWTAT_Digital.exe", | ||
"CMWTAT Digital Edition" | ||
] | ||
], | ||
"url": "https://github.com/TGSAN/CMWTAT_Digital_Edition/releases/download/2.6.3.0/CMWTAT_Digital_Release_2_6_3_0.zip", | ||
"version": "2.6.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json", | ||
"version": "1.00.007", | ||
"version": "1.0.007", | ||
"url": [ | ||
"https://raw.githubusercontent.com/MarkMichaelis/ScoopBucket/master/bucket/Utils.ps1", | ||
"https://raw.githubusercontent.com/MarkMichaelis/ScoopBucket/master/bucket/ClientBasePackages.ps1" | ||
"https://raw.githubusercontent.com/BenjaminMichaelis/ScoopBucket/master/bucket/Utils.ps1", | ||
"https://raw.githubusercontent.com/BenjaminMichaelis/ScoopBucket/master/bucket/ClientBasePackages.ps1" | ||
], | ||
"installer": { | ||
"script": "& \"$dir\\ClientBasePackages.ps1\"" | ||
"file": "ClientBasePackages.ps1" | ||
}, | ||
"depends": [ | ||
"MicrosoftOffice365" | ||
] | ||
} | ||
} |
Oops, something went wrong.