diff mbox series

package/p7zip: bump to version v17.05

Message ID 20240325192704.1597001-1-nerv@dawncrow.de
State Accepted
Headers show
Series package/p7zip: bump to version v17.05 | expand

Commit Message

André Zwing March 25, 2024, 7:27 p.m. UTC
Signed-off-by: André Zwing <nerv@dawncrow.de>
---
 package/p7zip/p7zip.hash | 2 +-
 package/p7zip/p7zip.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Arnout Vandecappelle March 25, 2024, 8:47 p.m. UTC | #1
On 25/03/2024 20:27, André Zwing wrote:
> Signed-off-by: André Zwing <nerv@dawncrow.de>
> ---
>   package/p7zip/p7zip.hash | 2 +-
>   package/p7zip/p7zip.mk   | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/p7zip/p7zip.hash b/package/p7zip/p7zip.hash
> index 0048777d89..f0b9c27113 100644
> --- a/package/p7zip/p7zip.hash
> +++ b/package/p7zip/p7zip.hash
> @@ -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
> diff --git a/package/p7zip/p7zip.mk b/package/p7zip/p7zip.mk
> index b6c5adae26..803fd38b7f 100644
> --- a/package/p7zip/p7zip.mk
> +++ b/package/p7zip/p7zip.mk
> @@ -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))

  This triggered me to also update the URL in Config.in, which was still 
pointing to sourceforge.


  Applied to master with that fixed, thanks.

  Regards,
  Arnout

>   P7ZIP_LICENSE = LGPL-2.1+ with unRAR restriction
>   P7ZIP_LICENSE_FILES = DOC/License.txt
>   P7ZIP_CPE_ID_VENDOR = 7-zip
diff mbox series

Patch

diff --git a/package/p7zip/p7zip.hash b/package/p7zip/p7zip.hash
index 0048777d89..f0b9c27113 100644
--- a/package/p7zip/p7zip.hash
+++ b/package/p7zip/p7zip.hash
@@ -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
diff --git a/package/p7zip/p7zip.mk b/package/p7zip/p7zip.mk
index b6c5adae26..803fd38b7f 100644
--- a/package/p7zip/p7zip.mk
+++ b/package/p7zip/p7zip.mk
@@ -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