kjs: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-02 13:16:33 +10:00
parent e55976b80d
commit f4f580bc38
2 changed files with 4 additions and 4 deletions

View File

@@ -2,12 +2,12 @@ SUMMARY="ECMAScipt compatible parser and engine"
DESCRIPTION="This library provides an ECMAScript compatible interpreter.
The ECMA standard is based on well known scripting languages such as \
Netscape's JavaScript and Microsoft's JScript."
HOMEPAGE="https://github.com/KDE/kjs/"
COPYRIGHT="2010-2022 KDE Organisation"
HOMEPAGE="https://invent.kde.org/frameworks/kjs/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kjs/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="29417af7228fbe49c4129c46080847d34cd8d220280512f8da182ce92177dede"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/portingAids/kjs-${portVersion}.tar.xz"
CHECKSUM_SHA256="9cf4e00070586af43a21d5e4c30c61e66bc1c5f53952d4335bc7df44f9130432"
PATCHES="kjs-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"