python/regex: Updated for version 2016.02.25.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
95f7bda11f
commit
7dfca41930
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=regex
|
||||
VERSION=${VERSION:-2016.02.24}
|
||||
VERSION=${VERSION:-2016.02.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="regex"
|
||||
VERSION="2016.02.24"
|
||||
VERSION="2016.02.25"
|
||||
HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2016.02.24.tar.gz"
|
||||
MD5SUM="dfa41d14a64077f7a35f498682bbe1ae"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/regex/regex-2016.02.25.tar.gz"
|
||||
MD5SUM="3d7860f2913e8eb8646fc6c339a66328"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue