qtads: use full_index patch

This commit is contained in:
Misty De Meo 2017-06-28 22:09:41 -07:00 committed by ilovezfs
parent cc517d39a1
commit 902d9d434a

View file

@ -11,15 +11,15 @@ class Qtads < Formula
# Remove for > 2.1.7
# fix infinite recursion
patch do
url "https://github.com/realnc/qtads/commit/d22054b.patch"
sha256 "10157fc4c03cf33496d93d18e5ca3c044df5457c7e56c454dabfb154ffb627ca"
url "https://github.com/realnc/qtads/commit/d22054b.patch?full_index=1"
sha256 "e6af1eb7a8a4af72c9319ac6032a0bb8ffa098e7dd64d76da08ed0c7e50eaa7f"
end
# Remove for > 2.1.7
# fix pointer/integer comparison
patch do
url "https://github.com/realnc/qtads/commit/46701a2.patch"
sha256 "34aa02b5ef0ec4e61c47cbd64fd256d3ebe158925c69680a91208f71b77a52d1"
url "https://github.com/realnc/qtads/commit/46701a2.patch?full_index=1"
sha256 "02c86bfa44769ec15844bbefa066360fb83ac923360ced140545fb782f4f3397"
end
end