mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
AutoBuild: update-box started at 2025-04-19-08UTC (#11756)
* box 4.6.2 => 4.6.6 * Suggested changes --------- Co-authored-by: SupeChicken666 <supechicken666@gmail.com> Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
51c54f2e61
commit
9c3a2124f6
@@ -3,11 +3,11 @@ require 'package'
|
||||
class Box < Package
|
||||
description 'Fast, zero config application bundler with PHARs.'
|
||||
homepage 'https://github.com/box-project/box'
|
||||
version '4.6.2'
|
||||
version '4.6.6'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/box-project/box/releases/download/4.6.2/box.phar'
|
||||
source_sha256 '3bfb1c1f37a74a78d1178bb92c508de4bf202aae0fb3f33f69ec3577c452de18'
|
||||
source_url "https://github.com/box-project/box/releases/download/#{version}/box.phar"
|
||||
source_sha256 'aa0966319f709e74bf2bf1d58ddb987903ae4f6d0a9d335ec2261813c189f7fc'
|
||||
|
||||
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user