Skip to content

Commit 02115a5

Browse files
authored
Update Unifont to 15.1.05
1 parent 032dbd3 commit 02115a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/buildactions/install_unifont.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ premake.modules.install_unifont = {}
44

55
-- Config variables
66
local UNIFONT_BASEURL = "https://github.com/multitheftauto/unifont/releases/download/"
7-
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.1.04.ttf"
7+
local UNIFONT_DOWNLOAD_FILENAME = "unifont-15.1.05.ttf"
88
local UNIFONT_FILENAME = "unifont.ttf"
99
local UNIFONT_PATH = "Shared/data/MTA San Andreas/MTA/cgui"
1010

1111
-- Change these to update the version
12-
local UNIFONT_TAG = "v15.1.04"
13-
local UNIFONT_HASH = "1da5b1b2e41875cc009e8a3a22bc0e3d0d50d4febfd9021933ff4019d3270def"
12+
local UNIFONT_TAG = "v15.1.05"
13+
local UNIFONT_HASH = "ed6457062d96e58eaf6c77958a78068017fb4db8022e41b79435c3bc23c536d9"
1414

1515
newaction {
1616
trigger = "install_unifont",

0 commit comments

Comments
 (0)