Skip to content

Commit

Permalink
New version: Oven-sh.Bun version 1.2.0 (microsoft#216704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exorcism0666 authored Jan 26, 2025
1 parent 624b679 commit cd086b2
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manifests/o/Oven-sh/Bun/1.2.0/Oven-sh.Bun.installer.yaml
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 manifests/o/Oven-sh/Bun/1.2.0/Oven-sh.Bun.locale.en-US.yaml
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
8 changes: 8 additions & 0 deletions manifests/o/Oven-sh/Bun/1.2.0/Oven-sh.Bun.yaml
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

0 comments on commit cd086b2

Please sign in to comment.