From: Jakub Jalowiczor Date: Mon, 7 Oct 2019 12:26:32 +0000 (-0400) Subject: poco: Package version changed X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d9106a3a90e4bbb7ad7fc36a961a7388ba81fe9b;p=openwrt-packages.git poco: Package version changed Signed-off-by: Jakub Jalowiczor --- diff --git a/libs/poco/Makefile b/libs/poco/Makefile index 97c7bcd29..cf7280709 100644 --- a/libs/poco/Makefile +++ b/libs/poco/Makefile @@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=poco -PKG_VERSION:=1.9.0-all +_PKG_VERSION:=1.9.0 +PKG_VERSION:=$(_PKG_VERSION)-all PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://pocoproject.org/releases/$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=https://pocoproject.org/releases/$(PKG_NAME)-$(_PKG_VERSION) PKG_HASH:=b6e33898588e74337efec4e8d8b9b277bb653b08318a79215f9aa4a3ff1ea9fd PKG_LICENSE:=BSL-1.0