From 4dd5e0cd7301ef8e201da7d52c0d9b2c57f2d02d Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 20 May 2022 09:52:50 +0200 Subject: [PATCH] bear: bump version --- dev-util/bear/{bear-3.0.18.recipe => bear-3.0.19.recipe} | 3 ++- .../patches/{bear-3.0.18.patchset => bear-3.0.19.patchset} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename dev-util/bear/{bear-3.0.18.recipe => bear-3.0.19.recipe} (96%) rename dev-util/bear/patches/{bear-3.0.18.patchset => bear-3.0.19.patchset} (100%) diff --git a/dev-util/bear/bear-3.0.18.recipe b/dev-util/bear/bear-3.0.19.recipe similarity index 96% rename from dev-util/bear/bear-3.0.18.recipe rename to dev-util/bear/bear-3.0.19.recipe index a5d34528d..fb918a191 100644 --- a/dev-util/bear/bear-3.0.18.recipe +++ b/dev-util/bear/bear-3.0.19.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2012-2022 by László Nagy" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/rizsotto/Bear/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="ae94047c79b4f48462b66981f66a67b6a833d75d4c40e7afead491b1865f1142" +CHECKSUM_SHA256="2fcfe2c6e029182cfc54ed26b3505c0ef12b0f43df03fb587f335afdc2ca9431" SOURCE_DIR="Bear-$portVersion" PATCHES="bear-$portVersion.patchset" @@ -66,6 +66,7 @@ REQUIRES=" lib:libre2$secondaryArchSuffix lib:libspdlog$secondaryArchSuffix lib:libssl$secondaryArchSuffix + lib:libstdc++$secondaryArchSuffix lib:libupb$secondaryArchSuffix lib:libz$secondaryArchSuffix " diff --git a/dev-util/bear/patches/bear-3.0.18.patchset b/dev-util/bear/patches/bear-3.0.19.patchset similarity index 100% rename from dev-util/bear/patches/bear-3.0.18.patchset rename to dev-util/bear/patches/bear-3.0.19.patchset