We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bcf91 commit 0deb0f9Copy full SHA for 0deb0f9
1 file changed
Formula/qv.rb
@@ -1,8 +1,8 @@
1
class Qv < Formula
2
desc "Quickly view your data"
3
homepage "https://github.com/timvw/qv"
4
- url "https://github.com/timvw/qv/releases/download/v0.9.6/qv-0.9.6-macos-arm64.tar.gz"
5
- sha256 "9443fa4623439bda45ab3d5614907b6a9f48908dc8c27409196c6929aadd9b01"
+ url "https://github.com/timvw/qv/archive/refs/tags/v0.9.7.tar.gz"
+ sha256 "921d53974c64bd0839f81e9872c2036a077be98895238d76a8423e60201f2ba5"
6
license "Apache-2.0"
7
head "https://github.com/timvw/qv.git", branch: "main"
8
0 commit comments