Skip to content

Commit

Permalink
Merge pull request #200825 from Homebrew/bump-ssocr-2.24.1
Browse files Browse the repository at this point in the history
ssocr 2.24.1
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents 898361d + d7600fd commit 67d79da
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/s/ssocr.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Ssocr < Formula
desc "Seven Segment Optical Character Recognition"
homepage "https://www.unix-ag.uni-kl.de/~auerswal/ssocr/"
url "https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ssocr-2.24.0.tar.bz2"
sha256 "bb2e1bb88fa96dab6934e8f0fa715aabe8a2e7a50832acc970ac0521c36b9a97"
url "https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ssocr-2.24.1.tar.bz2"
sha256 "563adcd6fe807c1cf55e4ec52d58dc5af5b8ccd787af7cb9568eeb7a71ae3d5c"
license "GPL-3.0-or-later"
head "https://github.com/auerswal/ssocr.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "6ebbdb4bf24fffb7abcc1fdfc6b08806cc65a146319d86daee37bf59dc3d7dd6"
sha256 cellar: :any, arm64_sonoma: "dedbf881f748f45bcacba408299ae1b774cf652d7c7d0a982b34b7ba2ca4687a"
sha256 cellar: :any, arm64_ventura: "a7369ef42f86409f6ac67550e09ddcae5278b2742d3a9662416cc415f8fc393d"
sha256 cellar: :any, arm64_monterey: "7c16418e11830b62d2abad7019c28e2a6ee2d02fe261762012ae5e30eeeaccc2"
sha256 cellar: :any, sonoma: "adaf1b5351ba16a96a61d93298da90435cdb70c4bd95e4222385997d18e17063"
sha256 cellar: :any, ventura: "cd539981162fc18780a3f07adc3d176e3e0dc3108ce9baef43804c3a5479ebc9"
sha256 cellar: :any, monterey: "818af7598aa1ece3734de4b9413700dbb95e6b43f8dbd53b64e2f249f8ff1e64"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7c612e5d1a5b67047699009bd3193889a7bdcdefb7c0b5541b642a4cde7aa49d"
sha256 cellar: :any, arm64_sequoia: "a1b3877af316686626fc798ea243b24657fb1b0468e3e6bc10c9199fbfbd64b7"
sha256 cellar: :any, arm64_sonoma: "0e8e16f17874e0fee5bf2c9d1d793e5713f421c90845ebdac1be6b24043e7a6e"
sha256 cellar: :any, arm64_ventura: "29b908f4c7eba25b62c1db223308e94220189fc4b4f1f8f15b89a1d81045dd61"
sha256 cellar: :any, sonoma: "035a63886c348ffa8db1375f256dede76cac864b375ab82f8fffca2710e5a3fa"
sha256 cellar: :any, ventura: "977c33305dc392f8c75e46b3933542c90dcdb31b75fc56cbf1d9661097cc7b93"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ba0b6c92964518ff2df9082e0295a0f3e69c8171f988ed7e8345a47bf25e1ee"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit 67d79da

Please sign in to comment.