Skip to content

Commit 5975c60

Browse files
authored
Merge pull request #251003 from Homebrew/bump-kiota-1.29.0
kiota 1.29.0
2 parents dd3bc26 + 6f63c88 commit 5975c60

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Formula/k/kiota.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Kiota < Formula
22
desc "OpenAPI based HTTP Client code generator"
33
homepage "https://aka.ms/kiota/docs"
4-
url "https://github.com/microsoft/kiota/archive/refs/tags/v1.28.0.tar.gz"
5-
sha256 "22ae2c86276a4fadb8fbffa956a9a36dbb2afe7af3e988858a53e3c7b0b9d6fb"
4+
url "https://github.com/microsoft/kiota/archive/refs/tags/v1.29.0.tar.gz"
5+
sha256 "8d75ae103efc94edc0615b1a7427ce6ef970fde389f3f4de5722eec97bcb4860"
66
license "MIT"
77
head "https://github.com/microsoft/kiota.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a121774c91db47774e8a8ef325d47485ef9ba33c72671904126b104cce3d0a9c"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e9c66c91f5ef2b18e89aa4ccec8417711a7fbf6485fd0585c59d19112a21743"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c038fe33ad77501ad5f09c7a7bb86194e51fb98b42086ff0b5ec20fd98b018a4"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a2c910e355a8f1c101c4f91f7ec31d86270722e121090a5e1bbe1e48dc421c87"
14-
sha256 cellar: :any_skip_relocation, ventura: "a50a83adf8b4341e334b1990e18bec48b52d7cdb679974a2f2ad434452ff0421"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "47b04dd0b5ae4f5d4bacbbe17b03d58b74cb60a2145acab83ab6da7872a2cc8c"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b82c113a8953e61716bf2a301a62ffcf68eed59f8b2c3d88edf53d6edaf3186"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b53629836e75eaac33ca417ab050311a263365f921d053e43a926ff1a6d60e8c"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2455e0baf73eb677bba2cb4ee186a0e08a8d919e9d7f650cc4ba4e331da0faa8"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b27803ce4122c455e5ad33668e3985cef4ada574259d4c62a4825fa3aeb96d6"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "08605532539ded3e7f61638cee291649055f315d4385683121c370e5bd5524f2"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b933531887d8898bfc1a8f877d6221672f16950d70ef9fd37915d0a263577e0"
1715
end
1816

1917
depends_on "dotnet"

0 commit comments

Comments
 (0)