diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-26 21:03:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:14:46 +0000 |
commit | 2f2814f7f08bb68b9417e1c70329bddec423f3ab (patch) | |
tree | 2878145ba2b59463ef2b30a41df61a77c87e15c6 /testing | |
parent | 227f0bdff7a61cebc8fa5bef7d643e755952ba99 (diff) | |
download | aports-2f2814f7f08bb68b9417e1c70329bddec423f3ab.tar.bz2 aports-2f2814f7f08bb68b9417e1c70329bddec423f3ab.tar.xz |
testing/yaml-cpp: rebuild against boost 1.62.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/yaml-cpp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yaml-cpp/APKBUILD b/testing/yaml-cpp/APKBUILD index 507454d944..8292567581 100644 --- a/testing/yaml-cpp/APKBUILD +++ b/testing/yaml-cpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=yaml-cpp pkgver=0.5.3 -pkgrel=0 +pkgrel=1 pkgdesc="YAML parser and emitter in C++ matching YAML 1.2 spec" url="https://github.com/jbeder/yaml-cpp" arch="all" |