Skip to content

Commit

Permalink
Merge pull request #181387 from Homebrew/bump-git-delta-0.18.0
Browse files Browse the repository at this point in the history
git-delta 0.18.0
  • Loading branch information
BrewTestBot authored Aug 16, 2024
2 parents 4933338 + 997f1f0 commit 8e02b5e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/git-delta.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class GitDelta < Formula
desc "Syntax-highlighting pager for git and diff output"
homepage "https://github.com/dandavison/delta"
url "https://github.com/dandavison/delta/archive/refs/tags/0.17.0.tar.gz"
sha256 "1abd21587bcc1f2ef0cd342784ce990da9978bc345578e45506419e0952de714"
url "https://github.com/dandavison/delta/archive/refs/tags/0.18.0.tar.gz"
sha256 "1cdd61373b34cd6d20a0184efc9e445939f743d92b2b89a83ec787b4cf93f5a4"
license "MIT"
head "https://github.com/dandavison/delta.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0857ee2533e5731a3ff70fbba14bedf6ee066de4b3954fcac2a5291e781a5776"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1fd816757a69671cda27b70e981d137465988d6abf672fad9d643ff175448589"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ddd619480dbd050fee0293cdfa73d8bace0d1b7d851c34ed7d390c57bf8110d3"
sha256 cellar: :any_skip_relocation, sonoma: "d4562d1713f211739bad31fa4f8560d5b3c3d7bd8f7a61a4743552b0c6e3f81b"
sha256 cellar: :any_skip_relocation, ventura: "3ae765b906ec45cef98611ebfb0421d0d64206d6dd7065c86bb14d16eb529b6a"
sha256 cellar: :any_skip_relocation, monterey: "3d9797138ddc479b9ed8a180c30bf350b88c08a551ea6a43d34870fe448c8978"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f55330791412a4933e7efa64dcfaaac315830d7e90f27c79e92f3c266c77688a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c11e3d862819f2080451e72f0bc37d4b62e843a31622cb0807c8f939a50d78e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e205757d1c3c4778b1f575c496807a3d10d002c16c4604fa57d4ddf729de4e3c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2345730a1d8cc8cc687437fdf9b43191088661a83249ca33c70b533a94546821"
sha256 cellar: :any_skip_relocation, sonoma: "705fe66c3f1d803536f608e31045777b7f447b5f47710428675264fdb18437bc"
sha256 cellar: :any_skip_relocation, ventura: "b42dca2290df94a78e01b3cdfb0d729bc3d6d520ba49e0a926ca3f9367a6e9a5"
sha256 cellar: :any_skip_relocation, monterey: "9e607fd46ff49a326f82ea6828c04c7d7f718086efc464dbeeece9948749ea2a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ce98431a38ecb87a5797ad87dcd2c1bb3ee841a71a02cea256b015ad9744b9dc"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 8e02b5e

Please sign in to comment.