Browse Source

poco: update to 1.7.5

Update package to latest stable version (1.7.5)

Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
lilik-openwrt-22.03
jmjulien 8 years ago
parent
commit
57e92300d6
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/poco/Makefile

+ 3
- 3
libs/poco/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=poco
PKG_VERSION:=1.7.3
PKG_VERSION:=1.7.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.3
PKG_MD5SUM:=a27c40529b6c32352ec890f6fe18bc0d
PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.5
PKG_MD5SUM:=baafda4833c4dd95993398d9f237c96c
PKG_LICENSE:=BSL-1.0
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save