mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/nilfs-utils: Updated for version 2.0.19.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a15b982eca
commit
521a8f7e5f
2 changed files with 4 additions and 6 deletions
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=nilfs-utils
|
||||
VERSION=2.0.15
|
||||
VERSION=2.0.19
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nilfs-utils"
|
||||
VERSION="2.0.15"
|
||||
VERSION="2.0.19"
|
||||
HOMEPAGE="http://www.nilfs.org/en/"
|
||||
DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.15.tar.bz2"
|
||||
MD5SUM="8392f094530d8fcb80c7cd701400db99"
|
||||
DOWNLOAD="http://www.nilfs.org/download/nilfs-utils-2.0.19.tar.bz2"
|
||||
MD5SUM="f110291fe820f5166b0ce2cc004851dd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
|
|
Loading…
Reference in a new issue