Skip to content

Commit

Permalink
prr: update to use libgit2 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jan 9, 2025
1 parent 8b773b2 commit 1ea5ac3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/p/prr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@ class Prr < Formula
desc "Mailing list style code reviews for github"
homepage "https://github.com/danobi/prr"
license "GPL-2.0-only"
revision 2
revision 3
head "https://github.com/danobi/prr.git", branch: "master"

stable do
url "https://github.com/danobi/prr/archive/refs/tags/v0.19.0.tar.gz"
sha256 "76d101fefe42456d0c18a64e6f57b9d3a84baaecaf1e3a5e94b93657a6773c11"

# support libgit2 1.8, upstream pr ref, https://github.com/MitMaro/git-interactive-rebase-tool/pull/948
# support libgit2 1.8, upstream pr ref, https://github.com/danobi/prr/pull/67
patch do
url "https://github.com/danobi/prr/commit/c860f3d29c3607b10885e6526bea4cfd242815b5.patch?full_index=1"
sha256 "208bbbdf4358f98c01b567146d0da2d1717caa53e4d2e5ea55ae29f5adaaaae2"
end
# support libgit2 1.9, upstream pr ref, https://github.com/danobi/prr/pull/69
patch do
url "https://github.com/danobi/prr/commit/84c0d0c324fb5a1334b72dc1fdf65c8e81c2cd01.patch?full_index=1"
sha256 "e695229e73e83f5d06c9b9ac9714c053088f6862d6db699e1d3101413b2d06d4"
end

# completion and manpage support, upstream pr ref, https://github.com/danobi/prr/pull/68
patch do
Expand Down

0 comments on commit 1ea5ac3

Please sign in to comment.