Skip to content

Commit

Permalink
New version: Oven-sh.Bun version 1.1.29 (microsoft#174466)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolplaylinbot committed Sep 20, 2024
1 parent 7e26d1a commit b9395ad
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manifests/o/Oven-sh/Bun/1.1.29/Oven-sh.Bun.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Created with AutoPublish using komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Oven-sh.Bun
PackageVersion: 1.1.29
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: bun-windows-x64/bun.exe
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
ReleaseDate: 2024-09-20
Installers:
- Architecture: x64
InstallerUrl: https://github.com/oven-sh/bun/releases/download/bun-v1.1.29/bun-windows-x64.zip
InstallerSha256: FA05CD82539BA69EBB27540F5F4CDB2D62606DDA8284CE93234A38DA19DA12B8
ManifestType: installer
ManifestVersion: 1.6.0
53 changes: 53 additions & 0 deletions manifests/o/Oven-sh/Bun/1.1.29/Oven-sh.Bun.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Created with AutoPublish using komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Oven-sh.Bun
PackageVersion: 1.1.29
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: |-
To install:
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.1.29:
bun upgrade
Read Bun v1.1.29's release notes on Bun's blog
Thanks to 3 contributors!
- @cirospaciari
- @dylan-conway
- @Jarred-Sumner
ReleaseNotesUrl: https://github.com/oven-sh/bun/releases/tag/bun-v1.1.29
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.6.0
8 changes: 8 additions & 0 deletions manifests/o/Oven-sh/Bun/1.1.29/Oven-sh.Bun.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with AutoPublish using komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Oven-sh.Bun
PackageVersion: 1.1.29
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit b9395ad

Please sign in to comment.