Skip to content

Commit

Permalink
chore: brew formula update for dotenvx v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotenv committed Nov 30, 2024
1 parent 8deb211 commit e6c53f2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/dotenvx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
class Dotenvx < Formula
desc "Better dotenv–from the creator of `dotenv`"
homepage "https://github.com/dotenvx/dotenvx"
url "https://github.com/dotenvx/dotenvx/archive/refs/tags/v1.25.2.tar.gz"
sha256 "550c26ccc94a3f699328dc17a3f4689f9d07d774ef30d07a8ef4fa29816f28b9"
url "https://github.com/dotenvx/dotenvx/archive/refs/tags/v1.26.0.tar.gz"
sha256 "9182086b8d7a797ddef74d542b4db9796a382735605f3bf5ff2600dfeba3c9c8"
license "BSD-3-Clause"

on_macos do
on_intel do
url "https://github.com/dotenvx/dotenvx/releases/download/v1.25.2/dotenvx-1.25.2-darwin-amd64.tar.gz"
sha256 "7125fb0e0c7146269b6e024bb312c43539a6c7e1d267fc273eb04402c41660b1"
url "https://github.com/dotenvx/dotenvx/releases/download/v1.26.0/dotenvx-1.26.0-darwin-amd64.tar.gz"
sha256 "6c60eadab17eb4a491b35fa82d2e6a5b1f764ffebef39f41a0ce51c46400d97a"
end

on_arm do
url "https://github.com/dotenvx/dotenvx/releases/download/v1.25.2/dotenvx-1.25.2-darwin-arm64.tar.gz"
sha256 "e3c3ef9a86c2fd4b30d41c10aa1a6b6b1d1343501c680bfbdaafeabc3c39833a"
url "https://github.com/dotenvx/dotenvx/releases/download/v1.26.0/dotenvx-1.26.0-darwin-arm64.tar.gz"
sha256 "903ce2f689543f07700e48531e3687dec47eb2f946b7b4446f25b16aa794bfe6"
end
end

on_linux do
on_intel do
url "https://github.com/dotenvx/dotenvx/releases/download/v1.25.2/dotenvx-1.25.2-linux-amd64.tar.gz"
sha256 "7f07778f360bdf62008967feca886e54591077cf340d8ea0ed474ae15c312f09"
url "https://github.com/dotenvx/dotenvx/releases/download/v1.26.0/dotenvx-1.26.0-linux-amd64.tar.gz"
sha256 "31a1457d1f4ed3a06c3d43fcaeef5698d6775aa0d37dc328b40c46205815a7a2"
end

on_arm do
url "https://github.com/dotenvx/dotenvx/releases/download/v1.25.2/dotenvx-1.25.2-linux-arm64.tar.gz"
sha256 "9975cc0d73d49742c11759e781d735a045996d97251cdaac24c209ac4dae0b04"
url "https://github.com/dotenvx/dotenvx/releases/download/v1.26.0/dotenvx-1.26.0-linux-arm64.tar.gz"
sha256 "43367c5a7c2874af28df8e52e2cdd422efc0619f450e081e51f17274ef09eeba"
end
end

Expand Down

0 comments on commit e6c53f2

Please sign in to comment.