Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
redpen 1.4.1
Browse files Browse the repository at this point in the history
Closes #45599.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
takahi-i authored and MikeMcQuaid committed Nov 2, 2015
1 parent 4e30446 commit 1ed3b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/redpen.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Redpen < Formula
desc "Proofreading tool to help writers of technical documentation"
homepage "http://redpen.cc/"
url "https://github.com/recruit-tech/redpen/releases/download/v1.4.0/redpen-1.4.0.tar.gz"
sha256 "ad8d81e6dc67990055f4eacb0cb069bf7a17e50a6d45f471c655231f931554f3"
url "https://github.com/recruit-tech/redpen/releases/download/v1.4.1/redpen-1.4.1.tar.gz"
sha256 "431fd0771facc77c353309d981c774c0099b4529f51ca414edb399d936a96f08"

bottle :unneeded

Expand All @@ -11,7 +11,7 @@ class Redpen < Formula
def install
# Don't need Windows files.
rm_f Dir["bin/*.bat"]
libexec.install %w[conf lib sample-doc]
libexec.install %w[conf lib sample-doc js]

prefix.install "bin"
bin.env_script_all_files(libexec/"bin", Language::Java.java_home_env("1.8"))
Expand Down

0 comments on commit 1ed3b52

Please sign in to comment.