Skip to content

Commit

Permalink
pspg 0.8.0
Browse files Browse the repository at this point in the history
Closes #21750.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Dec 15, 2017
1 parent 183cd1c commit 545756c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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

0 comments on commit 545756c

Please sign in to comment.