From ad0f6178d05192497c07aef55d4f3aff7516b982 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sat, 11 Mar 2023 05:42:14 -0800 Subject: [PATCH] feat(bucket): Switch nirsoft bucket to ScoopInstaller/Nirsoft (#5328) --- CHANGELOG.md | 1 + README.md | 6 +++--- buckets.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c75260..15ad64f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Features - **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)) - **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)) diff --git a/README.md b/README.md index 98955844..b1aae324 100644 --- a/README.md +++ b/README.md @@ -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) - [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 -- [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) -- [sysinternals](https://github.com/niheaven/scoop-sysinternals) - Sysinternals Suite and all individual application from [Microsoft](https://learn.microsoft.com/sysinternals/) +- [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 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. -- [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 - [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets diff --git a/buckets.json b/buckets.json index b192cac4..6d5b1371 100644 --- a/buckets.json +++ b/buckets.json @@ -2,7 +2,7 @@ "main": "https://github.com/ScoopInstaller/Main", "extras": "https://github.com/ScoopInstaller/Extras", "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", "php": "https://github.com/ScoopInstaller/PHP", "nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts",