| Message ID | 34dfbb5898332cf5e1c9788938a85004a9b771a9.1726557959.git.yann.morin@orange.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | package/skopeo: bump version | expand |
On Tue, 17 Sep 2024 09:25:59 +0200 <yann.morin@orange.com> wrote: > From: "Yann E. MORIN" <yann.morin@orange.com> > > Update of the vendored dependencies. > > Signed-off-by: Yann E. MORIN <yann.morin@orange.com> > --- > package/skopeo/skopeo.hash | 2 +- > package/skopeo/skopeo.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to master, thanks. Thomas
On 10/26/24 17:40, Thomas Petazzoni via buildroot wrote: > On Tue, 17 Sep 2024 09:25:59 +0200 > <yann.morin@orange.com> wrote: > >> From: "Yann E. MORIN" <yann.morin@orange.com> >> >> Update of the vendored dependencies. >> >> Signed-off-by: Yann E. MORIN <yann.morin@orange.com> >> --- >> package/skopeo/skopeo.hash | 2 +- >> package/skopeo/skopeo.mk | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) > > Applied to master, thanks. NIT: The summary should have been "package/skopeo: bump to version 1.16.1
diff --git a/package/skopeo/skopeo.hash b/package/skopeo/skopeo.hash index ee42f18b80..c523dea46a 100644 --- a/package/skopeo/skopeo.hash +++ b/package/skopeo/skopeo.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 fed91fd067605460ef33431163227471b1e85c8768203fc393345d6ffd645448 skopeo-1.16.0-go2.tar.gz +sha256 9402e71f3fba979d0c0509240b963847bfeda2eac60be83eb5a628fd67d098e6 skopeo-1.16.1-go2.tar.gz sha256 716a8b80635c394681e652823e1e42e411ad2d254e1f202403422d74f4b0b106 LICENSE diff --git a/package/skopeo/skopeo.mk b/package/skopeo/skopeo.mk index f09009d88c..9859d774d4 100644 --- a/package/skopeo/skopeo.mk +++ b/package/skopeo/skopeo.mk @@ -4,7 +4,7 @@ # ################################################################################ -SKOPEO_VERSION = 1.16.0 +SKOPEO_VERSION = 1.16.1 SKOPEO_SITE = $(call github,containers,skopeo,v$(SKOPEO_VERSION)) SKOPEO_LICENSE = Apache-2.0