Browse Source

Merge pull request #2680 from KurdyMalloy/master

poco: update to 1.7.3
lilik-openwrt-22.03
Hannu Nyman 9 years ago
parent
commit
42fe8b37a6
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.0
PKG_VERSION:=1.7.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.0
PKG_MD5SUM:=dbbc98ab95910cc31bf4f1ffff9ac572
PKG_SOURCE_URL:=http://pocoproject.org/releases/poco-1.7.3
PKG_MD5SUM:=a27c40529b6c32352ec890f6fe18bc0d
PKG_LICENSE:=BSL-1.0
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save