Skip to content

Commit 49e1057

Browse files
authored
Merge pull request Homebrew#202817 from Homebrew/bump-epubcheck-5.2.0
epubcheck 5.2.0
2 parents 101480b + 6912943 commit 49e1057

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ epic5
873873
epoll-shim
874874
epr
875875
eprover
876+
epubcheck
876877
eralchemy
877878
erdtree
878879
erg

Formula/e/epubcheck.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
class Epubcheck < Formula
22
desc "Validate EPUB files, version 2.0 and later"
33
homepage "https://github.com/w3c/epubcheck"
4-
url "https://github.com/w3c/epubcheck/releases/download/v5.1.0/epubcheck-5.1.0.zip"
5-
sha256 "74a59af8602bf59b1d04266a450d9cdcb5986e36d825adc403cde0d95e88c9e8"
4+
url "https://github.com/w3c/epubcheck/releases/download/v5.2.0/epubcheck-5.2.0.zip"
5+
sha256 "a88fc7ec19df1eb1c27f50ceb5156772ef0b53e1c418f663c8d750bdbdd0f922"
66
license "BSD-3-Clause"
77

88
bottle do
9-
rebuild 2
10-
sha256 cellar: :any_skip_relocation, all: "0f49db31f1124e428d4a0e574e130ba7abd35a5467426642b6d84eacb19c672b"
9+
sha256 cellar: :any_skip_relocation, all: "9078e3e592f0c1f83908f3ce507216c6a4b68d585c2e572c4589eb4861df6d47"
1110
end
1211

1312
depends_on "openjdk"

0 commit comments

Comments
 (0)