Bun 1.1.12 => 1.1.20 (#10166)

This commit is contained in:
Ed Reel
2024-07-17 14:33:47 -05:00
committed by GitHub
parent 1c7a3c0032
commit cd7e7cc82b

View File

@@ -3,12 +3,13 @@ require 'package'
class Bun < Package
description 'Incredibly fast JavaScript runtime, bundler, test runner, and package manager all in one'
homepage 'https://bun.sh/'
version '1.1.12'
version '1.1.20'
license 'MIT'
compatibility 'x86_64'
source_url 'SKIP'
no_compile_needed
no_shrink
def self.install
ENV['BUN_INSTALL'] = CREW_DEST_PREFIX.to_s