Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions Formula/n/ngrep.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ngrep < Formula
desc "Network grep"
homepage "https://github.com/jpr5/ngrep"
url "https://github.com/jpr5/ngrep/archive/refs/tags/v1.48.0.tar.gz"
sha256 "49a20b83f6e3d9191c0b5533c0875fcde83df43347938c4c6fa43702bdbd06b4"
url "https://github.com/jpr5/ngrep/archive/refs/tags/v1.48.1.tar.gz"
sha256 "ac06d783d76f274abd8ed039fab643731b752d0f8cf0c6488d00cf72d1087ddd"
license :cannot_represent # Described as 'BSD with advertising' here: https://src.fedoraproject.org/rpms/ngrep/blob/rawhide/f/ngrep.spec#_8

no_autobump! because: :requires_manual_review
Expand Down
Loading