diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 21:24:43 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 21:26:54 +0000 |
commit | 5a2db7c7930f59bdb4c8f3c4df3fa2b8eadd7acd (patch) | |
tree | 59d6420427fb94ee6118c7ea7f56a7c5a601aa58 /community/yaml-cpp/APKBUILD | |
parent | f65eb0a8865cf465e52313cc991618ddf818c522 (diff) | |
download | aports-5a2db7c7930f59bdb4c8f3c4df3fa2b8eadd7acd.tar.bz2 aports-5a2db7c7930f59bdb4c8f3c4df3fa2b8eadd7acd.tar.xz |
community/yaml-cpp: update sha512sums
yaml-cpp 0.5.3 sha512sums changed but upstream said
that their didn't change the tarball. Maybe was a github
issue that regenerated the tarball?
See: https://github.com/jbeder/yaml-cpp/issues/535
Diffstat (limited to 'community/yaml-cpp/APKBUILD')
-rw-r--r-- | community/yaml-cpp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/yaml-cpp/APKBUILD b/community/yaml-cpp/APKBUILD index f1ed8f30e5..7043cb4b1a 100644 --- a/community/yaml-cpp/APKBUILD +++ b/community/yaml-cpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=yaml-cpp pkgver=0.5.3 -pkgrel=3 +pkgrel=4 pkgdesc="YAML parser and emitter in C++ matching YAML 1.2 spec" url="https://github.com/jbeder/yaml-cpp" arch="all" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="cb11acccc5261e4513b597becf6be5d7fef05ef89a11eda3fc7db9e513adf953a2ec9c1bf70b91277076d793f0c65a496c7243d9b4a4240623e5f7034f8d4ad3 yaml-cpp-0.5.3.tar.gz" +sha512sums="fb8683e2b9847dac7e222185816637ccbec3b429abe8965169349ca9a10983692f1d78fd03c522490efd29962157cd3df25cd4f2e2fec2149d28d0df8e136dd3 yaml-cpp-0.5.3.tar.gz" |