|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2017 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2017,2019 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -27,11 +27,11 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-fuse-exfat} |
|
|
|
VERSION=${VERSION:-1.2.7} |
|
|
|
VERSION=${VERSION:-1.3.0} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
WGET=${WGET:-https://github.com/relan/exfat/releases/download/v1.2.7/$ARCHIVE} |
|
|
|
WGET=${WGET:-https://github.com/relan/exfat/releases/download/v1.3.0/$ARCHIVE} |
|
|
|
UTILS_ARCHIVE=${UTILS_ARCHIVE:-exfat-utils-$VERSION.tar.gz} |
|
|
|
UTILS_WGET=${UTILS_WGET:-https://github.com/relan/exfat/releases/download/v1.2.7/$UTILS_ARCHIVE} |
|
|
|
UTILS_WGET=${UTILS_WGET:-https://github.com/relan/exfat/releases/download/v1.3.0/$UTILS_ARCHIVE} |
|
|
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|