|
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.15.0.tar.gz" |
5 |
| - sha256 "28171443ea342fc1da645be8b61f67d1a571ccd0ca16b8ca582f56ffc3b3092f" |
| 4 | + url "https://github.com/k1LoW/deck/archive/refs/tags/v1.15.1.tar.gz" |
| 5 | + sha256 "444182779d57c55516f0b937e800a18cd651ebc7332a9d7c86872559ffc76805" |
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: "a6f1cb86137d15b338a293f14400ec27d8d910605368681b4df08931bdf8a692" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6f1cb86137d15b338a293f14400ec27d8d910605368681b4df08931bdf8a692" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "a6f1cb86137d15b338a293f14400ec27d8d910605368681b4df08931bdf8a692" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "8d2b5d971ae9648ea4ebd2de2ef933ff41a5f5badaaac34be26bc37f0ac0ed4c" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "8d2b5d971ae9648ea4ebd2de2ef933ff41a5f5badaaac34be26bc37f0ac0ed4c" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9313edab557e5aa647e02b3100cbe67653f5b36776758fa7218d2bbf3d1e3d7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "36c4e7b57d6907163824a8a7c0ae6410b19e4b05192d18afb362e302dcc38b84" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "36c4e7b57d6907163824a8a7c0ae6410b19e4b05192d18afb362e302dcc38b84" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "36c4e7b57d6907163824a8a7c0ae6410b19e4b05192d18afb362e302dcc38b84" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3b0d36e6268b3e532df9aff9b1aa5ac515b5338267ab10ad9072c12fc16e6714" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "3b0d36e6268b3e532df9aff9b1aa5ac515b5338267ab10ad9072c12fc16e6714" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4bf9381cf8694cac373e7b55a29ebf302809c208fc07871fbf0790b03eddfd6d" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments