* [Buildroot] [PATCH 1/2] exfat: bump to version 1.3.0
@ 2018-09-15 21:08 Fabrice Fontaine
2018-09-15 21:08 ` [Buildroot] [PATCH 2/2] exfat-utils: " Fabrice Fontaine
2018-09-16 13:40 ` [Buildroot] [PATCH 1/2] exfat: " Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-09-15 21:08 UTC (permalink / raw)
To: buildroot
Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/exfat/exfat.hash | 3 ++-
package/exfat/exfat.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/exfat/exfat.hash b/package/exfat/exfat.hash
index 15b67f0094..4b8ce90190 100644
--- a/package/exfat/exfat.hash
+++ b/package/exfat/exfat.hash
@@ -1,2 +1,3 @@
# Locally calculated
-sha256 e1105256d75860c0678f98bbae0b8fe465d4c96ed187b7035556097f152478e7 fuse-exfat-1.2.6.tar.gz
+sha256 07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3 fuse-exfat-1.3.0.tar.gz
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/exfat/exfat.mk b/package/exfat/exfat.mk
index f5ed13e207..b52b197062 100644
--- a/package/exfat/exfat.mk
+++ b/package/exfat/exfat.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EXFAT_VERSION = 1.2.6
+EXFAT_VERSION = 1.3.0
EXFAT_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_VERSION)
EXFAT_SOURCE = fuse-exfat-$(EXFAT_VERSION).tar.gz
EXFAT_DEPENDENCIES = libfuse host-pkgconf
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] exfat-utils: bump to version 1.3.0
2018-09-15 21:08 [Buildroot] [PATCH 1/2] exfat: bump to version 1.3.0 Fabrice Fontaine
@ 2018-09-15 21:08 ` Fabrice Fontaine
2018-09-16 13:40 ` [Buildroot] [PATCH 1/2] exfat: " Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-09-15 21:08 UTC (permalink / raw)
To: buildroot
Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/exfat-utils/exfat-utils.hash | 3 ++-
package/exfat-utils/exfat-utils.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/exfat-utils/exfat-utils.hash b/package/exfat-utils/exfat-utils.hash
index f0d6b64259..53155d41ba 100644
--- a/package/exfat-utils/exfat-utils.hash
+++ b/package/exfat-utils/exfat-utils.hash
@@ -1,2 +1,3 @@
# Locally calculated
-sha256 b96b6692cf92a629c9eca0fe8c782646e20479524c7d2a99b7e9b43c3cf8ac43 exfat-utils-1.2.6.tar.gz
+sha256 dfebd07a7b907e2d603d3a9626e6440bd43ec6c4e8c07ccfc57ce9502b724835 exfat-utils-1.3.0.tar.gz
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/exfat-utils/exfat-utils.mk b/package/exfat-utils/exfat-utils.mk
index c1b5a93540..62cd47186f 100644
--- a/package/exfat-utils/exfat-utils.mk
+++ b/package/exfat-utils/exfat-utils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EXFAT_UTILS_VERSION = 1.2.6
+EXFAT_UTILS_VERSION = 1.3.0
EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTILS_VERSION)
EXFAT_UTILS_LICENSE = GPL-3.0+
EXFAT_UTILS_LICENSE_FILES = COPYING
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] exfat: bump to version 1.3.0
2018-09-15 21:08 [Buildroot] [PATCH 1/2] exfat: bump to version 1.3.0 Fabrice Fontaine
2018-09-15 21:08 ` [Buildroot] [PATCH 2/2] exfat-utils: " Fabrice Fontaine
@ 2018-09-16 13:40 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-09-16 13:40 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 15 Sep 2018 23:08:03 +0200, Fabrice Fontaine wrote:
> Add hash for license file
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/exfat/exfat.hash | 3 ++-
> package/exfat/exfat.mk | 2 +-
> 2 files changed, 3 insertions(+), 2 deletions(-)
Both applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-16 13:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-15 21:08 [Buildroot] [PATCH 1/2] exfat: bump to version 1.3.0 Fabrice Fontaine
2018-09-15 21:08 ` [Buildroot] [PATCH 2/2] exfat-utils: " Fabrice Fontaine
2018-09-16 13:40 ` [Buildroot] [PATCH 1/2] exfat: " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox