diff mbox series

package/libostree: bump to version 2023.1

Message ID 20230220072513.2336540-1-marcus.folkesson@gmail.com
State Accepted
Headers show
Series package/libostree: bump to version 2023.1 | expand

Commit Message

Marcus Folkesson Feb. 20, 2023, 7:25 a.m. UTC
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 package/libostree/libostree.hash | 2 +-
 package/libostree/libostree.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Feb. 20, 2023, 5:09 p.m. UTC | #1
>>>>> "Marcus" == Marcus Folkesson <marcus.folkesson@gmail.com> writes:

 > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
 > ---
 >  package/libostree/libostree.hash | 2 +-
 >  package/libostree/libostree.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/libostree/libostree.hash b/package/libostree/libostree.hash
 > index ed31109fdb..3098cdd1fc 100644
 > --- a/package/libostree/libostree.hash
 > +++ b/package/libostree/libostree.hash
 > @@ -1,3 +1,3 @@
 >  # Locally calculated
 > -sha256  8be2a9261c94e8b9ec4113380ffc480f8598245fb321a009bad4fae4b822411f  libostree-2022.7.tar.xz
 > +sha256	dd792b167693a1971c9f6e3168013d906ac035100ff6c719a3b322eb44b96f55  libostree-2023.1.tar.xz

NIT: Syntax is sha256<space><space><hash><space><space><filename> as
pointed out by ./utils/check-package:

package/libostree/libostree.hash:2: separation does not match expectation (http://nightly.buildroot.org/#adding-packages-hash)

Committed with that fixed, thanks.
diff mbox series

Patch

diff --git a/package/libostree/libostree.hash b/package/libostree/libostree.hash
index ed31109fdb..3098cdd1fc 100644
--- a/package/libostree/libostree.hash
+++ b/package/libostree/libostree.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256  8be2a9261c94e8b9ec4113380ffc480f8598245fb321a009bad4fae4b822411f  libostree-2022.7.tar.xz
+sha256	dd792b167693a1971c9f6e3168013d906ac035100ff6c719a3b322eb44b96f55  libostree-2023.1.tar.xz
 sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index 8e8ec63213..4b17fcf391 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBOSTREE_VERSION = 2022.7
+LIBOSTREE_VERSION = 2023.1
 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz
 LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION)