tar: bump version

This commit is contained in:
Jerome Duval
2021-04-02 19:04:21 +02:00
parent c68685642a
commit 993688504b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://ftpmirror.gnu.org/tar/tar-$portVersion.tar.bz2
https://ftp.gnu.org/gnu/tar/tar-$portVersion.tar.bz2"
CHECKSUM_SHA256="85b6953f4bc9666eb7db61b48f150dca21b941d85090171ea8c4f89902e460af"
CHECKSUM_SHA256="b44cc67f8a1f6b0250b7c860e952b37e8ed932a90bd9b1862a511079255646ff"
PATCHES="tar-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64 arm"
@@ -87,6 +87,6 @@ INSTALL()
TEST()
{
#x86_64
#testsuite: 23 24 25 55 98 100 104 105 109 110 112 115 120 123 126 127 132 133 134 137 141 142 154 156 183 failed
#testsuite: 23 24 25 55 98 100 105 106 110 111 113 116 121 124 127 128 133 134 135 138 142 143 155 157 184 failed
make check
}