builds(schema): Remove 'object' from 'anyOf' under 'sourceforge' (#5163)

This commit is contained in:
Hsiao-nan Cheung
2022-09-26 20:14:31 +08:00
committed by GitHub
parent 04595b417a
commit 146dab60d1
2 changed files with 2 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
### Builds
- **checkver:** Implement SourceForge checkver functionality ([#5113](https://github.com/ScoopInstaller/Scoop/issues/5113))
- **checkver:** Implement SourceForge checkver functionality ([#5113](https://github.com/ScoopInstaller/Scoop/issues/5113), [#5163](https://github.com/ScoopInstaller/Scoop/issues/5163))
- **checkurls:** Allow checking URLs from private_hosts ([#5152](https://github.com/ScoopInstaller/Scoop/issues/5152))
- **schema:** Set manifest schema to be stricter ([#5093](https://github.com/ScoopInstaller/Scoop/issues/5093))
- **vscode:** Tweak VSCode setting ([#5149](https://github.com/ScoopInstaller/Scoop/issues/5149))