Browse Source

Merge pull request #5261 from nxhack/bump_to_60_2

icu: update to 60.2
lilik-openwrt-22.03
champtar 7 years ago
committed by GitHub
parent
commit
cc452ef941
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/icu/Makefile

+ 3
- 3
libs/icu/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icu4c
PKG_VERSION:=60.1
PKG_VERSION:=60.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-60_1-src.tgz
PKG_SOURCE:=$(PKG_NAME)-60_2-src.tgz
PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION)
PKG_HASH:=f8f5a6c8fbf32c015a467972bdb1477dc5f5d5dfea908b6ed218715eeb5ee225
PKG_HASH:=f073ea8f35b926d70bb33e6577508aa642a8b316a803f11be20af384811db418
PKG_LICENSE:=ICU-1.8.1+
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save