Skip to content

Commit e69484d

Browse files
committedJan 7, 2025
Brew formula update for Pulumi version 3.145.0
1 parent 8e55209 commit e69484d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎Formula/pulumi.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
class Pulumi < Formula
66
desc "Pulumi - Modern Infrastructure as Code. Any cloud, any language "
77
homepage "https://pulumi.com"
8-
version "3.144.1"
8+
version "3.145.0"
99
license "Apache-2.0"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/pulumi/pulumi/releases/download/v3.144.1/pulumi-v3.144.1-darwin-x64.tar.gz"
14-
sha256 "80701ecd13eb5131e437dabc49dbf845cf18705e327ca8bba9d7f79543222885"
13+
url "https://github.com/pulumi/pulumi/releases/download/v3.145.0/pulumi-v3.145.0-darwin-x64.tar.gz"
14+
sha256 "9fff0a2d3390b2f213eeb9a2eb0a569153f587436cd3b5e8746408b9a1c56693"
1515

1616
def install
1717
bin.install Dir["*"]
@@ -23,8 +23,8 @@ def install
2323
end
2424
end
2525
if Hardware::CPU.arm?
26-
url "https://github.com/pulumi/pulumi/releases/download/v3.144.1/pulumi-v3.144.1-darwin-arm64.tar.gz"
27-
sha256 "be5d10b4b5a4bb008c795e22f325509df1da7b50b3ef72de90350499b63711a9"
26+
url "https://github.com/pulumi/pulumi/releases/download/v3.145.0/pulumi-v3.145.0-darwin-arm64.tar.gz"
27+
sha256 "ee84c59fc0251594b06d0d3c7b6ad8ab09cb99b6c7d69a01226f3c7cee56c69a"
2828

2929
def install
3030
bin.install Dir["*"]
@@ -39,8 +39,8 @@ def install
3939

4040
on_linux do
4141
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
42-
url "https://github.com/pulumi/pulumi/releases/download/v3.144.1/pulumi-v3.144.1-linux-arm64.tar.gz"
43-
sha256 "d86a8cb329edbb5ad548559b7d4205db9c170a07f00aa183468b62253b886eba"
42+
url "https://github.com/pulumi/pulumi/releases/download/v3.145.0/pulumi-v3.145.0-linux-arm64.tar.gz"
43+
sha256 "9984ef95625b2e840743cbc7f804eacc0b0a5e4041a8194542c997d9fba28f17"
4444

4545
def install
4646
bin.install Dir["*"]
@@ -52,8 +52,8 @@ def install
5252
end
5353
end
5454
if Hardware::CPU.intel?
55-
url "https://github.com/pulumi/pulumi/releases/download/v3.144.1/pulumi-v3.144.1-linux-x64.tar.gz"
56-
sha256 "de608c40247d180379e532e4d38f5d2918d19b3a4fadad51f0df1f94e8e01602"
55+
url "https://github.com/pulumi/pulumi/releases/download/v3.145.0/pulumi-v3.145.0-linux-x64.tar.gz"
56+
sha256 "91cffb87d6b7c3faebe54a9a189665f5530c94590d54f60c9ab657d6a2a0dcf2"
5757

5858
def install
5959
bin.install Dir["*"]

0 commit comments

Comments
 (0)