mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/exfat-utils: Updated for version 1.3.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
ccecafb5e8
commit
093775afc9
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for exfat-utils
|
||||
|
||||
# Copyright 2012 Vliegendehuiskat, vliegendehuiskat [at] gmail [dot] com
|
||||
# Copyright 2015, 2017, 2018 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2015, 2017, 2018, 2019 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=exfat-utils
|
||||
VERSION=${VERSION:-1.2.8}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="exfat-utils"
|
||||
VERSION="1.2.8"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://github.com/relan/exfat"
|
||||
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.8/exfat-utils-1.2.8.tar.gz"
|
||||
MD5SUM="00953eb7f704a875e26d7d01cc738fd3"
|
||||
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.3.0/exfat-utils-1.3.0.tar.gz"
|
||||
MD5SUM="f8928571b152455e828ca0bd42af8b73"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fuse-exfat"
|
||||
|
|
Loading…
Reference in a new issue