From ff45739ef69b2b90ebf2b45ab2d19d9e8a7a40dd Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 21 Sep 2023 09:40:49 +0000 Subject: [PATCH] cutter, bump version (#9471) --- .../{cutter-2.3.0.recipe => cutter-2.3.2.recipe} | 16 ++++++++-------- ...tter-2.3.0.patchset => cutter-2.3.2.patchset} | 0 2 files changed, 8 insertions(+), 8 deletions(-) rename dev-util/cutter/{cutter-2.3.0.recipe => cutter-2.3.2.recipe} (92%) rename dev-util/cutter/patches/{cutter-2.3.0.patchset => cutter-2.3.2.patchset} (100%) diff --git a/dev-util/cutter/cutter-2.3.0.recipe b/dev-util/cutter/cutter-2.3.2.recipe similarity index 92% rename from dev-util/cutter/cutter-2.3.0.recipe rename to dev-util/cutter/cutter-2.3.2.recipe index 4650d2895..60edffc9e 100644 --- a/dev-util/cutter/cutter-2.3.0.recipe +++ b/dev-util/cutter/cutter-2.3.2.recipe @@ -9,11 +9,11 @@ COPYRIGHT="2021 xarkes, thestr4ng3r, ballessay, Hugo Teso" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz" -CHECKSUM_SHA256="c387fcbc0cac0162de400b89e3a1f00ca4f47ed6255f403c0610ccfd0d0b12fd" +CHECKSUM_SHA256="6968899225f863dccadc68d010060517a084a72758d6258823856069f87e25d6" SOURCE_FILENAME="cutter-$portVersion.tar.gz" -srcGitRev_2="ce2e0dee34cef92c7307e2e692241f5556f625c2" +srcGitRev_2="0c92dc939a0aa74e6b5c8770bf50aa5719e4de2b" SOURCE_URI_2="https://github.com/rizinorg/cutter-translations/archive/$srcGitRev_2.tar.gz" -CHECKSUM_SHA256_2="c3de0d436bf750536830fa15f910991ebe1937da82b9506424fe30287f5aa56f" +CHECKSUM_SHA256_2="5e43146b111b16d30e1c2e4d77a19b8cde18adf570171f9f4fcb5083951d48db" SOURCE_FILENAME_2="translations-$srcGitRev_2.tar.gz" PATCHES="cutter-$portVersion.patchset" ADDITIONAL_FILES="cutter.rdef.in" @@ -30,7 +30,7 @@ REQUIRES=" lib:libcapstone$secondaryArchSuffix lib:libGL$secondaryArchSuffix lib:libgvc$secondaryArchSuffix - lib:libpython3.9$secondaryArchSuffix + lib:libpython3.10$secondaryArchSuffix lib:libQt6Core$secondaryArchSuffix lib:libQt6Core5Compat$secondaryArchSuffix lib:libQt6Gui$secondaryArchSuffix @@ -58,7 +58,7 @@ REQUIRES=" lib:librz_search$secondaryArchSuffix lib:librz_socket$secondaryArchSuffix lib:librz_syscall$secondaryArchSuffix - lib:librz_type$secondaryArchSuffix + lib:librz_type$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libtree_sitter$secondaryArchSuffix lib:libuv$secondaryArchSuffix @@ -72,7 +72,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libcapstone$secondaryArchSuffix devel:libgvc$secondaryArchSuffix - devel:libpython3.9$secondaryArchSuffix + devel:libpython3.10$secondaryArchSuffix devel:libQt6Core5Compat$secondaryArchSuffix devel:libQt6Core$secondaryArchSuffix devel:libQt6DBus$secondaryArchSuffix @@ -103,7 +103,7 @@ BUILD_REQUIRES=" devel:librz_search$secondaryArchSuffix devel:librz_socket$secondaryArchSuffix devel:librz_syscall$secondaryArchSuffix - devel:librz_type$secondaryArchSuffix + devel:librz_type$secondaryArchSuffix devel:libssl$secondaryArchSuffix devel:libtree_sitter$secondaryArchSuffix devel:libuv$secondaryArchSuffix @@ -119,7 +119,7 @@ BUILD_PREREQUIRES=" cmd:lrelease$secondaryArchSuffix >= 5 cmd:make cmd:pkg_config$secondaryArchSuffix - cmd:python3.9 + cmd:python3 cmd:qmake$secondaryArchSuffix >= 5 " diff --git a/dev-util/cutter/patches/cutter-2.3.0.patchset b/dev-util/cutter/patches/cutter-2.3.2.patchset similarity index 100% rename from dev-util/cutter/patches/cutter-2.3.0.patchset rename to dev-util/cutter/patches/cutter-2.3.2.patchset