Do not unnecessarily constrain values in verifyPropType()
[hiphop-php.git] / third-party / watchman / src / build / fbcode_builder / manifests / gnu-bash
blob89da77ca2b70bd8cec3900777fc3d0defc087e9d
1 [manifest]
2 name = gnu-bash
4 [download.os=darwin]
5 url = https://ftp.gnu.org/gnu/bash/bash-5.1-rc1.tar.gz
6 sha256 = 0b2684eb1990329d499c96decfe2459f3e150deb915b0a9d03cf1be692b1d6d3
8 [build.os=darwin]
9 # The buildin FreeBSD bash on OSX is both outdated and incompatible with the
10 # modern GNU bash, so for the sake of being cross-platform friendly this
11 # manifest provides GNU bash.
12 # NOTE: This is the 5.1-rc1 version, which is almost the same as what Homebrew
13 # uses (Homebrew installs 5.0 with the 18 patches that in fact make the 5.1-rc1
14 # version).
15 builder = autoconf
16 subdir = bash-5.1-rc1
17 build_in_src_dir = true
19 [build.not(os=darwin)]
20 builder = nop