package/p7zip: bump to version v17.05
The project now has its own group on github, so switch to that one. Also update the Config.in URL to point to that one - the sourceforge project is pretty much abandoned. What's Changed - add UTF-8 support for Client7z by @flyfishzy in #214 - fix issue 130 by @jinfeihan57 in 295dac8 Signed-off-by: André Zwing <nerv@dawncrow.de> [Arnout: also update URL; extend commit message] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
7f08dc612c
commit
dd2eec6b2f
@ -10,7 +10,7 @@ config BR2_PACKAGE_P7ZIP
|
||||
|
||||
7-Zip is a file archiver with highest compression ratio.
|
||||
|
||||
http://sourceforge.net/projects/p7zip
|
||||
https://github.com/p7zip-project/p7zip
|
||||
|
||||
if BR2_PACKAGE_P7ZIP
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 ea029a2e21d2d6ad0a156f6679bd66836204aa78148a4c5e498fe682e77127ef p7zip-17.04.tar.gz
|
||||
sha256 d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6 p7zip-17.05.tar.gz
|
||||
sha256 555806657dcf0f1e720b581c52643c195ec86ae3f00bd18cc66d2e0f88ffa210 DOC/License.txt
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
P7ZIP_VERSION = 17.04
|
||||
P7ZIP_SITE = $(call github,jinfeihan57,p7zip,v$(P7ZIP_VERSION))
|
||||
P7ZIP_VERSION = 17.05
|
||||
P7ZIP_SITE = $(call github,p7zip-project,p7zip,v$(P7ZIP_VERSION))
|
||||
P7ZIP_LICENSE = LGPL-2.1+ with unRAR restriction
|
||||
P7ZIP_LICENSE_FILES = DOC/License.txt
|
||||
P7ZIP_CPE_ID_VENDOR = 7-zip
|
||||
|
Loading…
Reference in New Issue
Block a user