diff --git a/utils/buildactions/install_unifont.lua b/utils/buildactions/install_unifont.lua index ba08e5728c..eb34d5059a 100644 --- a/utils/buildactions/install_unifont.lua +++ b/utils/buildactions/install_unifont.lua @@ -4,13 +4,13 @@ premake.modules.install_unifont = {} -- Config variables local UNIFONT_BASEURL = "https://github.com/multitheftauto/unifont/releases/download/" -local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.0.06.ttf" +local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.1.01.ttf" local UNIFONT_FILENAME = "unifont.ttf" local UNIFONT_PATH = "Shared/data/MTA San Andreas/MTA/cgui" -- Change these to update the version -local UNIFONT_TAG = "v15.0.06" -local UNIFONT_HASH = "9282b6eff54eeca2e7f58c9a40a91049bd219f3e6a45fbee8eba013379b9af3a" +local UNIFONT_TAG = "v15.1.01" +local UNIFONT_HASH = "46dce92d451faeb23d1d08a1c7448f10c60af444d2d688674dc91e85081f2c3b" newaction { trigger = "install_unifont",