jbake 2.5.1

Closes #9700.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Jonathan Bullock 2017-02-06 21:48:51 +00:00 committed by Tomasz Pajor
parent 9a87450dd3
commit 7ecbd3d5bb

View file

@ -1,8 +1,8 @@
class Jbake < Formula
desc "Java based static site/blog generator"
homepage "http://jbake.org"
url "http://jbake.org/files/jbake-2.5.0-bin.zip"
sha256 "95f0d218eff9ea545ce58b15dae5fe4386469c9697db92ff22553edddcbdfd74"
url "http://jbake.org/files/jbake-2.5.1-bin.zip"
sha256 "4d3e1fa926b1beab38f4e073cac067e359ac9aef5b74580a2821f58209f286e4"
bottle :unneeded
@ -11,4 +11,8 @@ class Jbake < Formula
libexec.install Dir["*"]
bin.write_jar_script "#{libexec}/jbake-core.jar", "jbake"
end
test do
assert_match "Usage: jbake", shell_output("#{bin}/jbake")
end
end