Skip to content

Commit

Permalink
chore: Repository tweaks [Shovel skip]
Browse files Browse the repository at this point in the history
Preparations for repository move
  • Loading branch information
Ash258 committed Dec 31, 2021
1 parent 501ee44 commit b1467ea
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @shovel-org/Core
6 changes: 2 additions & 4 deletions .vscode/Shovel.code-workspace
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extensions": {
"recommendations": [
"CoenraadS.bracket-pair-colorizer-2",
"DavidAnson.vscode-markdownlint",
"EditorConfig.EditorConfig",
"fabiospampinato.vscode-terminals",
"ms-dotnettools.csharp",
"ms-vscode.powershell-preview",
"ms-vscode-remote.remote-ssh",
Expand Down Expand Up @@ -201,10 +199,10 @@
"yaml.hover": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json": [
"github/workflows/**/*",
".github/workflows/**/*",
],
"https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/appveyor.json": [
"*appveyor.y*(a)ml",
"*appveyor.y*ml",
],
"https://raw.githubusercontent.com/Ash258/Scoop-Core/NEW/schema.json": [
"bucket/**/*.y*ml",
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"yaml.hover": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json": [
"github/workflows/**/*",
".github/workflows/**/*",
],
"https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/appveyor.json": [
"*appveyor.y*(a)ml",
"*appveyor.y*ml",
],
"https://raw.githubusercontent.com/Ash258/Scoop-Core/NEW/schema.json": [
"bucket/**/*.y*ml",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [0.6.5](https://github.com/Ash258/Scoop-Core/milestone/5)

### 0.6.5-pre2

🎉🎉 YAML typed manifest and archived manifest installation support 🎉🎉

- Prompt for the new issue now has correct version in title in case of archived manifest is being downloaded/installed/...
Expand Down
2 changes: 1 addition & 1 deletion PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# this command is used by some core functions and hard to be removed.
'PSAvoidUsingInvokeExpression',
# PSUseDeclaredVarsMoreThanAssignments doesn't currently work due to:
# https://github.com/PowerShell/PSScriptAnalyzer/issues/636
# https://github.com/PowerShell/PSScriptAnalyzer/issues/1163
'PSUseDeclaredVarsMoreThanAssignments'
)
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ The following buckets are known to Shovel:
- [Base](https://github.com/shovel-org/Base) - Rebuild of main bucket suited for Shovel usage; Archived + arm64 version support
- [main](https://github.com/ScoopInstaller/Main) - Default bucket for the most common command line utilities
- [extras](https://github.com/ScoopInstaller/Extras) - GUI applications
- [nirsoft](https://github.com/shovel-org/NirSoft-Bucket) - All [Nirsoft](https://nirsoft.net) utilites
- [sysinternals](https://github.com/shovel-org/Sysinternals-Bucket) - All [Sysinternals](https://docs.microsoft.com/en-us/sysinternals/) tools separately
- [jetbrains](https://github.com/Ash258/Scoop-JetBrains) - All [JetBrains](https://www.jetbrains.com/products/) utilities and IDEs
- [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts
- [nirsoft](https://github.com/Ash258/Scoop-NirSoft) - All [Nirsoft](https://nirsoft.net) utilites
- [java](https://github.com/ScoopInstaller/Java) - Installers for Oracle Java, OpenJDK, Zulu, ojdkbuild, AdoptOpenJDK, Amazon Corretto, BellSoft Liberica, SapMachine and Microsoft
- [jetbrains](https://github.com/Ash258/Scoop-JetBrains) - All [JetBrains](https://www.jetbrains.com/products/) utilities and IDEs
- [sysinternals](https://github.com/Ash258/Scoop-Sysinternals) - All [Sysinternals](https://docs.microsoft.com/en-us/sysinternals/) tools separately
- [nonportable](https://github.com/TheRandomLabs/scoop-nonportable) - Non-portable applications (may require UAC)
- [php](https://github.com/ScoopInstaller/PHP) - Installers for various versions of PHP
- [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of applications found in known buckets
Expand Down
2 changes: 1 addition & 1 deletion buckets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extras": "https://github.com/ScoopInstaller/Extras",
"java": "https://github.com/ScoopInstaller/Java",
"nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts",
"sysinternals": "https://github.com/shovel-org/SysInternals-Bucket",
"sysinternals": "https://github.com/shovel-org/Sysinternals-Bucket",
"nirsoft": "https://github.com/shovel-org/NirSoft-Bucket",
"jetbrains": "https://github.com/Ash258/Scoop-JetBrains",
"nonportable": "https://github.com/TheRandomLabs/scoop-nonportable",
Expand Down
10 changes: 5 additions & 5 deletions supporting/shimexe.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 1.0.2
description: Scoop shim
homepage: https://github.com/Ash258/Scoop-Shim
description: Shovel shim
homepage: https://github.com/shovel-org/Shim
license:
identifier: GPL-3.0-only
url: https://github.com/Ash258/Scoop-Shim/blob/main/LICENSE
url: https://github.com/Ash258/Scoop-Shim/releases/download/1.0.2/shim.exe
url: https://github.com/shovel-org/Shim/blob/main/LICENSE
url: https://github.com/shovel-org/Shim/releases/download/1.0.2/shim.exe
hash: 9726c3a429009a5b22bd92cb8ab96724c670e164e7240e83f27b7c8b7bd1ca39
pre_install: Copy-Item "$dir\$fname" "$dir\shim.arm64.exe"
checkver: github
autoupdate:
url: https://github.com/Ash258/Scoop-Shim/releases/download/$version/shim.exe
url: https://github.com/shovel-org/Shim/releases/download/$version/shim.exe
hash:
url: $url.sha256
8 changes: 4 additions & 4 deletions supporting/validator.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 1.0.4
description: Scoop validator
homepage: https://github.com/Ash258/Scoop-Validator
homepage: https://github.com/shovel-org/Validator
license:
identifier: GPL-3.0-only
url: https://github.com/Ash258/Scoop-Validator/blob/main/LICENSE
url: https://github.com/Ash258/Scoop-Validator/releases/download/1.0.4/validator.zip
url: https://github.com/shovel-org/Validator/blob/main/LICENSE
url: https://github.com/shovel-org/Validator/releases/download/1.0.4/validator.zip
hash: c2e5b0aaa061fbde504a892d45c767fed654be9b218034eae18d047b84240c0a
checkver: github
autoupdate:
url: https://github.com/Ash258/Scoop-Validator/releases/download/$version/validator.zip
url: https://github.com/shovel-org/Validator/releases/download/$version/validator.zip
hash:
url: $url.sha256

0 comments on commit b1467ea

Please sign in to comment.