mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Bun 1.1.12 => 1.1.20 (#10166)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user