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

Commit 5ab9123

Browse files
committed
Update URL and SHA256 for version 0.7.0
1 parent 0968405 commit 5ab9123

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.6.2.tar.gz"
5-
sha256 "ccd7a8a5b9cb21c52cc488923ed1318387a9fefa4baff2057bd96b27591577aa"
4+
url "https://github.com/andrew/git-pkgs/archive/refs/tags/v0.7.0.tar.gz"
5+
sha256 "5c5aebf75e9570945b324777e5fa33cd5e35d31f6172c2415a4bd91db02477cc"
66
license "AGPL-3.0"
77

88
depends_on "cmake" => :build

0 commit comments

Comments
 (0)