Platformsh 5.4.0 => 5.5.0 (#12923)

This commit is contained in:
Ed Reel
2025-09-25 01:02:09 -05:00
committed by GitHub
parent 943c1b820c
commit 46cf07b379
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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