l/markupsafe: Upgraded to markupsafe-0.23.

slackware-14.2
Damien Goutte-Gattat 7 years ago
parent 66823ecfce
commit 2ae8d47738

@ -1 +0,0 @@
35248d9dbba35882099e402813423edbb5bd3efc MarkupSafe-0.21.tar.gz

@ -0,0 +1 @@
cd5c22acf6dd69046d6cb6a3920d84ea66bdf62a MarkupSafe-0.23.tar.gz

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2014 Damien Goutte-Gattat
# Copyright (C) 2014,2016 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -29,7 +29,7 @@
# Source package infos
NAMESRC=${NAMESRC:-MarkupSafe}
VERSION=${VERSION:-0.21}
VERSION=${VERSION:-0.23}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-https://pypi.python.org/packages/source/M/MarkupSafe/$ARCHIVE}

Loading…
Cancel
Save