File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Polymarket < Formula
22 desc "CLI for Polymarket — browse markets, trade, and manage positions"
33 homepage "https://github.com/Polymarket/polymarket-cli"
4- version "0.1.0 "
4+ version "0.1.4 "
55 license "MIT"
66
77 on_macos do
88 on_intel do
99 url "https://github.com/Polymarket/polymarket-cli/releases/download/v#{ version } /polymarket-v#{ version } -x86_64-apple-darwin.tar.gz"
10- sha256 "REPLACE_WITH_SHA256 "
10+ sha256 "ec1dee1e1b7a66e8d2fc60ceb5e212b9f78e403b8079759a3b29b885cc4bb7ef "
1111 end
1212
1313 on_arm do
1414 url "https://github.com/Polymarket/polymarket-cli/releases/download/v#{ version } /polymarket-v#{ version } -aarch64-apple-darwin.tar.gz"
15- sha256 "REPLACE_WITH_SHA256 "
15+ sha256 "c054c298417340d23995aa1181a2e47eea5bf7cb335c5417eb78e714fc433ac9 "
1616 end
1717 end
1818
1919 on_linux do
2020 on_intel do
2121 url "https://github.com/Polymarket/polymarket-cli/releases/download/v#{ version } /polymarket-v#{ version } -x86_64-unknown-linux-gnu.tar.gz"
22- sha256 "REPLACE_WITH_SHA256 "
22+ sha256 "b9f70ad1e3553de8a6546025ea1c7d14d69d51949c7609cac4cf8d9c686baa72 "
2323 end
2424
2525 on_arm do
2626 url "https://github.com/Polymarket/polymarket-cli/releases/download/v#{ version } /polymarket-v#{ version } -aarch64-unknown-linux-gnu.tar.gz"
27- sha256 "REPLACE_WITH_SHA256 "
27+ sha256 "4c94f152404483cdfe6fa3fed60b633a36f2fc813f3ee78091e6046423144292 "
2828 end
2929 end
3030
You can’t perform that action at this time.
0 commit comments