raise Exception("Executing md5sum failed")
try:
- shapipe = os.popen('shasum -a256 -p ' + localpath)
+ shapipe = os.popen('sha256sum -b ' + localpath)
shadata = (shapipe.readline().split() or [ "" ])[0]
shapipe.close()
except OSError:
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
missing = missing + "C++ Compiler (${BUILD_PREFIX}g++),"
- required_utilities = "patch diffstat texi2html makeinfo cvs svn git bzip2 tar gzip gawk shasum md5sum"
+ required_utilities = "patch diffstat texi2html makeinfo cvs svn git bzip2 tar gzip gawk sha256sum md5sum"
for util in required_utilities.split():
if not check_app_exists( util, e.data ):