Skip to content

Commit

Permalink
"Brew formula update for dotenv version v0.2.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotenv committed Nov 19, 2023
1 parent c32a630 commit 0497fb8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions Formula/dotenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ That's it! You can now use [dotenv-vault](https://github.com/dotenv-org/dotenv-v
---

<!-- project_table_start -->
| 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` |
<!-- project_table_end -->


0 comments on commit 0497fb8

Please sign in to comment.