mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 06:07:56 +00:00
feat(bucket): Switch nirsoft bucket to ScoopInstaller/Nirsoft (#5328)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
### Features
|
### Features
|
||||||
|
|
||||||
- **scoop-update:** Add support for parallel syncing buckets in PowerShell 7 and improve output ([#5122](https://github.com/ScoopInstaller/Scoop/issues/5122))
|
- **scoop-update:** Add support for parallel syncing buckets in PowerShell 7 and improve output ([#5122](https://github.com/ScoopInstaller/Scoop/issues/5122))
|
||||||
|
- **bucket:** Switch nirsoft bucket to ScoopInstaller/Nirsoft ([#5328](https://github.com/ScoopInstaller/Scoop/issues/5328))
|
||||||
- **config:** Support portable config file ([#5369](https://github.com/ScoopInstaller/Scoop/issues/5369))
|
- **config:** Support portable config file ([#5369](https://github.com/ScoopInstaller/Scoop/issues/5369))
|
||||||
- **bucket:** Make official buckets higher priority ([#5398](https://github.com/ScoopInstaller/Scoop/issues/5398))
|
- **bucket:** Make official buckets higher priority ([#5398](https://github.com/ScoopInstaller/Scoop/issues/5398))
|
||||||
- **core:** Add `-Quiet` switch for `Invoke-ExternalCommand` ([#5346](https://github.com/ScoopInstaller/Scoop/issues/5346))
|
- **core:** Add `-Quiet` switch for `Invoke-ExternalCommand` ([#5346](https://github.com/ScoopInstaller/Scoop/issues/5346))
|
||||||
|
|||||||
@@ -119,10 +119,10 @@ The following buckets are known to scoop:
|
|||||||
- [extras](https://github.com/ScoopInstaller/Extras) - Apps that don't fit the main bucket's [criteria](https://github.com/ScoopInstaller/Scoop/wiki/Criteria-for-including-apps-in-the-main-bucket)
|
- [extras](https://github.com/ScoopInstaller/Extras) - Apps that don't fit the main bucket's [criteria](https://github.com/ScoopInstaller/Scoop/wiki/Criteria-for-including-apps-in-the-main-bucket)
|
||||||
- [games](https://github.com/Calinou/scoop-games) - Open source/freeware games and game-related tools
|
- [games](https://github.com/Calinou/scoop-games) - Open source/freeware games and game-related tools
|
||||||
- [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts
|
- [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts
|
||||||
- [nirsoft](https://github.com/kodybrown/scoop-nirsoft) - Almost all of the [250+](https://rasa.github.io/scoop-directory/by-apps#kodybrown_scoop-nirsoft) apps from [Nirsoft](https://nirsoft.net)
|
- [nirsoft](https://github.com/ScoopInstaller/Nirsoft) - Almost all of the 280+ apps from [Nirsoft](https://nirsoft.net)
|
||||||
- [sysinternals](https://github.com/niheaven/scoop-sysinternals) - Sysinternals Suite and all individual application from [Microsoft](https://learn.microsoft.com/sysinternals/)
|
- [sysinternals](https://github.com/niheaven/scoop-sysinternals) - Sysinternals Suite and all individual applications from [Microsoft](https://learn.microsoft.com/sysinternals/)
|
||||||
- [java](https://github.com/ScoopInstaller/Java) - A collection of Java development kits (JDKs), Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines.
|
- [java](https://github.com/ScoopInstaller/Java) - A collection of Java development kits (JDKs), Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines.
|
||||||
- [nonportable](https://github.com/ScoopInstaller/Nonportable) - Non-portable apps (may require UAC)
|
- [nonportable](https://github.com/ScoopInstaller/Nonportable) - Non-portable apps (may require UAC/Administrator rights)
|
||||||
- [php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP
|
- [php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP
|
||||||
- [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets
|
- [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"main": "https://github.com/ScoopInstaller/Main",
|
"main": "https://github.com/ScoopInstaller/Main",
|
||||||
"extras": "https://github.com/ScoopInstaller/Extras",
|
"extras": "https://github.com/ScoopInstaller/Extras",
|
||||||
"versions": "https://github.com/ScoopInstaller/Versions",
|
"versions": "https://github.com/ScoopInstaller/Versions",
|
||||||
"nirsoft": "https://github.com/kodybrown/scoop-nirsoft",
|
"nirsoft": "https://github.com/ScoopInstaller/Nirsoft",
|
||||||
"sysinternals": "https://github.com/niheaven/scoop-sysinternals",
|
"sysinternals": "https://github.com/niheaven/scoop-sysinternals",
|
||||||
"php": "https://github.com/ScoopInstaller/PHP",
|
"php": "https://github.com/ScoopInstaller/PHP",
|
||||||
"nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts",
|
"nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts",
|
||||||
|
|||||||
Reference in New Issue
Block a user