zbackup: use full_index patch
This commit is contained in:
parent
14c8d5a9c8
commit
fb56833bbe
1 changed files with 4 additions and 4 deletions
|
@ -20,13 +20,13 @@ class Zbackup < Formula
|
|||
|
||||
# These fixes are upstream and can be removed in version 1.5+
|
||||
patch do
|
||||
url "https://github.com/zbackup/zbackup/commit/7e6adda6b1df9c7b955fc06be28fe6ed7d8125a2.diff"
|
||||
sha256 "564c494b02be7b159b21f1cfcc963df29350061e050e66b7b3d96ed829552351"
|
||||
url "https://github.com/zbackup/zbackup/commit/7e6adda6b1df9c7b955fc06be28fe6ed7d8125a2.diff?full_index=1"
|
||||
sha256 "b33b3693fff6fa89b40a02c8c14f73e2e270e2c5e5f0e27ccb038b0d2fb304d4"
|
||||
end
|
||||
|
||||
patch do
|
||||
url "https://github.com/zbackup/zbackup/commit/f4ff7bd8ec63b924a49acbf3a4f9cf194148ce18.diff"
|
||||
sha256 "47f760aa03a0a1550f05e30b1fa127afa1eda5a802d0d6edd9be07f3762008fb"
|
||||
url "https://github.com/zbackup/zbackup/commit/f4ff7bd8ec63b924a49acbf3a4f9cf194148ce18.diff?full_index=1"
|
||||
sha256 "060491c216a145d34a8fd3385b138630718579404e1a2ec2adea284a52699672"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue