Browse Source

hiredis: update to version 0.13.3

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 8 years ago
parent
commit
163eb70a29
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/hiredis/Makefile

+ 2
- 2
libs/hiredis/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hiredis
PKG_VERSION:=0.13.1
PKG_VERSION:=0.13.3
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/redis/hiredis.git
PKG_SOURCE_VERSION:=f58dd249d6ed47a7e835463c3b04722972281dbb
PKG_SOURCE_VERSION:=010756025e8cefd1bc66c6d4ed3b1648ef6f1f95
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz


Loading…
Cancel
Save