Skip to content

Commit 5a2d519

Browse files
authored
Merge pull request Homebrew#195871 from Homebrew/bump-shadowenv-3.0.2
shadowenv 3.0.2
2 parents 90f3302 + 759f451 commit 5a2d519

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

Formula/s/shadowenv.rb

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Shadowenv < Formula
22
desc "Reversible directory-local environment variable manipulations"
33
homepage "https://shopify.github.io/shadowenv/"
4-
url "https://github.com/Shopify/shadowenv/archive/refs/tags/2.1.2.tar.gz"
5-
sha256 "545995663f754d742749fbfb0d949be0f03fc9992a4518f0f06b45593940faf5"
4+
url "https://github.com/Shopify/shadowenv/archive/refs/tags/3.0.2.tar.gz"
5+
sha256 "263889408e47008803e4e91a309050df82963349d81e8777a3d1a1a924d29c6c"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef47a7fc35e2237552519f2c962586288fa8e2f797a028a41ed0ee079ef29781"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b488bee260253a43d92f439d4e303c8940451622a9f2d3c3c3b13eb37d16209"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c0783ccae890c38c58f22ebd20090a58c4918c5e22c5e7d52cb281a7e6cbed0d"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "af967d51f98c69a2b402d8da33b363675168298752ad5dff824daffc811c55b9"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f2c1809129f77ed3dcd097e4aaa3f2587f0bb2f9a8e0dfd9d89ebef85aedf3ad"
14-
sha256 cellar: :any_skip_relocation, ventura: "0219bcc301dff154c67496d88ee2b8cf8cf0a57e320bb96b3ac54ab3df07e5ca"
15-
sha256 cellar: :any_skip_relocation, monterey: "82ddf47962cd1131319642d172ef613ea406472e98a32a54e96bce0c5d7c569f"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0788e0776ecb8146c9c4e89d14861cd2dc7e5e2ec7701f6c06b89d8bf358b80d"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e93a45b2872541cde83f6c9767293d5b84630a1cbf631f1b73e067afd689890"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef3dee141fac1bf7c108a5bf44bad36daa5187815f3703a16305d48419a2f077"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "826f0909baaffef8f7468ab1b06f70c4adafac3020c19ae22661ed1e545cc85b"
12+
sha256 cellar: :any_skip_relocation, sonoma: "57fc8d8ab168c72711f5aea11c5087c36505a2f7d1b4bf82142e3755e4144899"
13+
sha256 cellar: :any_skip_relocation, ventura: "cb06cc05fa5c8d0650f6e6dbfd6062b5eaa0645a4882369fdb7d041580e0db91"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "46be71c90fcf022dfcbe045fd27d471edcc6cdcaab7690b7f22d73b08dc595bf"
1715
end
1816

1917
depends_on "rust" => :build
@@ -31,10 +29,10 @@ def install
3129
EXAMPLE3:b
3230
EXAMPLE_PATH:a:b:d
3331
---
34-
EXAMPLE:a
35-
EXAMPLE2:
36-
EXAMPLE3:a
37-
EXAMPLE_PATH:c:d
32+
EXAMPLE:
33+
EXAMPLE2:b
34+
EXAMPLE3:b
35+
EXAMPLE_PATH:a:b:d
3836
EOM
3937
environment = "export EXAMPLE2=b EXAMPLE3=b EXAMPLE_PATH=a:b:d;"
4038
hash = "1256a7c3de15e864"

0 commit comments

Comments
 (0)