Skip to content

Commit 342545a

Browse files
Update git-pkgs to v0.10.7
1 parent e7ec9fb commit 342545a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/git-pkgs.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
class GitPkgs < Formula
22
desc "Git-native package manager for monorepos"
33
homepage "https://github.com/git-pkgs/git-pkgs"
4-
version "0.10.6"
4+
version "0.10.7"
55
license "MIT"
66

77
on_macos do
88
on_intel do
99
url "https://github.com/git-pkgs/git-pkgs/releases/download/v#{version}/git-pkgs_#{version}_darwin_amd64.tar.gz"
10-
sha256 "b9ad71278c44012a72ccd59f936c21b601b0cc6fab21249de0c3a1b3e694a249"
10+
sha256 "e7144fc6d01d6503a7ad5ea7a1a730640f20be054f47902f5695eae5c2703dd2"
1111
end
1212

1313
on_arm do
1414
url "https://github.com/git-pkgs/git-pkgs/releases/download/v#{version}/git-pkgs_#{version}_darwin_arm64.tar.gz"
15-
sha256 "af282e9e175f8ab0d35aa36eaaa610474a1ecaed326d018a402629adcf2610c2"
15+
sha256 "21380bcd42083489ade9561fa353017f3c2b247fa229609c5e60d520c759e80a"
1616
end
1717
end
1818

1919
on_linux do
2020
on_intel do
2121
url "https://github.com/git-pkgs/git-pkgs/releases/download/v#{version}/git-pkgs_#{version}_linux_amd64.tar.gz"
22-
sha256 "3dde46fb9d8b7c7f157249d37a5f6bfeb051031fed3a7c548d8ef2b32c69e89a"
22+
sha256 "4b8c4b292c360b7ecd76326e1ab2a27d1b59c3c43b0ae19b026ae3294965dad7"
2323
end
2424

2525
on_arm do
2626
url "https://github.com/git-pkgs/git-pkgs/releases/download/v#{version}/git-pkgs_#{version}_linux_arm64.tar.gz"
27-
sha256 "423a2743d710ee43df10470a51feb3805ce7755f8cccbd56b6692da871a98020"
27+
sha256 "8f34ac5d67b4edf418ecbd0a79946d142e57db381af496e9fe8e44fa2cd7879d"
2828
end
2929
end
3030

0 commit comments

Comments
 (0)