Skip to content

Commit f6cf40d

Browse files
authored
Merge pull request #249952 from Homebrew/bump-asciidoctor-2.0.25
asciidoctor 2.0.25
2 parents 65b2ae2 + 8f95662 commit f6cf40d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/asciidoctor.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Asciidoctor < Formula
22
desc "Text processor and publishing toolchain for AsciiDoc"
33
homepage "https://asciidoctor.org/"
4-
url "https://github.com/asciidoctor/asciidoctor/archive/refs/tags/v2.0.24.tar.gz"
5-
sha256 "e9e4f1a5c8f20b672e4221dce8b5954e9d690862e3fa1c5fa0d82c559d6e3d20"
4+
url "https://github.com/asciidoctor/asciidoctor/archive/refs/tags/v2.0.25.tar.gz"
5+
sha256 "41e2a086718cf719ae5ca89995e1feaf67f027ad6263c9fb242425ffb809bd8c"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "2ad2e1d90df04248145b5569ce45d72bb8d4ffe74dac1ed85a8d66c9c2bd0a0b"
9+
sha256 cellar: :any_skip_relocation, all: "39a3d69e1a5aa72f1b29d6afc26eba71a261639771a03daecf3b873817211059"
1010
end
1111

1212
# Some gems require >= ruby 2.7

0 commit comments

Comments
 (0)