Browse Source

Merge pull request #6138 from ejurgensen/libunistring_update_0910

libunistring: update to 0.9.10
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
64b5b2ed97
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/libunistring/Makefile

+ 3
- 3
libs/libunistring/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libunistring
PKG_VERSION:=0.9.8
PKG_VERSION:=0.9.10
PKG_RELEASE:=1
PKG_HASH:=b792f2bd05d0fa7b339e39e353da7232b2e514e0db2cf5ed95beeff3feb53cf5
PKG_HASH:=eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/libunistring
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1


Loading…
Cancel
Save