We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecf0bd commit e914b14Copy full SHA for e914b14
Formula/qv.rb
@@ -3,8 +3,8 @@ class Qv < Formula
3
homepage "https://github.com/timvw/qv"
4
5
if Hardware::CPU.arm?
6
- url "https://github.com/timvw/qv/releases/download/v0.9.14/qv-aarch64-apple-darwin.tar.gz"
7
- sha256 "663ce40c3a4e68a6b4feef93d919534c22922cc352588129c49e816a00359b4d"
+ url "https://github.com/timvw/qv/archive/refs/tags/v0.9.15.tar.gz"
+ sha256 "78c1166e911b71f1461478f574a96c0f26fc98ac8a671dedab5394dec93d9e6f"
8
else
9
url "https://github.com/timvw/qv/releases/download/v0.9.14/qv-x86_64-apple-darwin.tar.gz"
10
sha256 "26a19254960b934a9430f3830df64400de98f25e2a669b1e3bfad09a32176f76"
0 commit comments