mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
updater-terminus-4.0.1 — terminus → 4.0.1 (#12489)
* Add unbuilt terminus to updater-terminus-4.0.1 * Update source_sha256 for terminus.rb --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com> Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2ba4b64453
commit
47cfda27e1
@@ -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.0.0'
|
||||
version '4.0.1'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://github.com/pantheon-systems/terminus/releases/download/#{version}/terminus.phar"
|
||||
source_sha256 '1ae66d5606188602a57f7ef23cc611350d97597276841211686659b076eff0a0'
|
||||
source_sha256 'f9cdebe2b74f520ac799f8fa800948eafdaeee14b39bc8f3b272aa4acee0c6f3'
|
||||
|
||||
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user