Browse Source

Merge pull request #15923 from nxhack/icu_691

icu: bump to 69.1
lilik-openwrt-22.03
Josef Schlehofer 3 years ago
committed by GitHub
parent
commit
93c1821ee4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      libs/icu/Makefile

+ 4
- 4
libs/icu/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icu4c
MAJOR_VERSION:=68
MINOR_VERSION:=2
MAJOR_VERSION:=69
MINOR_VERSION:=1
PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
PKG_RELEASE:=3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)
PKG_HASH:=c79193dee3907a2199b8296a93b52c5cb74332c26f3d167269487680d479d625
PKG_HASH:=4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745
PKG_LICENSE:=ICU
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save