network/sftp-cloudfs: Updated for version 0.18.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
e2ef90a657
commit
dd90006f0e
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for "sftp-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=sftp-cloudfs
|
||||
SRCNAM=sftpcloudfs
|
||||
VERSION=${VERSION:-0.18}
|
||||
VERSION=${VERSION:-0.18.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sftp-cloudfs"
|
||||
VERSION="0.18"
|
||||
VERSION="0.18.1"
|
||||
HOMEPAGE="https://github.com/Memset/sftpcloudfs/"
|
||||
DOWNLOAD="https://github.com/Memset/sftpcloudfs/archive/0.18.tar.gz"
|
||||
MD5SUM="dfd746a86ed4b9712c1cb3de418813b3"
|
||||
DOWNLOAD="https://github.com/Memset/sftpcloudfs/archive/0.18.1.tar.gz"
|
||||
MD5SUM="a9f18d5f870a03edb9cb327a47d09f53"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ftp-cloudfs paramiko"
|
||||
|
|
Loading…
Reference in New Issue