Terminus 4.1.1 => 4.1.3 (#14419)

This commit is contained in:
Ed Reel
2026-01-31 08:41:05 -06:00
committed by GitHub
parent 1be3324abd
commit 6aa6e214f4
4 changed files with 7 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 10618654
# Total size: 11015134
/usr/local/bin/terminus

View File

@@ -1,2 +1,2 @@
# Total size: 10618654
# Total size: 11015134
/usr/local/bin/terminus

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 '4.1.1'
version '4.1.3'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url "https://github.com/pantheon-systems/terminus/releases/download/#{version}/terminus.phar"
source_sha256 '4f045509adedb6c68e0946af97761e5f8f39408e9775e628980758f2e9b2a5f4'
source_sha256 '84d0cdc308b4810c85c75d959bc18c71fa1279b371a2e32384ff2d63292d9538'
depends_on 'php84' unless File.exist? "#{CREW_PREFIX}/bin/php"

3
tests/package/t/terminus Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
terminus -h | head
terminus -V