mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/cffi: Updated for version 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
26e1286f3a
commit
94201207b4
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cffi
|
||||
VERSION=${VERSION:-0.8.1}
|
||||
VERSION=${VERSION:-0.8.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cffi"
|
||||
VERSION="0.8.1"
|
||||
VERSION="0.8.2"
|
||||
HOMEPAGE="http://cffi.readthedocs.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/cffi/cffi-0.8.1.tar.gz"
|
||||
MD5SUM="1a877bf113bfe90fdefedbf9e39310d2"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/c/cffi/cffi-0.8.2.tar.gz"
|
||||
MD5SUM="37fc88c62f40d04e8a18192433f951ec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pycparser"
|
||||
|
|
Loading…
Reference in a new issue