From e8780edca66cdcedf6f4bf2d6d723a70846429e2 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 8 Sep 2017 11:07:39 +0200 Subject: [PATCH] exfat: Update version from 1.2.6 to 1.2.7 Release notes [1]: > * Fixed handling of two last clusters: operations with files that > occupy these clusters could fail. > * Fixed crash when started with stdin, stdout or stderr closed. [1] https://github.com/relan/exfat/releases/tag/v1.2.7 --- exfat.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exfat.be0 b/exfat.be0 index 5697864f5..c8e8e86e8 100755 --- a/exfat.be0 +++ b/exfat.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION exfat-1.2.6-0 +# BEE_VERSION exfat-1.2.7-0 ## The source URL(s) array SRCURL[0]="https://github.com/relan/exfat/archive/v${PKGVERSION}.tar.gz"