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 Vurvey < Formula
22 desc "Terminal client for the Vurvey API"
33 homepage "https://vurvey.com"
4- version "0.4.0 "
4+ version "0.4.1 "
55 license :cannot_represent
66
77 on_macos do
88 if Hardware ::CPU . arm?
9- url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.0 /vurvey_0.4.0_darwin_arm64 .tar.gz"
10- sha256 "44bac0d7cfc844469765e4d55927bdc89f356518a554d0c393f52c0a95674e85 "
9+ url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.1 /vurvey_0.4.1_darwin_arm64 .tar.gz"
10+ sha256 "7ea4aeea430a4f17d87c1d1f8f825106848015feb0b78e7f91ef24c20690ba59 "
1111 else
12- url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.0 /vurvey_0.4.0_darwin_amd64 .tar.gz"
13- sha256 "f760d39e074ad0f8ba66e3ac46ba6fa3a89a357b41593eff55ee69191fa56d69 "
12+ url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.1 /vurvey_0.4.1_darwin_amd64 .tar.gz"
13+ sha256 "c673218abe89cf73adc67aeea72afa95b6786afcc5b84d1032c0b4650d0813fb "
1414 end
1515 end
1616
1717 on_linux do
1818 if Hardware ::CPU . arm?
19- url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.0 /vurvey_0.4.0_linux_arm64 .tar.gz"
20- sha256 "b6097a729afaaaa61a19d6716d1b41ac4ded080160ca8b12009a3b3ab3e6e87a "
19+ url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.1 /vurvey_0.4.1_linux_arm64 .tar.gz"
20+ sha256 "132317572f0da35207401b5bb2c0ab8cc4b1cec7b7b4fbcbbd07ffbef1273224 "
2121 else
22- url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.0 /vurvey_0.4.0_linux_amd64 .tar.gz"
23- sha256 "c1b5ed14bddcc94facfae51f859f0f13e23327d8e55017f87cf0fbdd1bd89ec1 "
22+ url "https://storage.googleapis.com/vurvey-cli-releases/v0.4.1 /vurvey_0.4.1_linux_amd64 .tar.gz"
23+ sha256 "23ff87f62c56913a2396099522be6b21a70b362d46605d97fd252359ba19071f "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments