diff --git a/Formula/dotenv.rb b/Formula/dotenv.rb index 160c472..70644ea 100644 --- a/Formula/dotenv.rb +++ b/Formula/dotenv.rb @@ -3,32 +3,32 @@ # This file was generated by Homebrew Releaser. DO NOT EDIT. class Dotenv < Formula - desc "“dotenv made better“ from the creator of `dotenv`" + desc "“better dotenv“ from the creator of `dotenv`" homepage "https://github.com/dotenv-org/dotenv" - url "https://github.com/dotenv-org/dotenv/archive/refs/tags/v0.2.2.tar.gz" - sha256 "2ba9289337304eb1dabb3d7b16f1d5fafdd909bdeace77afb6751562de9ffe89" + url "https://github.com/dotenv-org/dotenv/archive/refs/tags/v0.2.3.tar.gz" + sha256 "c5e7c51499997ec6a45d3a8bfff0e75395a0bff863ea48d153d436dcdacb6e3b" on_macos do on_intel do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.2/dotenv-0.2.2-darwin-amd64.tar.gz" - sha256 "4bdf8bca8a44478a74c3d0e8257016b2d53dd1cbc70bbc3779091127f5473f4c" + url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.3/dotenv-0.2.3-darwin-amd64.tar.gz" + sha256 "fe5b26c6d4c7b3a87f810ddb44b32b631dbc370630b4aa60ddbe1c162af8a754" end on_arm do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.2/dotenv-0.2.2-darwin-arm64.tar.gz" - sha256 "2e013a8ff522c38ba497055db035ddf43168b3286d02573d537daea7c88e787a" + url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.3/dotenv-0.2.3-darwin-arm64.tar.gz" + sha256 "2c79dd01b84c0f465b2f6c80b614ea2d6691c21e8f7281ecf430b91107022ed6" end end on_linux do on_intel do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.2/dotenv-0.2.2-linux-amd64.tar.gz" - sha256 "e335486347a3b1f28313a023e7606cd6b2f45ae1093702648c1ec0ef66cda306" + url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.3/dotenv-0.2.3-linux-amd64.tar.gz" + sha256 "ee02bac152e2e6393096522239b9a56c910961280eea2eb45bef8519d3aed4b0" end on_arm do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.2/dotenv-0.2.2-linux-arm64.tar.gz" - sha256 "acbd858aff50901a253741ffcf978dc550f9e4258bfc0ad60a7eac800ed4c993" + url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.3/dotenv-0.2.3-linux-arm64.tar.gz" + sha256 "67e2ba2873257bfe251f5f509b86c068640679add62935aebaad9363a9833a9b" end end diff --git a/README.md b/README.md index 696d9d5..ab9617c 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ That's it! You can now use [dotenv-vault](https://github.com/dotenv-org/dotenv-v --- -| Project | Description | Install | -| ---------------------------------------------- | ------------------------------------------------- | -------------------------------- | -| [dotenv-vault-node](https://dotenv.org) | node.js dependency for dotenv-vault | `brew install dotenv-vault-node` | -| [dotenv-vault](https://dotenv.org) | Sync .env files | `brew install dotenv-vault` | -| [dotenv](https://github.com/dotenv-org/dotenv) | “dotenv made better“ from the creator of `dotenv` | `brew install dotenv` | +| Project | Description | Install | +| ---------------------------------------------- | -------------------------------------------- | -------------------------------- | +| [dotenv-vault-node](https://dotenv.org) | node.js dependency for dotenv-vault | `brew install dotenv-vault-node` | +| [dotenv-vault](https://dotenv.org) | Sync .env files | `brew install dotenv-vault` | +| [dotenv](https://github.com/dotenv-org/dotenv) | “better dotenv“ from the creator of `dotenv` | `brew install dotenv` |