gocr 0.51

Closes #27370.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
ilovezfs 2018-05-01 23:35:37 -07:00 committed by FX Coudert
parent fb579f0b9a
commit 7e485c4d85

View file

@ -1,8 +1,8 @@
class Gocr < Formula
desc "Optical Character Recognition (OCR), converts images back to text"
homepage "https://jocr.sourceforge.io/"
url "https://www-e.uni-magdeburg.de/jschulen/ocr/gocr-0.50.tar.gz"
sha256 "bc261244f887419cba6d962ec1ad58eefd77176885093c4a43061e7fd565f5b5"
homepage "https://wasd.urz.uni-magdeburg.de/jschulen/ocr/"
url "https://wasd.urz.uni-magdeburg.de/jschulen/ocr/gocr-0.51.tar.gz"
sha256 "6eb2ae0fa4eb07cf4163081e0194ea65f605f7db9709dd30680686804dfc2692"
bottle do
cellar :any_skip_relocation
@ -37,7 +37,7 @@ class Gocr < Formula
end
test do
system "#{bin}/gocr", "-h"
system "#{bin}/gocr", "--help"
end
end