network/ftp-cloudfs: Updated for version 0.35.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-03-16 19:43:15 +01:00 committed by Willy Sudiarto Raharjo
parent d0c5de00d0
commit ccadaa6474
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for "ftp-cloudfs".
# Copyright 2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -26,7 +26,7 @@
PRGNAM=ftp-cloudfs
SRCNAM=ftpcloudfs
VERSION=${VERSION:-0.34}
VERSION=${VERSION:-0.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ftp-cloudfs"
VERSION="0.34"
VERSION="0.35"
HOMEPAGE="https://github.com/cloudfs/ftp-cloudfs/"
DOWNLOAD="https://github.com/cloudfs/ftp-cloudfs/archive/0.34.tar.gz"
MD5SUM="f49d59b4fec7a23660fe4b311cceb5c7"
DOWNLOAD="https://github.com/cloudfs/ftp-cloudfs/archive/0.35.tar.gz"
MD5SUM="8c3374bba8253b2e30fa63f0926be360"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyftpdlib python-daemon python-memcached python-swiftclient"