Skip to content

Commit a887c05

Browse files
BrewTestBotchenrui333
authored andcommitted
shadowenv 3.0.3
shadowenv: update test Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent c3a6f2f commit a887c05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/s/shadowenv.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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/3.0.2.tar.gz"
5-
sha256 "263889408e47008803e4e91a309050df82963349d81e8777a3d1a1a924d29c6c"
4+
url "https://github.com/Shopify/shadowenv/archive/refs/tags/3.0.3.tar.gz"
5+
sha256 "ad04e1d5ae88e358f0ee6ec987bd88b7f8c489409fafc6286690aeacb074ddea"
66
license "MIT"
77

88
bottle do
@@ -29,10 +29,10 @@ def install
2929
EXAMPLE3:b
3030
EXAMPLE_PATH:a:b:d
3131
---
32-
EXAMPLE:
33-
EXAMPLE2:b
34-
EXAMPLE3:b
35-
EXAMPLE_PATH:a:b:d
32+
EXAMPLE:a
33+
EXAMPLE2:
34+
EXAMPLE3:a
35+
EXAMPLE_PATH:c:d
3636
EOM
3737
environment = "export EXAMPLE2=b EXAMPLE3=b EXAMPLE_PATH=a:b:d;"
3838
hash = "1256a7c3de15e864"

0 commit comments

Comments
 (0)