kristall: Move to 0.4 release (#8471)

Co-authored-by: Julius Enriquez <win8linux@github.com>
This commit is contained in:
Julius Enriquez
2023-04-21 13:42:51 +08:00
committed by GitHub
parent a8184832a1
commit dce2a09e9a

View File

@@ -7,11 +7,11 @@ HOMEPAGE="https://kristall.random-projects.net/"
COPYRIGHT="2020 Felix Queißner"
LICENSE="GNU GPL v3"
REVISION="6"
srcGitRev="bca592adf686b11321b7185f234525674d7d474c"
SOURCE_URI="https://github.com/MasterQ32/kristall/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="326d3f3785ba5faf3caf12df1caf99e801816658b79881106e6b39204dfddfc5"
SOURCE_FILENAME="kristall-$portVersion-tar.gz"
SOURCE_DIR="kristall-$srcGitRev"
# srcGitRev="bca592adf686b11321b7185f234525674d7d474c"
SOURCE_URI="https://github.com/MasterQ32/kristall/archive/V$portVersion.tar.gz"
CHECKSUM_SHA256="1547e60978c73783d0737af3ccea6abfcf7ec214e8dedc91157ef3f88453be8f"
SOURCE_FILENAME="kristall-v$portVersion.tar.gz"
SOURCE_DIR="kristall-$portVersion"
ADDITIONAL_FILES="kristall.rdef.in"
ARCHITECTURES="!x86_gcc2 x86_64"
@@ -61,7 +61,7 @@ PATCH()
BUILD()
{
make -j1
make $jobArgs
}
INSTALL()