summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-28 02:11:17 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-28 02:14:20 +0400
commit1d92a83370c8bf2ed958f308f61c6b58f6ec08de (patch)
treebb24a88e9fd9ca57d8b7b54ccd383895476b1888 /Makefile
parentf267d0b07f549dcfbe2782ce30df2accde2bd673 (diff)
chore(makefile): update st and dwm versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f97c53..240edd3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
.POSIX:
DMENU = dmenu_farajli-5.3.0
-DWM = dwm_farajli-6.5.1
+DWM = dwm_farajli-6.5.2
FONT1 = LiberationMono
FONT2 = JetBrainsMono
SLSTATUS = slstatus_farajli-1.0.0
-ST = st_farajli-0.9.2.0
+ST = st_farajli-0.9.2.1
FONTS = $(FONT1) $(FONT2)
SOFTWARE = $(DWM) $(DMENU) $(SLSTATUS) $(ST)