Skip to content

Commit

Permalink
Merge pull request #196877 from Homebrew/bump-marp-cli-4.0.3
Browse files Browse the repository at this point in the history
marp-cli 4.0.3
  • Loading branch information
BrewTestBot authored Nov 6, 2024
2 parents b1ff98e + ea8eed4 commit 09e57f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/m/marp-cli.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class MarpCli < Formula
desc "Easily convert Marp Markdown files into static HTML/CSS, PDF, PPT and images"
homepage "https://github.com/marp-team/marp-cli"
url "https://registry.npmjs.org/@marp-team/marp-cli/-/marp-cli-4.0.2.tgz"
sha256 "68fc87f159b13e2a4c0910ccb2d7abea08028e6738fa3da709fd1d78c9699f10"
url "https://registry.npmjs.org/@marp-team/marp-cli/-/marp-cli-4.0.3.tgz"
sha256 "3a13e2bb258dd84b571f852055ecf0a469efafa13386092c20c68f86ec09d702"
license "MIT"

bottle do
sha256 cellar: :any, arm64_sequoia: "788931577204e4306d5a4e8bab09f4721bc31047c0cfd5642ebde3b4e200484e"
sha256 cellar: :any, arm64_sonoma: "788931577204e4306d5a4e8bab09f4721bc31047c0cfd5642ebde3b4e200484e"
sha256 cellar: :any, arm64_ventura: "788931577204e4306d5a4e8bab09f4721bc31047c0cfd5642ebde3b4e200484e"
sha256 cellar: :any, sonoma: "a4a03073eb3ccdcf3fa66d46b148ccbdd6d74f1d114a72f7afe98fbf19e418d4"
sha256 cellar: :any, ventura: "a4a03073eb3ccdcf3fa66d46b148ccbdd6d74f1d114a72f7afe98fbf19e418d4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ea6efbf23c20809bfdd5c625af00533ae9168d98bb321b2445cd0649540a4064"
sha256 cellar: :any, arm64_sequoia: "14137d16423c3b864243ea7fb014935ec8643be2439bcb2a495e4e365dba3f16"
sha256 cellar: :any, arm64_sonoma: "14137d16423c3b864243ea7fb014935ec8643be2439bcb2a495e4e365dba3f16"
sha256 cellar: :any, arm64_ventura: "14137d16423c3b864243ea7fb014935ec8643be2439bcb2a495e4e365dba3f16"
sha256 cellar: :any, sonoma: "5457f17cc6a1eb5b827893c8fd622b9cb13cd1af4077472f873d07ca18e571ce"
sha256 cellar: :any, ventura: "5457f17cc6a1eb5b827893c8fd622b9cb13cd1af4077472f873d07ca18e571ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "afeff9e33380997aa9932b7c82588df8dd77342166f99f0999d7730a45cc1caf"
end

depends_on "node"
Expand Down

0 comments on commit 09e57f4

Please sign in to comment.