File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11class 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"
You can’t perform that action at this time.
0 commit comments