kross: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-02 11:18:26 +10:00
parent bd599d41dd
commit 3033a7bd61

View File

@@ -2,12 +2,12 @@ SUMMARY="Embedding of scripting into applications"
DESCRIPTION="Kross is a scripting bridge to embed scripting functionality \
into an application. It supports QtScript as a scripting interpreter \
backend."
HOMEPAGE="https://github.com/KDE/kross/"
COPYRIGHT="2010-2022 KDE Organisation"
HOMEPAGE="https://invent.kde.org/frameworks/kross/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kross/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="d4647704cfd5207a9d1b718a84d524f70c832dbaa09724abce72033f2f5ff0f2"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/portingAids/kross-${portVersion}.tar.xz"
CHECKSUM_SHA256="e26f27e8421e31ddd3eaeadf6ac2257dc1ad47257faa912c489259dad7240b6f"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -90,7 +90,7 @@ BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:python2
cmd:python3.10
"
PATCH()