diff --git a/Formula/dotenv.rb b/Formula/dotenv.rb index b1de738..c4e22b9 100644 --- a/Formula/dotenv.rb +++ b/Formula/dotenv.rb @@ -3,32 +3,22 @@ # This file was generated by Homebrew Releaser. DO NOT EDIT. class Dotenv < Formula - desc "“better dotenv“ 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.7.tar.gz" - sha256 "9a331635c20e34b208e77644ed920ca2dd529a9f1e7341df00e8431db7f79f6e" + url "https://github.com/dotenv-org/dotenv/archive/refs/tags/v0.2.8.tar.gz" + sha256 "259a7ad0571bb0a3d16a30d8f2f8d7febef33bafb4f40ecd1b5ddd2dd1cab3cd" on_macos do - on_intel do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.7/dotenv-0.2.7-darwin-amd64.tar.gz" - sha256 "ae77cd5857ba11f32e1cc7834234fc1a11b6de4170508f3bfb342efb1e84c51c" - end - on_arm do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.7/dotenv-0.2.7-darwin-arm64.tar.gz" - sha256 "4d3b6109f1e0f912c8f9a714e944c553bd90f2f89b1a74beb65295231d87f622" + url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.8/dotenv-0.2.8-darwin-arm64.tar.gz" + sha256 "31af9f9bc0a33319563cf51e5dd954173e9529bd6dba00e0997afd6c7b97686f" end end on_linux do - on_intel do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.7/dotenv-0.2.7-linux-amd64.tar.gz" - sha256 "a6097b7077f4a15111064b8150f0f6dc551a4723a7b48bb95022eb5a14dcc278" - end - on_arm do - url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.7/dotenv-0.2.7-linux-arm64.tar.gz" - sha256 "cd8f6f77451dc2148936b86df68fc0674f596c1236ce3da7b0798f449bfb26be" + url "https://github.com/dotenv-org/dotenv/releases/download/v0.2.8/dotenv-0.2.8-linux-arm64.tar.gz" + sha256 "0ec1a5f344769e2632dc122ebbb4cbe02162002e1adb1950f65be00d10a6a9a1" end end diff --git a/README.md b/README.md index ab9617c..9bc6992 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) | “better dotenv“ 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` |