Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit eaec4d0

Browse files
committed
Update URL and SHA256 for version 0.8.0
1 parent 2d86236 commit eaec4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/git-pkgs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class GitPkgs < Formula
22
desc "Track package dependencies across git history"
33
homepage "https://github.com/andrew/git-pkgs"
4-
url "https://github.com/andrew/git-pkgs/archive/refs/tags/v0.7.0.tar.gz"
5-
sha256 "5c5aebf75e9570945b324777e5fa33cd5e35d31f6172c2415a4bd91db02477cc"
4+
url "https://github.com/andrew/git-pkgs/archive/refs/tags/v0.8.0.tar.gz"
5+
sha256 "b2e8ebfefc86fd137fb76225934c0fe2a1e01b2fcaac88a91f1134eecc4e9e71"
66
license "AGPL-3.0"
77

88
depends_on "cmake" => :build

0 commit comments

Comments
 (0)