network/sftp-cloudfs: Updated for version 0.18.1.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-05-30 09:03:07 +02:00 committed by Willy Sudiarto Raharjo
parent e2ef90a657
commit dd90006f0e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="sftp-cloudfs" PRGNAM="sftp-cloudfs"
VERSION="0.18" VERSION="0.18.1"
HOMEPAGE="https://github.com/Memset/sftpcloudfs/" HOMEPAGE="https://github.com/Memset/sftpcloudfs/"
DOWNLOAD="https://github.com/Memset/sftpcloudfs/archive/0.18.tar.gz" DOWNLOAD="https://github.com/Memset/sftpcloudfs/archive/0.18.1.tar.gz"
MD5SUM="dfd746a86ed4b9712c1cb3de418813b3" MD5SUM="a9f18d5f870a03edb9cb327a47d09f53"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="ftp-cloudfs paramiko" REQUIRES="ftp-cloudfs paramiko"