|
1 | 1 | class Deck < Formula |
2 | 2 | desc "Creates slide deck using Markdown and Google Slides" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/k1LoW/deck.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments