l/python-certifi: Upgraded to python-certifi-2018.1.18.

slackware-14.2
Damien Goutte-Gattat 5 years ago
parent c1a3e209d0
commit cbac3efcba

@ -1 +0,0 @@
5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0 certifi-2017.11.5.tar.gz

@ -0,0 +1 @@
edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d certifi-2018.1.18.tar.gz

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2015,2016,2017 Damien Goutte-Gattat
# Copyright (C) 2015-2018 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:-2017.11.5}
VERSION=${VERSION:-2018.1.18}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-https://pypi.python.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/$ARCHIVE}
WGET=${WGET:-https://pypi.python.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248/$ARCHIVE}
# Build infos
NAMEPKG=${NAMEPKG:-python-certifi}

Loading…
Cancel
Save