mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/pyasn1: Updated for version 0.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
92798547dc
commit
1d7a5468f7
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for pyasn1.
|
||||
# Slackware build script for pyasn1
|
||||
|
||||
# Copyright 2011-2013 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# Copyright 2011-2015 Markus Reichelt, Stolberg (Rhld.), DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
|
||||
|
||||
PRGNAM=pyasn1
|
||||
VERSION=${VERSION:-0.1.7}
|
||||
VERSION=${VERSION:-0.1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyasn1"
|
||||
VERSION="0.1.7"
|
||||
VERSION="0.1.8"
|
||||
HOMEPAGE="http://sourceforge.net/projects/pyasn1/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pyasn1/pyasn1-0.1.7.tar.gz"
|
||||
MD5SUM="2cbd80fcd4c7b1c82180d3d76fee18c8"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pyasn1/pyasn1-0.1.8.tar.gz"
|
||||
MD5SUM="7f6526f968986a789b1e5e372f0b7065"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue