Skip to content

Commit

Permalink
direnv: update 2.32.2 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 2, 2023
1 parent 2cb9100 commit 06c49ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/direnv.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class Direnv < Formula
desc "Load/unload environment variables based on $PWD"
homepage "https://direnv.net/"
url "https://github.com/direnv/direnv/archive/v2.32.1.tar.gz"
sha256 "dc7df9a9e253e1124748aa74da94bf2b96f5a61d581c60d52d3f8e8dc86ecfde"
url "https://github.com/direnv/direnv/archive/v2.32.2.tar.gz"
sha256 "352b3a65e8945d13caba92e13e5666e1854d41749aca2e230938ac6c64fa8ef9"
license "MIT"
head "https://github.com/direnv/direnv.git", branch: "master"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/direnv"
sha256 cellar: :any_skip_relocation, mojave: "d7c24b7037aebb66b70d535c519ce522c088536fb859e6b210fce805faef065b"
sha256 cellar: :any_skip_relocation, mojave: "e3f066d40c0ac045c4ad25ac2f7007acea642ec93500dc8577744cb8e88e189f"
end

depends_on "go" => :build
Expand Down

0 comments on commit 06c49ac

Please sign in to comment.