cabextract, bump version (#8657)

This commit is contained in:
Schrijvers Luc
2023-05-17 10:46:10 +02:00
committed by GitHub
parent 0f95c3f636
commit cf20b5a769

View File

@@ -5,11 +5,11 @@ is based on the portable LGPL libmspack library. cabextract supports all \
features and formats of Microsoft cabinet files and Windows CE installation \
files. It can also look inside other files for embedded cabinets."
HOMEPAGE="https://www.cabextract.org.uk/"
COPYRIGHT="2000-2018 Stuart Caie"
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2023 Stuart Caie"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://www.cabextract.org.uk/cabextract-$portVersion.tar.gz"
CHECKSUM_SHA256="afc253673c8ef316b4d5c29cc4aa8445844bee14afffbe092ee9469405851ca7"
CHECKSUM_SHA256="b5546db1155e4c718ff3d4b278573604f30dd64c3c5bfd4657cd089b823a3ac6"
ARCHITECTURES="all ?arm ?ppc"
@@ -19,10 +19,12 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libiconv
"
BUILD_REQUIRES="
haiku_devel
devel:libiconv
"
BUILD_PREREQUIRES="
cmd:awk
@@ -34,6 +36,7 @@ BUILD_PREREQUIRES="
TEST_REQUIRES="
cmd:cmp
cmd:find
cmd:lcab
"