From 7cf7ef9226eb8f52bfe9632bdb8000a6f77b89ae Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 1 Sep 2020 01:49:25 +0200 Subject: [PATCH] gitui 0.10.1 Created by https://github.com/mislav/bump-homebrew-formula-action Closes #60441. Signed-off-by: Dustin Rodrigues --- Formula/gitui.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/gitui.rb b/Formula/gitui.rb index 821bcc1978fbc..4ffcf6d0ec47f 100644 --- a/Formula/gitui.rb +++ b/Formula/gitui.rb @@ -1,8 +1,8 @@ class Gitui < Formula desc "Blazing fast terminal-ui for git written in rust" homepage "https://github.com/extrawurst/gitui" - url "https://github.com/extrawurst/gitui/archive/v0.9.1.tar.gz" - sha256 "2112575a5ec65f744572d38df9f4f79e7547fc2139093a6c9cf2e9ad85bdf547" + url "https://github.com/extrawurst/gitui/archive/v0.10.1.tar.gz" + sha256 "2d6fa87d88002716cf0fedef9d4332b7212ee05fbfa4b8c536ae4270bef99bce" license "MIT" bottle do @@ -47,7 +47,7 @@ def install screenlog.gsub! /\e\[([;\d]+)?m/, "" assert_match "Author: Stephan Dilly", screenlog assert_match "Date: 2020-06-15", screenlog - assert_match "SHA: 9c2a31846c417d8775a346ceaf38e77b710d3aab", screenlog + assert_match "Sha: 9c2a31846c417d8775a346ceaf38e77b710d3aab", screenlog ensure Process.kill("TERM", wait_thr.pid) end