diff --git a/Makefile b/Makefile index 5987790..43b7ef0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SOURCE := ./src/ SOURCEFILES := $(shell find $(SOURCE) 2> /dev/null | sort) -NOTOEMOJI_VERSION := v2020-07-22-unicode13_0 +NOTOEMOJI_VERSION := v2020-09-16-unicode13_1 NOTOEMOJI_FONT := ./assets/NotoColorEmoji_$(NOTOEMOJI_VERSION).ttf NOTOEMOJI_URL := https://github.com/googlei18n/noto-emoji/raw/$(NOTOEMOJI_VERSION)/fonts/NotoColorEmoji.ttf NOTOEMOJI_DEST := ./src/noto-color-emoji.ttf