forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Oven-sh.Bun version 1.2.0 (microsoft#216704)
- Loading branch information
1 parent
624b679
commit cd086b2
Showing
3 changed files
with
75 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,19 @@ | ||
# Created with komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: Oven-sh.Bun | ||
PackageVersion: 1.2.0 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: bun-windows-x64/bun.exe | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | ||
ReleaseDate: 2025-01-22 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.2.0/bun-windows-x64.zip | ||
InstallerSha256: FE74943C6C72E179A07E2940B3D8D7097135416FBBC1149433E36771F9EBFF17 | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
48 changes: 48 additions & 0 deletions
48
manifests/o/Oven-sh/Bun/1.2.0/Oven-sh.Bun.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,48 @@ | ||
# Created with komac v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Oven-sh.Bun | ||
PackageVersion: 1.2.0 | ||
PackageLocale: en-US | ||
Publisher: Oven-sh | ||
PublisherUrl: https://github.com/oven-sh | ||
PublisherSupportUrl: https://github.com/oven-sh/bun/issues | ||
PackageName: Bun | ||
PackageUrl: https://bun.sh/ | ||
License: MIT | ||
LicenseUrl: https://github.com/oven-sh/bun/blob/HEAD/LICENSE.md | ||
ShortDescription: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | ||
Moniker: bun | ||
Tags: | ||
- bun | ||
- bundler | ||
- javascript | ||
- javascriptcore | ||
- jsx | ||
- nodejs | ||
- npm | ||
- react | ||
- transpiler | ||
- typescript | ||
- zig | ||
- ziglang | ||
ReleaseNotes: |- | ||
Read Bun 1.2's release notes on Bun's blog | ||
Watch the video:Bun 1.2To install Bun: | ||
curl -fsSL https://bun.sh/install | bash | ||
# or you can use npm | ||
# npm install -g bun | ||
Windows: | ||
powershell -c "irm bun.sh/install.ps1|iex" | ||
To upgrade to Bun v1.2.0: | ||
bun upgrade | ||
ReleaseNotesUrl: https://github.com/oven-sh/bun/releases/tag/bun-v1.2.0 | ||
InstallationNotes: |- | ||
If you face issues running the package, it might be because your CPU does not support AVX2 instruction set. | ||
In that case, try installing the package 'Oven-sh.Bun.Baseline' instead. | ||
Documentations: | ||
- DocumentUrl: https://bun.sh/docs | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.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 v2.9.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: Oven-sh.Bun | ||
PackageVersion: 1.2.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |