poco: Package version changed
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
This commit is contained in:
parent
83c21577a4
commit
d9106a3a90
1 changed files with 3 additions and 2 deletions
|
@ -9,11 +9,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=poco
|
PKG_NAME:=poco
|
||||||
PKG_VERSION:=1.9.0-all
|
_PKG_VERSION:=1.9.0
|
||||||
|
PKG_VERSION:=$(_PKG_VERSION)-all
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
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_HASH:=b6e33898588e74337efec4e8d8b9b277bb653b08318a79215f9aa4a3ff1ea9fd
|
||||||
|
|
||||||
PKG_LICENSE:=BSL-1.0
|
PKG_LICENSE:=BSL-1.0
|
||||||
|
|
Loading…
Reference in a new issue