libks: bump to 1.6.0
Use regular releases from now on. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
55a6e9f583
commit
b67ac87e16
2 changed files with 8 additions and 8 deletions
|
@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libks
|
PKG_NAME:=libks
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_VERSION:=1.6.0
|
||||||
PKG_SOURCE_URL:=https://github.com/signalwire/$(PKG_NAME).git
|
|
||||||
PKG_SOURCE_DATE=2019-09-18
|
|
||||||
PKG_SOURCE_VERSION:=df72c4c61a2deed414541735086d03259aec9679
|
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MIRROR_HASH:=3005101d3c80ec7d03d2097e538506a5090ded65b71169c279194ab950fd7cb5
|
|
||||||
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
PKG_SOURCE_URL:=https://codeload.github.com/signalwire/libks/tar.gz/$(PKG_VERSION)?
|
||||||
|
PKG_HASH:=1638b489df1e7c4ef81ebe08c2b6256d942a2ac1b477fb36f3920b9d1f0b7166
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
CMAKE_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -11,6 +11,10 @@ option(WITH_LIBBACKTRACE "Enables linkin
|
@@ -11,6 +11,10 @@ option(WITH_LIBBACKTRACE "Enables linkin
|
||||||
# Must include cotire before anything else for auto pch setup
|
# Must include cotire before anything else for auto pch setup
|
||||||
include(cmake/cotire.cmake)
|
#include(cmake/cotire.cmake)
|
||||||
|
|
||||||
+# Declare our project, libks
|
+# Declare our project, libks
|
||||||
+project(LibKS VERSION 1.3.0 LANGUAGES C CXX)
|
+project(LibKS VERSION 1.6.0 LANGUAGES C CXX)
|
||||||
+message("LibKS Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
|
+message("LibKS Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
|
||||||
+
|
+
|
||||||
# Load our common utility api and setup the platfomrm and build
|
# Load our common utility api and setup the platfomrm and build
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
-# Declare our project, libks
|
-# Declare our project, libks
|
||||||
-project(LibKS VERSION 1.3.0 LANGUAGES C CXX)
|
-project(LibKS VERSION 1.6.0 LANGUAGES C CXX)
|
||||||
-message("LibKS Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
|
-message("LibKS Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
|
||||||
-
|
-
|
||||||
# Set package version
|
# Set package version
|
||||||
|
|
Loading…
Reference in a new issue