Skip to content

Commit 5fc41d3

Browse files
BrewTestBotchenrui333
authored andcommitted
shadowenv 3.0.2
shadowenv: update test Signed-off-by: Rui Chen <[email protected]>
1 parent 8c520db commit 5fc41d3

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/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
@@ -31,10 +31,10 @@ def install
3131
EXAMPLE3:b
3232
EXAMPLE_PATH:a:b:d
3333
---
34-
EXAMPLE:a
35-
EXAMPLE2:
36-
EXAMPLE3:a
37-
EXAMPLE_PATH:c:d
34+
EXAMPLE:
35+
EXAMPLE2:b
36+
EXAMPLE3:b
37+
EXAMPLE_PATH:a:b:d
3838
EOM
3939
environment = "export EXAMPLE2=b EXAMPLE3=b EXAMPLE_PATH=a:b:d;"
4040
hash = "1256a7c3de15e864"

0 commit comments

Comments
 (0)