commit
a6cf96588c
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libyaml-cpp
|
||||
PKG_VERSION:=0.6.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=0.7.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=yaml-cpp-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/jbeder/yaml-cpp/tar.gz/yaml-cpp-$(PKG_VERSION)?
|
||||
PKG_HASH:=77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed
|
||||
PKG_HASH:=43e6a9fcb146ad871515f0d0873947e5d497a1c9c60c58cb102a97b47208b7c3
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/yaml-cpp-yaml-cpp-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:= Steven Hessing <steven.hessing@gmail.com>
|
||||
|
@ -32,7 +32,7 @@ define Package/libyaml-cpp
|
|||
TITLE:=libyaml-cpp
|
||||
URL:=https://github.com/jbeder/yaml-cpp
|
||||
DEPENDS:=+libstdcpp
|
||||
ABI_VERSION:=0.6
|
||||
ABI_VERSION:=0.7
|
||||
endef
|
||||
|
||||
define Package/libyaml-cpp/description
|
||||
|
|
Loading…
Reference in a new issue