l/python-certifi: Upgraded to python-certifi-2017.11.5.
This commit is contained in:
parent
b83bb0f206
commit
5dbd377acf
|
@ -1 +0,0 @@
|
|||
58eda9636de7264e0cedc79b89cf1494a10dc9e2 certifi-2016.2.28.tar.gz
|
|
@ -0,0 +1 @@
|
|||
5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0 certifi-2017.11.5.tar.gz
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2015,2016 Damien Goutte-Gattat
|
||||
# Copyright (C) 2015,2016,2017 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -27,9 +27,9 @@
|
|||
|
||||
# Source package infos
|
||||
NAMESRC=${NAMESRC:-certifi}
|
||||
VERSION=${VERSION:-2016.2.28}
|
||||
VERSION=${VERSION:-2017.11.5}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
|
||||
WGET=${WGET:-https://pypi.python.org/packages/5c/f8/f6c54727c74579c6bbe5926f5deb9677c5810a33e11da58d1a4e2d09d041/$ARCHIVE}
|
||||
WGET=${WGET:-https://pypi.python.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/$ARCHIVE}
|
||||
|
||||
# Build infos
|
||||
NAMEPKG=${NAMEPKG:-python-certifi}
|
||||
|
@ -61,7 +61,7 @@ if [ ! -r $ARCHIVE ]; then
|
|||
wget -c -O $ARCHIVE.part "$WGET"
|
||||
mv $ARCHIVE.part $ARCHIVE
|
||||
fi
|
||||
sha1sum -c $ARCHIVE.sha1
|
||||
sha256sum -c $ARCHIVE.sha256
|
||||
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)
|
||||
|
||||
# Compile
|
||||
|
|
Loading…
Reference in New Issue