diff mbox series

libostree: bump to version 2019.4

Message ID 20191016182533.1167-1-marcus.folkesson@gmail.com
State Not Applicable
Headers show
Series libostree: bump to version 2019.4 | expand

Commit Message

Marcus Folkesson Oct. 16, 2019, 6:25 p.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

Thomas Petazzoni Oct. 16, 2019, 7:37 p.m. UTC | #1
On Wed, 16 Oct 2019 20:25:33 +0200
Marcus Folkesson <marcus.folkesson@gmail.com> wrote:

> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>

Thanks, but we are already using 2019.4 in master, since commit
https://git.buildroot.org/buildroot/commit/package/libostree?id=d67d17ee5d8bf64f68926d035e1eb9979b5fa5db.

Make sure to rebase your changes on top of the latest master before
sending new patches :-)

Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/libostree/libostree.hash b/package/libostree/libostree.hash
index b16ca8cf44..ee9c46fbde 100644
--- a/package/libostree/libostree.hash
+++ b/package/libostree/libostree.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256 c09fe363bd2331b774050464547d4966bb32dabd3edfb03f0538c6c416f607e4  libostree-2019.3.tar.xz
+sha256 8dcb25f9d1eb38f3e528f12cf1c73dcfeb5ff23c2fe7da49a0d9ea80388a9d76  libostree-2019.4.tar.xz
 sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index db8e72952a..f334d42db4 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBOSTREE_VERSION_MAJOR = 2019.3
+LIBOSTREE_VERSION_MAJOR = 2019.4
 LIBOSTREE_VERSION= $(LIBOSTREE_VERSION_MAJOR)
 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz
 LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION_MAJOR)