Skip to content

Commit

Permalink
qv: add 0.3.2 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Sep 28, 2022
1 parent becbeaa commit 6b82ab8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Formula/qv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ class Qv < Formula
license "Apache-2.0"
head "https://github.com/timvw/qv.git", branch: "main"

bottle do
root_url "https://github.com/timvw/homebrew-tap/releases/download/qv-0.3.2"
rebuild 1
sha256 cellar: :any_skip_relocation, monterey: "592f9852f633f58a83627569bea7dc6b384ed60ba068f15c2eaf9384ba82decd"
sha256 cellar: :any_skip_relocation, big_sur: "7645d0abdd537179143436157a51cfae1a49cfc1d042b70e3f625e1a08ad18ab"
sha256 x86_64_linux: "a114490b58765897b17ee7441b8db8782d64a2c5477644623583e3e65a1d2879"
end

depends_on "rust" => :build

def install
Expand Down

0 comments on commit 6b82ab8

Please sign in to comment.