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/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"
You can’t perform that action at this time.
0 commit comments