Skip to content

Commit

Permalink
bat 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Jan 7, 2025
1 parent 4bcaf43 commit fe8a97a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/b/bat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ class Bat < Formula
desc "Clone of cat(1) with syntax highlighting and Git integration"
homepage "https://github.com/sharkdp/bat"
license any_of: ["Apache-2.0", "MIT"]
revision 2
head "https://github.com/sharkdp/bat.git", branch: "master"

# Remove `stable` block when patch is no longer needed.
stable do
url "https://github.com/sharkdp/bat/archive/refs/tags/v0.24.0.tar.gz"
sha256 "907554a9eff239f256ee8fe05a922aad84febe4fe10a499def72a4557e9eedfb"
url "https://github.com/sharkdp/bat/archive/refs/tags/v0.25.0.tar.gz"
sha256 "4433403785ebb61d1e5d4940a8196d020019ce11a6f7d4553ea1d324331d8924"

# Update libgit2-sys to support libgit2 1.8.
# Backport of https://github.com/sharkdp/bat/commit/c59dad0cae45d7aa84ad87583d6b6904b30839b2
Expand Down

0 comments on commit fe8a97a

Please sign in to comment.