diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2017-12-02 18:09:09 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-03 00:01:02 +0100 |
commit | 427e070af86d7e47d03374db4b283fe0fc7a889f (patch) | |
tree | 0fb1c43d099f5f968d3e587924fcda9844bafd40 | |
parent | 3da2ce11b7124e160c272c1dbcc9a561e8e9447c (diff) | |
download | buildroot-427e070af86d7e47d03374db4b283fe0fc7a889f.tar.gz buildroot-427e070af86d7e47d03374db4b283fe0fc7a889f.zip |
libostree: bump to version 2017.13
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libostree/libostree.hash | 2 | ||||
-rw-r--r-- | 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 7acc04e3e8..162af31809 100644 --- a/package/libostree/libostree.hash +++ b/package/libostree/libostree.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 fc409f04c9fd440b83b4fa324f3b912cbf61145389378d44254b8b191c9fef08 libostree-2017.12.tar.xz +sha256 a8b06cd81b40072b127e9a8aa5d8c7a61bb44d8bc0e7f7b73dee2ce4d9b3e752 libostree-2017.13.tar.xz sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk index 19a00a25f7..b0bcf01bff 100644 --- a/package/libostree/libostree.mk +++ b/package/libostree/libostree.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBOSTREE_VERSION = 2017.12 +LIBOSTREE_VERSION = 2017.13 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION) |