diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2018-08-23 20:51:58 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-24 23:20:39 +0200 |
commit | 8dfbceb4360bd0169cda84d61fe848ccee7454c4 (patch) | |
tree | 9c5ec8ececf6a0254a61813c8829293db375a7de | |
parent | 6fd172b2b7e1ad7922299f2c27f9a5ada5b3da86 (diff) | |
download | buildroot-8dfbceb4360bd0169cda84d61fe848ccee7454c4.tar.gz buildroot-8dfbceb4360bd0169cda84d61fe848ccee7454c4.zip |
libostree: bump to version 2018.8
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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 2d501ccf93..d41016ed7a 100644 --- a/package/libostree/libostree.hash +++ b/package/libostree/libostree.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 483e359fd934f3fb1abde2cd8ff9c5bccb97e2a37d52ed8bedfa9ab1290883d9 libostree-2018.7.tar.xz +sha256 beef6debb0065bf1dc7538cd036c5f0348ac102ca4ad6d8651feff146130a844 libostree-2018.8.tar.xz sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk index 349e6a0881..66c5e5b5b0 100644 --- a/package/libostree/libostree.mk +++ b/package/libostree/libostree.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBOSTREE_VERSION = 2018.7 +LIBOSTREE_VERSION = 2018.8 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION) |