Skip to content

Commit

Permalink
updated lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Jan 10, 2020
1 parent 7d21bea commit c4144a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def unzip(filename, where):
return z.namelist()[0]

def downloadAll(targets):
version = "9e78876d7a7ebb66807b2f09207d4211d2265de8"
version = "6c4af62b8c9853bfca1166d672a16abdbf9f0d26"
url = "https://github.com/teeworlds/teeworlds-libs/archive/{}.zip".format(version)

# download and unzip
Expand Down

0 comments on commit c4144a7

Please sign in to comment.