Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 committed Apr 8, 2021
2 parents 5da0a8f + d847bd0 commit fe33608
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions regen-ledger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
class RegenLedger < Formula
desc "Blockchain-powered marketplace for climate solutions and planetary regenerations"
homepage "https://www.regen.network/"
version "0.7.5"
version "0.7.6"
bottle :unneeded

if OS.mac? && Hardware::CPU.intel?
url "https://github.com/likhita-809/regen-ledger/releases/download/v0.7.5/regen-ledger_0.7.5_darwin_amd64.zip"
sha256 "9677ed838e8d71e9b21a9b82871a74801e4a7589c6e7c229c7daebc8ecebbc90"
url "https://github.com/likhita-809/regen-ledger/releases/download/v0.7.6/regen-ledger_0.7.6_darwin_amd64.zip"
sha256 "0543ce6dd9e58566f34b575c962695ff5a2b5f50ad6dfa24640263592414715c"
end
if OS.linux? && Hardware::CPU.intel?
url "https://github.com/likhita-809/regen-ledger/releases/download/v0.7.5/regen-ledger_0.7.5_linux_amd64.zip"
sha256 "127f112fee52a25a9c8040fd5090f3e3c072d80f32f8fa694b0f8c77ec166916"
url "https://github.com/likhita-809/regen-ledger/releases/download/v0.7.6/regen-ledger_0.7.6_linux_amd64.zip"
sha256 "6395528f6efa680fec719189560708d6ae46e11c8d3703cacae448970fc0c6de"
end

head "https://github.com/likhita-809/regen-ledger.git"
Expand Down

0 comments on commit fe33608

Please sign in to comment.