Skip to content

Commit 753f318

Browse files
authored
Merge pull request #255676 from Homebrew/bump-komac-2.14.0
komac 2.14.0
2 parents a6f87e2 + 10ae980 commit 753f318

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/komac.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Komac < Formula
22
desc "Community Manifest Creator for Windows Package Manager (WinGet)"
33
homepage "https://github.com/russellbanks/Komac"
4-
url "https://github.com/russellbanks/Komac/archive/refs/tags/v2.13.0.tar.gz"
5-
sha256 "de416c0b4e0e7e81a5e078a534aff70f8864151c7f53ec5a94a027a7965f01e9"
4+
url "https://github.com/russellbanks/Komac/archive/refs/tags/v2.14.0.tar.gz"
5+
sha256 "00e2dbc44bbc25bdfa9c8b425b641736b6677bc8b388d288e2c9bc37531d4ddd"
66
license "GPL-3.0-or-later"
77
head "https://github.com/russellbanks/Komac.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2a74787073a0936171542b60c3a99955eac8303892a1d081b47462cc8eb2434c"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "726323246c1a7ef794898113078323a0a62911f19a2f1bbc8e6ef1c3a7d2f7d2"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "59f4d6783d2b96ad26d7a377f87e6a712a7ed8442f61d1d27daf5c3a100d5391"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8ee73eb9019608ef7c5666546db312651aec21d4b611fa0ffe60dcad7f0fae79"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "240759489a1d204e5d7364277417331721f1b8b52bed7cef804fe84d6b92d553"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f8559a3b61ba29529b37ee44fa5889cd5fb5ad7fbb4bfc921f8b4c9d29f18fe1"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "84dbdb915c8a60ef427b244d1358abd5f04f9e02cdb8f60bb65a69ea1cddbeea"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "62412ca1ce2fccf139a4b85b308cad62c58dbb58b3c8649dfa854674e07b43c4"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c2694b4f7a1acd52f057efe6c5f541e550c21b1d884481880cdc3b1075ff5a9"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0c39adf41541f063b64a935841fc190024cad997ee9165f3e14272525babfdf5"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "85d86fdc309d27b48f7703d45fb771390978be13647158e1e70443151d98cb2e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e12421bdc9dfffc4875c41b7a118673c67cec6bb4437225731d8f77288a9fe68"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)