mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/llfuse: Updated for version 0.43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8d7456c755
commit
cf69fcb307
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=llfuse
|
||||
VERSION=${VERSION:-0.42.1}
|
||||
VERSION=${VERSION:-0.43}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="llfuse"
|
||||
VERSION="0.42.1"
|
||||
VERSION="0.43"
|
||||
HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/"
|
||||
DOWNLOAD="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-0.42.1.tar.bz2"
|
||||
MD5SUM="f69c9e50be7fb028138c6621884f9122"
|
||||
DOWNLOAD="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-0.43.tar.bz2"
|
||||
MD5SUM="f3d92839eecc567daa35028a92b7da71"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue