Skip to content

Commit 6f3557c

Browse files
authored
Merge pull request #233971 from Homebrew/bump-deck-1.15.1
deck 1.15.1
2 parents b2fca24 + bad960a commit 6f3557c

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.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"
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: "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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)