Skip to content

Commit

Permalink
Update update_multilangual_casks (#83069)
Browse files Browse the repository at this point in the history
  • Loading branch information
core-code committed May 24, 2020
1 parent 12baf5f commit 2b39247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer/bin/update_multilangual_casks
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import hashlib

def getsha(url, version, language):
url = url.replace("#{version}", version)
url = url.replace("#{version.major_minor.no_dots}", ''.join(version.split(".")[0:2]))
url = url.replace("#{language}", language)
response = urllib2.urlopen(url)
download = response.read()
Expand Down

0 comments on commit 2b39247

Please sign in to comment.