From 545756cd8efbbfa62bd0a3238af3395327f4d52b Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 14 Dec 2017 22:04:05 -0800 Subject: [PATCH] pspg 0.8.0 Closes #21750. Signed-off-by: ilovezfs --- Formula/pspg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/pspg.rb b/Formula/pspg.rb index b39ee6ed6f852..59cf38f6b83df 100644 --- a/Formula/pspg.rb +++ b/Formula/pspg.rb @@ -1,8 +1,8 @@ class Pspg < Formula desc "Unix pager optimized for psql" homepage "https://github.com/okbob/pspg" - url "https://github.com/okbob/pspg/archive/0.5.tar.gz" - sha256 "754d1e380d072517e9bc2c3c38785e2f19a9f927f061de9a646fd1094baa204e" + url "https://github.com/okbob/pspg/archive/0.8.0.tar.gz" + sha256 "b479164aa25b30863b410a6051638cf772c3bc00e34a695abeb43c1bb7c6afd3" head "https://github.com/okbob/pspg.git" bottle do @@ -28,6 +28,6 @@ def caveats; <<~EOS end test do - assert_match("pspg-#{version}", shell_output("#{bin}/pspg --version").chomp) + assert_match "pspg-#{version.to_f}", shell_output("#{bin}/pspg --version") end end