Skip to content

Commit ce9b7cb

Browse files
authored
Merge pull request #233194 from Homebrew/bump-deck-1.12.0
deck 1.12.0
2 parents d707cdd + 26c1bc2 commit ce9b7cb

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.11.0.tar.gz"
5-
sha256 "7768f3c2c9486633c82fa9f940ea8bb78d786a166e5daf9023f3904f1baeccb9"
4+
url "https://github.com/k1LoW/deck/archive/refs/tags/v1.12.0.tar.gz"
5+
sha256 "3e7bbab07e6ce87e1d5b5316c3098db98c1589feb5ca008a8828c0fd4ca48e5c"
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: "48844cd8a08e93d3d5efca02f81ac14b7e8af0666dad8038b2c6c64f3424fd86"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "48844cd8a08e93d3d5efca02f81ac14b7e8af0666dad8038b2c6c64f3424fd86"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "48844cd8a08e93d3d5efca02f81ac14b7e8af0666dad8038b2c6c64f3424fd86"
13-
sha256 cellar: :any_skip_relocation, sonoma: "99f062a01120382dfa9d5d9336b1f04f28b98d12a783be3c61cd03d43a1343be"
14-
sha256 cellar: :any_skip_relocation, ventura: "99f062a01120382dfa9d5d9336b1f04f28b98d12a783be3c61cd03d43a1343be"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "69d284873e2da0ced9040b0260bf4d63dafa7d3cf355c871906fbf28f28e53b4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9018e9d39c036421c8c8aa4bce3316c5dfb4ad7d5e1d739546ec96c26fb655cc"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9018e9d39c036421c8c8aa4bce3316c5dfb4ad7d5e1d739546ec96c26fb655cc"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9018e9d39c036421c8c8aa4bce3316c5dfb4ad7d5e1d739546ec96c26fb655cc"
13+
sha256 cellar: :any_skip_relocation, sonoma: "fe9b3846f7603474e4d8b410a20bfe62d2e6d50b18f942a729f7dcfdff842e29"
14+
sha256 cellar: :any_skip_relocation, ventura: "fe9b3846f7603474e4d8b410a20bfe62d2e6d50b18f942a729f7dcfdff842e29"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "94586c5d03b661e9db30753de85bb38f4fc60eb988bf88f8e13869f5dabf33d2"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)