mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
AutoBuild: openssh started at 2024-12-15-03UTC (#10975)
* OpenSSH => 9.9p1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to openssh * Add built packages for linux/amd64 to openssh * Add built packages for linux/arm/v7 to openssh --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8fecd326c9
commit
632e6e130b
@@ -3,18 +3,18 @@ require 'buildsystems/autotools'
|
||||
class Openssh < Autotools
|
||||
description 'OpenSSH is the premier connectivity tool for remote login with the SSH protocol.'
|
||||
homepage 'https://www.openssh.com/'
|
||||
version '9.8p1'
|
||||
version '9.9p1'
|
||||
license 'BSD and GPL-2'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/openssh/openssh-portable.git'
|
||||
git_hashtag 'V_9_8_P1'
|
||||
git_hashtag "V_#{version.upcase.tr('.', '').chars[0...-1].join('_') + version.chars.pop}"
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'f34e1cb3b2f851183e605ed793f7f0d2c948825e957de5668565562cee9dd713',
|
||||
armv7l: 'f34e1cb3b2f851183e605ed793f7f0d2c948825e957de5668565562cee9dd713',
|
||||
i686: '8ec26067d3074d2ac4f33048d6a41d36d89d17c5d81c98b0ff7d61377db03807',
|
||||
x86_64: '96834677981dbb55fb51ed1e99d9abe9d8121629702d4b84cb01dd3926b65e77'
|
||||
aarch64: '32a5edc94e2df7e317e941b60c0b47c618a8ea7723888574a2c8fe75b9995899',
|
||||
armv7l: '32a5edc94e2df7e317e941b60c0b47c618a8ea7723888574a2c8fe75b9995899',
|
||||
i686: '379eb8f21ad4280d5623a915eff39995430ba438ff0a5524e41de71a734124b5',
|
||||
x86_64: 'e6975c01eab21dfdbad69e1db39574a2386a65703cb309fc69cd36a0446584de'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
|
||||
Reference in New Issue
Block a user