snowman: update boost version

This commit is contained in:
Jérôme Duval
2021-10-06 07:55:33 +02:00
committed by GitHub
parent fc1fc32f07
commit 8aa952e4d5

View File

@@ -14,7 +14,7 @@ assembler code and the reconstructed program.
HOMEPAGE="https://derevenets.com"
COPYRIGHT="2010 Yegor Derevenets"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/yegord/snowman/archive/v$portVersion.zip"
CHECKSUM_SHA256="6baf2e2dc2e66e43f708b5ee7490b08676e0756a04f059b3b6be5fe3ec385cd5"
SOURCE_FILENAME="snowman-$portVersion.zip"
@@ -41,10 +41,10 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_filesystem$secondaryArchSuffix >= 1.69
devel:libboost_iostreams$secondaryArchSuffix >= 1.69
devel:libboost_program_options$secondaryArchSuffix >= 1.69
devel:libboost_system$secondaryArchSuffix >= 1.69
devel:libboost_filesystem$secondaryArchSuffix >= 1.69.0
devel:libboost_iostreams$secondaryArchSuffix >= 1.69.0
devel:libboost_program_options$secondaryArchSuffix >= 1.69.0
devel:libboost_system$secondaryArchSuffix >= 1.69.0
devel:libcapstone$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix