Message ID | 20241108184356.2519527-1-ju.o@free.fr |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/uhubctl: bump to version 2.6.0 | expand |
On Fri, 8 Nov 2024 19:43:56 +0100 Julien Olivain <ju.o@free.fr> wrote: > For the release note, see: > https://github.com/mvp/uhubctl/releases/tag/v2.6.0 > > This commit also updates the LICENSE hash, due to a year update. See: > https://github.com/mvp/uhubctl/commit/4deae1731c337d087e554999bd3dc74199387c1f > > Signed-off-by: Julien Olivain <ju.o@free.fr> > --- > Patch tested in: > https://gitlab.com/jolivain/buildroot/-/pipelines/1534030118 > --- > package/uhubctl/uhubctl.hash | 4 ++-- > package/uhubctl/uhubctl.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Applied to next, thanks. Thomas
On Mon, 11 Nov 2024 16:28:09 +0100
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> Applied to next, thanks.
Applied to master of course, I used the wrong key shortcut.
Best regards,
Thomas
diff --git a/package/uhubctl/uhubctl.hash b/package/uhubctl/uhubctl.hash index 8a4581b84c..a7e4c1c242 100644 --- a/package/uhubctl/uhubctl.hash +++ b/package/uhubctl/uhubctl.hash @@ -1,4 +1,4 @@ # Locally computed -sha256 d4452252f7862f7a45dd9c62f2ea7cd3a57ab5f5ab0e54a857d4c695699bbba3 uhubctl-2.5.0.tar.gz -sha256 5eb09049fafa91347386daf769223ba2ee6914cb26ab95b86854ad6edea49b5d LICENSE +sha256 56ca15ddf96d39ab0bf8ee12d3daca13cea45af01bcd5a9732ffcc01664fdfa2 uhubctl-2.6.0.tar.gz +sha256 80b933f8dfea8230f65744d303895ac724240f79ec89cc34a21cc2beba754967 LICENSE sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/uhubctl/uhubctl.mk b/package/uhubctl/uhubctl.mk index f9815409ae..284e27a60c 100644 --- a/package/uhubctl/uhubctl.mk +++ b/package/uhubctl/uhubctl.mk @@ -4,7 +4,7 @@ # ################################################################################ -UHUBCTL_VERSION = 2.5.0 +UHUBCTL_VERSION = 2.6.0 UHUBCTL_SITE = $(call github,mvp,uhubctl,v$(UHUBCTL_VERSION)) UHUBCTL_LICENSE = GPL-2.0 UHUBCTL_LICENSE_FILES = LICENSE COPYING
For the release note, see: https://github.com/mvp/uhubctl/releases/tag/v2.6.0 This commit also updates the LICENSE hash, due to a year update. See: https://github.com/mvp/uhubctl/commit/4deae1731c337d087e554999bd3dc74199387c1f Signed-off-by: Julien Olivain <ju.o@free.fr> --- Patch tested in: https://gitlab.com/jolivain/buildroot/-/pipelines/1534030118 --- package/uhubctl/uhubctl.hash | 4 ++-- package/uhubctl/uhubctl.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)