Fix linuxbrew (#3514)

This commit is contained in:
Mitchell Grenier 2017-08-01 11:57:18 -07:00 committed by GitHub
parent ba35a92243
commit ba5f75489f

View File

@ -20,9 +20,9 @@ LINUXBREW_REPO="https://github.com/Linuxbrew/brew"
# Set the SHA1 commit hashes for the pinned homebrew Taps.
# Pinning allows determinism for bottle availability, expect to update often.
HOMEBREW_CORE="941ca36839ea354031846d73ad538e1e44e673f4"
LINUXBREW_CORE="ff436960b24eb7f283d91aee578606b4995a52d2"
LINUXBREW_CORE="abc5c5782c5850f2deff1f3d463945f90f2feaac"
HOMEBREW_BREW="ac2cbd2137006ebfe84d8584ccdcb5d78c1130d9"
LINUXBREW_BREW="269be25411af00b5ecf9764a92c8061dc79ed8ca"
LINUXBREW_BREW="20bcce2c176469cec271b46d523eef1510217436"
# If the world needs to be rebuilt, increase the version
DEPS_VERSION="4"