Skip to content

Commit

Permalink
Merge pull request #195871 from Homebrew/bump-shadowenv-3.0.2
Browse files Browse the repository at this point in the history
shadowenv 3.0.2
  • Loading branch information
BrewTestBot authored Oct 28, 2024
2 parents 90f3302 + 759f451 commit 5a2d519
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions Formula/s/shadowenv.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Shadowenv < Formula
desc "Reversible directory-local environment variable manipulations"
homepage "https://shopify.github.io/shadowenv/"
url "https://github.com/Shopify/shadowenv/archive/refs/tags/2.1.2.tar.gz"
sha256 "545995663f754d742749fbfb0d949be0f03fc9992a4518f0f06b45593940faf5"
url "https://github.com/Shopify/shadowenv/archive/refs/tags/3.0.2.tar.gz"
sha256 "263889408e47008803e4e91a309050df82963349d81e8777a3d1a1a924d29c6c"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef47a7fc35e2237552519f2c962586288fa8e2f797a028a41ed0ee079ef29781"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b488bee260253a43d92f439d4e303c8940451622a9f2d3c3c3b13eb37d16209"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c0783ccae890c38c58f22ebd20090a58c4918c5e22c5e7d52cb281a7e6cbed0d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "af967d51f98c69a2b402d8da33b363675168298752ad5dff824daffc811c55b9"
sha256 cellar: :any_skip_relocation, sonoma: "f2c1809129f77ed3dcd097e4aaa3f2587f0bb2f9a8e0dfd9d89ebef85aedf3ad"
sha256 cellar: :any_skip_relocation, ventura: "0219bcc301dff154c67496d88ee2b8cf8cf0a57e320bb96b3ac54ab3df07e5ca"
sha256 cellar: :any_skip_relocation, monterey: "82ddf47962cd1131319642d172ef613ea406472e98a32a54e96bce0c5d7c569f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0788e0776ecb8146c9c4e89d14861cd2dc7e5e2ec7701f6c06b89d8bf358b80d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5e93a45b2872541cde83f6c9767293d5b84630a1cbf631f1b73e067afd689890"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef3dee141fac1bf7c108a5bf44bad36daa5187815f3703a16305d48419a2f077"
sha256 cellar: :any_skip_relocation, arm64_ventura: "826f0909baaffef8f7468ab1b06f70c4adafac3020c19ae22661ed1e545cc85b"
sha256 cellar: :any_skip_relocation, sonoma: "57fc8d8ab168c72711f5aea11c5087c36505a2f7d1b4bf82142e3755e4144899"
sha256 cellar: :any_skip_relocation, ventura: "cb06cc05fa5c8d0650f6e6dbfd6062b5eaa0645a4882369fdb7d041580e0db91"
sha256 cellar: :any_skip_relocation, x86_64_linux: "46be71c90fcf022dfcbe045fd27d471edcc6cdcaab7690b7f22d73b08dc595bf"
end

depends_on "rust" => :build
Expand All @@ -31,10 +29,10 @@ def install
EXAMPLE3:b
EXAMPLE_PATH:a:b:d
---
EXAMPLE:a
EXAMPLE2:
EXAMPLE3:a
EXAMPLE_PATH:c:d
EXAMPLE:
EXAMPLE2:b
EXAMPLE3:b
EXAMPLE_PATH:a:b:d
EOM
environment = "export EXAMPLE2=b EXAMPLE3=b EXAMPLE_PATH=a:b:d;"
hash = "1256a7c3de15e864"
Expand Down

0 comments on commit 5a2d519

Please sign in to comment.