All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Silva <dev@matt-silva.com>
To: buildroot@buildroot.org
Cc: Matt Silva <dev@matt-silva.com>
Subject: [Buildroot] [PATCH 1/1] package/rlwrap: use the github helper
Date: Wed,  9 Apr 2025 21:29:23 -0400	[thread overview]
Message-ID: <20250410012923.37614-1-dev@matt-silva.com> (raw)

Currently, rlwrap just downloads directly from the hardcoded URL to its
Github releases. However, we have a github helper function to streamline
this and handle if Github changes its download mechanisms in the future.

Signed-off-by: Matt Silva <dev@matt-silva.com>
---
 package/rlwrap/rlwrap.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rlwrap/rlwrap.mk b/package/rlwrap/rlwrap.mk
index e3973e841b..3d3d4fab92 100644
--- a/package/rlwrap/rlwrap.mk
+++ b/package/rlwrap/rlwrap.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 RLWRAP_VERSION = 0.46.1
-RLWRAP_SITE = https://github.com/hanslub42/rlwrap/releases/download/$(RLWRAP_VERSION)
+RLWRAP_SITE = $(call github,hanslub42,rlwrap,v$(RLWRAP_VERSION))
 RLWRAP_LICENSE = GPL-2.0+
 RLWRAP_LICENSE_FILES = AUTHORS COPYING
 
-- 
2.47.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2025-04-10  1:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-10  1:29 Matt Silva [this message]
2025-04-10  4:07 ` [Buildroot] [PATCH 1/1] package/rlwrap: use the github helper Baruch Siach via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250410012923.37614-1-dev@matt-silva.com \
    --to=dev@matt-silva.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.