diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2018-05-11 19:31:45 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-11 22:29:38 +0200 |
commit | f2c2e7a9f992460f5b6133fd5a2188e92df33cc2 (patch) | |
tree | 5e729c55d62d50a4d98b527c3de4a2a84ccca54d | |
parent | c817be894728ee496881ee0a72c2fadef1761fdd (diff) | |
download | buildroot-f2c2e7a9f992460f5b6133fd5a2188e92df33cc2.tar.gz buildroot-f2c2e7a9f992460f5b6133fd5a2188e92df33cc2.zip |
libostree: bump to version 2018.5
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 1f0e9ce95f..9ee0c7bdb2 100644 --- a/package/libostree/libostree.hash +++ b/package/libostree/libostree.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 f5b1e083ed630fd32a263731fe9595ecdd07cfd5cba3e354931f481c4181de1c libostree-2018.4.tar.xz +sha256 ad0f5a0e7a7f22f87c72b318b2cfdbe8cf908a1a469ec94eb72984bbb3690261 libostree-2018.5.tar.xz sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk index ba6379d7e7..ddb230517b 100644 --- a/package/libostree/libostree.mk +++ b/package/libostree/libostree.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBOSTREE_VERSION = 2018.4 +LIBOSTREE_VERSION = 2018.5 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION) |