-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Casey.Just version 1.22.0 (#132804)
- Loading branch information
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: Casey.Just | ||
PackageVersion: 1.22.0 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: just.exe | ||
PortableCommandAlias: just | ||
ReleaseDate: 2024-01-05 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/casey/just/releases/download/1.22.0/just-1.22.0-x86_64-pc-windows-msvc.zip | ||
InstallerSha256: 464F8232F3C9BCF09799AD8AF5B4817B2C9192DA6407F2348B60B76C660B08D8 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/casey/just/releases/download/1.22.0/just-1.22.0-x86_64-pc-windows-msvc.zip | ||
InstallerSha256: 464F8232F3C9BCF09799AD8AF5B4817B2C9192DA6407F2348B60B76C660B08D8 | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
19 changes: 19 additions & 0 deletions
19
manifests/c/Casey/Just/1.22.0/Casey.Just.locale.en-US.yaml
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: Casey.Just | ||
PackageVersion: 1.22.0 | ||
PackageLocale: en-US | ||
Publisher: Casey Rodarmor | ||
PublisherUrl: https://github.com/casey | ||
PublisherSupportUrl: https://github.com/casey/just/issues | ||
Author: Casey Rodarmor | ||
PackageName: Just | ||
PackageUrl: https://github.com/casey/just | ||
License: CC0-1.0 | ||
LicenseUrl: https://github.com/casey/just/blob/master/LICENSE | ||
ShortDescription: Just a command runner | ||
Description: just is a handy way to save and run project-specific commands. Commands, called recipes, are stored in a file called justfile with syntax inspired by make | ||
ReleaseNotesUrl: https://github.com/casey/just/releases/tag/1.22.0 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: Casey.Just | ||
PackageVersion: 1.22.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |