Skip to content

Commit

Permalink
gitui 0.10.1
Browse files Browse the repository at this point in the history
Created by https://github.com/mislav/bump-homebrew-formula-action

Closes #60441.

Signed-off-by: Dustin Rodrigues <dust.rod@gmail.com>
  • Loading branch information
Stephan Dilly authored and dtrodrigues committed Sep 1, 2020
1 parent 158ad09 commit 7cf7ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gitui.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7cf7ef9

Please sign in to comment.