Skip to content

Commit

Permalink
"Brew formula update for dotenv version v0.2.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotenv committed Nov 20, 2023
1 parent f23e9ba commit 4ef028d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
24 changes: 7 additions & 17 deletions Formula/dotenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,22 @@

# This file was generated by Homebrew Releaser. DO NOT EDIT.
class Dotenv < Formula
desc "“better dotenvfrom the creator of `dotenv`"
desc "Better dotenvfrom 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

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) | “better dotenvfrom 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 dotenvfrom the creator of `dotenv` | `brew install dotenv` |
<!-- project_table_end -->


0 comments on commit 4ef028d

Please sign in to comment.