Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angle-grinder 0.16 #69287

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions Formula/angle-grinder.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
class AngleGrinder < Formula
desc "Slice and dice log files on the command-line"
homepage "https://github.com/rcoh/angle-grinder"
# Remove "Cargo.lock" resource at version bump!
url "https://github.com/rcoh/angle-grinder/archive/v0.15.0.tar.gz"
sha256 "5359d6e241eca2bc3bdb7ddf9344b4ef8315cbe7629775c09e0ab7ed70310c8d"
url "https://github.com/rcoh/angle-grinder/archive/v0.16.tar.gz"
sha256 "575e5398cfcddc78152f76ade632f7be2aa6b54b4adaaf1776344529fb9c0561"
license "MIT"
revision 1

bottle do
cellar :any_skip_relocation
Expand All @@ -22,15 +20,7 @@ class AngleGrinder < Formula
depends_on "[email protected]"
end

# Replace stale lock file. Remove at version bump.
resource "Cargo.lock" do
url "https://raw.githubusercontent.com/rcoh/angle-grinder/6c5cf552dec605aac75c3da04e8618518b63abf2/Cargo.lock"
sha256 "a52f0e1d81eb77bdb10f9fa6b4bc5a2f4551045794570ac5d766de9085da4a54"
end

def install
rm_f "Cargo.lock"
resource("Cargo.lock").stage buildpath
system "cargo", "install", *std_cargo_args
end

Expand Down