All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/minizip: use minizip-ng new upstream location
@ 2022-07-27 14:44 Thomas Petazzoni via buildroot
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni via buildroot @ 2022-07-27 14:44 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=786b7fb110f45d5d766fecd41151497e6e7000ab
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

https://github.com/nmoinvaz/minizip is a symlink to
https://github.com/zlib-ng/minizip-ng

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/minizip/Config.in  | 2 +-
 package/minizip/minizip.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/minizip/Config.in b/package/minizip/Config.in
index e4d185d9d7..98eb4dec16 100644
--- a/package/minizip/Config.in
+++ b/package/minizip/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_MINIZIP
 	  It is compatible with PKZip 2.04g, WinZip, InfoZip,
 	  MimarSinan Codex Suite 2002 tools, and compatible sofware.
 
-	  https://github.com/nmoinvaz/minizip
+	  https://github.com/zlib-ng/minizip-ng
 
 config BR2_PACKAGE_MINIZIP_DEMOS
 	bool "minizip"
diff --git a/package/minizip/minizip.mk b/package/minizip/minizip.mk
index 61936e0568..5adee7c494 100644
--- a/package/minizip/minizip.mk
+++ b/package/minizip/minizip.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MINIZIP_VERSION = 3.0.6
-MINIZIP_SITE = $(call github,nmoinvaz,minizip,$(MINIZIP_VERSION))
+MINIZIP_SITE = $(call github,zlib-ng,minizip-ng,$(MINIZIP_VERSION))
 MINIZIP_DEPENDENCIES = host-pkgconf
 MINIZIP_INSTALL_STAGING = YES
 MINIZIP_CONF_OPTS = \
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-27 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 14:44 [Buildroot] [git commit] package/minizip: use minizip-ng new upstream location Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.