summaryrefslogtreecommitdiff
path: root/autoimport.py
diff options
context:
space:
mode:
Diffstat (limited to 'autoimport.py')
-rwxr-xr-xautoimport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoimport.py b/autoimport.py
index 5fb0659..c00dc4d 100755
--- a/autoimport.py
+++ b/autoimport.py
@@ -36,7 +36,7 @@ def process_http(pkgs, url, addhash=True):
inst = dict(version=pkg["Version"],
filename="%s/%s" % (url, pkg["Filename"]))
if addhash:
- inst["sharing"] = pkg["SHA256"]
+ inst["sha256hash"] = pkg["SHA256"]
pkgs[name] = inst
def process_file(pkgs, filename):