Skip to content

Commit

Permalink
Merge pull request #207930 from Homebrew/bump-lesspipe-2.18
Browse files Browse the repository at this point in the history
lesspipe 2.18
  • Loading branch information
BrewTestBot authored Feb 16, 2025
2 parents 24b1da0 + 9568e3d commit 50c232c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/l/lesspipe.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Lesspipe < Formula
desc "Input filter for the pager less"
homepage "https://www-zeuthen.desy.de/~friebel/unix/lesspipe.html"
url "https://github.com/wofr06/lesspipe/archive/refs/tags/v2.17.tar.gz"
sha256 "8de1525e0c00ccca96d402562c99e527bb6a95a8667dcb899f519350d75c8ba4"
url "https://github.com/wofr06/lesspipe/archive/refs/tags/v2.18.tar.gz"
sha256 "a78c5c2841771adb5cdc7eb918ca8e4865be88cb9f7a53622ca3fa064d5ec5bc"
license all_of: [
"GPL-2.0-only",
"GPL-2.0-or-later", # sxw2txt
Expand All @@ -11,7 +11,7 @@ class Lesspipe < Formula
]

bottle do
sha256 cellar: :any_skip_relocation, all: "60855dd9c2df49e9a281435ff6e1f7423253dcb73f76e9d1408179daffbf54e2"
sha256 cellar: :any_skip_relocation, all: "7f22b2da49eb3d1351d4ed294dc21a75b794d4db4b10e91f0f4c28903ab32056"
end

uses_from_macos "perl"
Expand Down

0 comments on commit 50c232c

Please sign in to comment.