From 6ab4010001f97487dfc647b7de604b37799bb896 Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Wed, 14 Aug 2019 23:23:42 +0200 Subject: [PATCH] bash 5.0.9 Closes #43115. Signed-off-by: Chongyu Zhu --- Formula/bash.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/bash.rb b/Formula/bash.rb index dc7837d2c6..44a2e246e8 100644 --- a/Formula/bash.rb +++ b/Formula/bash.rb @@ -10,7 +10,7 @@ class Bash < Formula mirror "https://gnu.cu.be/bash/bash-5.0.tar.gz" mirror "https://mirror.unicorncloud.org/gnu/bash/bash-5.0.tar.gz" sha256 "b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d" - version "5.0.7" + version "5.0.9" %w[ 001 f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289 @@ -20,6 +20,8 @@ class Bash < Formula 005 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276 006 d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420 007 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b + 008 eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3 + 009 ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903 ].each_slice(2) do |p, checksum| patch :p0 do url "https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-#{p}"