Skip to content

Commit

Permalink
Update Iosevka to 32.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhl committed Nov 8, 2024
1 parent 6aae004 commit c97d26a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .src/fonts/Iosevka/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
IMAGE := iosevka-builder
SRC := src
BUILD := build
VERSION = v32.0.1

.PHONY: all clean image fonts

Expand All @@ -12,7 +13,7 @@ clean:
-rm -rf $(SRC) $(BUILD)

image:
git clone --branch v31.3.0 --depth=1 https://github.com/be5invis/Iosevka.git $(SRC)
git clone --branch $(VERSION) --depth=1 https://github.com/be5invis/Iosevka.git $(SRC)
podman build -t $(IMAGE) -f $(SRC)/docker/Dockerfile $(SRC)/docker

fonts:
Expand Down

0 comments on commit c97d26a

Please sign in to comment.