Skip to content

Commit 7160a7b

Browse files
authored
Merge pull request #235787 from Homebrew/bump-deck-1.19.2
deck 1.19.2
2 parents 4a5a945 + 24986eb commit 7160a7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/deck.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Deck < Formula
22
desc "Creates slide deck using Markdown and Google Slides"
33
homepage "https://github.com/k1LoW/deck"
4-
url "https://github.com/k1LoW/deck/archive/refs/tags/v1.19.1.tar.gz"
5-
sha256 "e415edeb49433b8bcf36baedee07e0ff49827ce1b226b1136e5630446edb066e"
4+
url "https://github.com/k1LoW/deck/archive/refs/tags/v1.19.2.tar.gz"
5+
sha256 "ec6b7b3b0f75d42c8228827823e3bc7885a7344013f6ee102db2394701b42e24"
66
license "MIT"
77
head "https://github.com/k1LoW/deck.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ca7bd4fb8c014b5b486f7956094539116d0c784656c2eb73b0e228431b69fedf"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca7bd4fb8c014b5b486f7956094539116d0c784656c2eb73b0e228431b69fedf"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca7bd4fb8c014b5b486f7956094539116d0c784656c2eb73b0e228431b69fedf"
13-
sha256 cellar: :any_skip_relocation, sonoma: "881f4e6bcf59fb34344af4a761251a459dfb01ea83d3653448f0da0fd9a1c032"
14-
sha256 cellar: :any_skip_relocation, ventura: "881f4e6bcf59fb34344af4a761251a459dfb01ea83d3653448f0da0fd9a1c032"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "aba52578c4dde11b4a8005b3f8333a93ce0e72ee09e0ad0f64380f31d7aca811"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "47c556691d0fff6eac62c2abe856b57b65b9ac544274a00b24c084cd439f7bd2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "47c556691d0fff6eac62c2abe856b57b65b9ac544274a00b24c084cd439f7bd2"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "47c556691d0fff6eac62c2abe856b57b65b9ac544274a00b24c084cd439f7bd2"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b46c0ebc4abd2f59a9b7c01235ac846418b029f3ee6ba89efde9dc2f912306f5"
14+
sha256 cellar: :any_skip_relocation, ventura: "b46c0ebc4abd2f59a9b7c01235ac846418b029f3ee6ba89efde9dc2f912306f5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c603aab9f5e8611c4d45f11c0892b1a74c6d3b2ae44cf37e081a4a8a46a79ac6"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)