Terminus 3.5.2 => 3.6.0 (#10497)

This commit is contained in:
Ed Reel
2024-09-19 14:44:48 -05:00
committed by GitHub
parent d46b34d082
commit 437dacb243

View File

@@ -3,11 +3,11 @@ require 'package'
class Terminus < Package
description 'The Pantheon CLI — a standalone utility for performing operations on the Pantheon Platform'
homepage 'https://github.com/pantheon-systems/terminus'
version '3.5.2'
version '3.6.0'
license 'MIT'
compatibility 'x86_64 aarch64 armv7l'
source_url "https://github.com/pantheon-systems/terminus/releases/download/#{version}/terminus.phar"
source_sha256 'c2448f11cf002a6befeba362ba58b973bac221830b172bd4f24f16464bd9a53e'
source_sha256 '97bfa7d0ab16b0998b245fb18b78c19e3a8dca737e8f259dfbc40ec58a0d59ac'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"