diff options
-rwxr-xr-x | build-homebrew-formula.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-homebrew-formula.py b/build-homebrew-formula.py index 2579a3c..f8adb7b 100755 --- a/build-homebrew-formula.py +++ b/build-homebrew-formula.py @@ -39,6 +39,11 @@ class CryptechAlpha < Formula sha256 "d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c" end + resource "PyYAML" do + url "http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz" + sha256 "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8" + end + def install # Installation is a bit complex due to the way Homebrew handles |