diff --git a/Formula/b/bat.rb b/Formula/b/bat.rb index 05b1b0d7de65d7..95fe977d0c4fdf 100644 --- a/Formula/b/bat.rb +++ b/Formula/b/bat.rb @@ -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