Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/t/tesseract.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Tesseract < Formula
desc "OCR (Optical Character Recognition) engine"
homepage "https://tesseract-ocr.github.io/"
url "https://github.com/tesseract-ocr/tesseract/archive/refs/tags/5.5.2.tar.gz"
sha256 "6235ea0dae45ea137f59c09320406f5888383741924d98855bd2ce0d16b54f21"
url "https://github.com/tesseract-ocr/tesseract/archive/refs/tags/5.5.3.tar.gz"
sha256 "9218e62793116d42a9f6d14cd9348518b27f382096eea3d0f2d1a24616bb5884"
license "Apache-2.0"
compatibility_version 1
head "https://github.com/tesseract-ocr/tesseract.git", branch: "main"
Expand Down
Loading