Skip to content

Commit

Permalink
viddy 1.1.4
Browse files Browse the repository at this point in the history
viddy: remove version patch

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Sep 29, 2024
1 parent 2824dd7 commit 4fe78c3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/v/viddy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Viddy < Formula
desc "Modern watch command"
homepage "https://github.com/sachaos/viddy"
url "https://github.com/sachaos/viddy/archive/refs/tags/v1.1.3.tar.gz"
sha256 "715846c8cef404c56325766781b4fc015e805f6a20435f08842262dca244fc65"
url "https://github.com/sachaos/viddy/archive/refs/tags/v1.1.4.tar.gz"
sha256 "fb76b1d0a25a2909a5e105f75534bda05c8d63ad82c1fb4f1bb5f828773b30f0"
license "MIT"
head "https://github.com/sachaos/viddy.git", branch: "master"

Expand All @@ -17,12 +17,6 @@ class Viddy < Formula

depends_on "rust" => :build

# version patch, upstream pr ref, https://github.com/sachaos/viddy/pull/156
patch do
url "https://github.com/sachaos/viddy/commit/e20aa1aba227c90b9616144ae13676e2217c4563.patch?full_index=1"
sha256 "0784e58b7e1c03b751db54574fec85a203ae3fb8983418b5b703dd36fa08aa1b"
end

def install
system "cargo", "install", *std_cargo_args
end
Expand Down

0 comments on commit 4fe78c3

Please sign in to comment.