mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Platformsh 5.4.0 => 5.5.0 (#12923)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Total size: 52250976
|
||||
# Total size: 52255072
|
||||
/usr/local/bin/platform
|
||||
/usr/local/etc/bash.d/platform.bash
|
||||
/usr/local/etc/bash.d/upsun.bash
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 52250976
|
||||
# Total size: 52255072
|
||||
/usr/local/bin/platform
|
||||
/usr/local/etc/bash.d/platform.bash
|
||||
/usr/local/etc/bash.d/upsun.bash
|
||||
|
||||
@@ -3,11 +3,11 @@ require 'package'
|
||||
class Platformsh < Package
|
||||
description 'The unified tool for managing your Platform.sh services from the command line.'
|
||||
homepage 'https://docs.platform.sh/overview/cli.html'
|
||||
version '5.4.0'
|
||||
version '5.5.0'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://github.com/platformsh/cli/releases/download/#{version}/platform_#{version}_linux_amd64.tar.gz"
|
||||
source_sha256 '1403865e08cf8ee6605bd4922a850797b494fd34d921e14e557c504a82687a5e'
|
||||
source_sha256 'ed6523905f2ef00bc2153d4cb4d8d8408de3966a00066984532838a5cb42ac6a'
|
||||
|
||||
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user