|
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.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" |
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: "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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments