1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-05 22:53:32 +02:00

Fixed Makefile

This commit is contained in:
Jakub Roztocil 2016-08-13 22:57:44 +02:00
parent 8ac3c5961c
commit 8a9206eceb
2 changed files with 7 additions and 7 deletions

View File

@ -97,4 +97,4 @@ uninstall-all: uninstall-httpie
homebrew-formula-vars:
extras/get-homebrew-formula-variables.py
extras/get-homebrew-formula-vars.py

View File

@ -42,14 +42,14 @@ packages = {
httpie_info = packages.pop('httpie')
print("""
url "{url}"
sha256 "{sha256}"
url "{url}"
sha256 "{sha256}"
""".format(**httpie_info))
for package_info in packages.values():
print("""
resource "{name}" do
url "{url}"
sha256 "{sha256}"
end""".format(**package_info))
resource "{name}" do
url "{url}"
sha256 "{sha256}"
end""".format(**package_info))