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:
github-actions[bot]
2025-04-20 04:40:28 +00:00
committed by GitHub
parent 51c54f2e61
commit 9c3a2124f6

View File

@@ -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"