Index: Makefile
===================================================================
--- Makefile (revision 25)
+++ Makefile (revision 26)
@@ -7,7 +7,7 @@
url = $(DOWNLOAD_SERVER)/sources/packages/l/icu4c
-versions = 68.2
+versions = 73.1
pkgname = icu4c
suffix = tar.xz
@@ -14,7 +14,7 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/icu4c-68.2.patch
+patches = $(CURDIR)/patches/icu4c-73.1.patch
.NOTPARALLEL: $(patches)
@@ -49,7 +49,7 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-68.2-patch ; ./create.patch.sh ) ; \
+ ( cd create-73.1-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: