Updated to latest release, 3.1.1.1:
3.1.0.1 ------- * JQuery version increased to 2.1.0, html5shiv to 3.7 and respond.js to 1.4.2.
This commit is contained in:
parent
5f4ba57e7e
commit
97840b7b0b
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2014/01/27 18:41:15 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2014/02/16 23:46:55 rodent Exp $
|
||||
|
||||
DISTNAME= Flask-Bootstrap-3.0.3.1
|
||||
DISTNAME= Flask-Bootstrap-3.1.1.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= python www
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/F/Flask-Bootstrap/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/01/03 03:34:00 rodent Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2014/02/16 23:46:55 rodent Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -9,8 +9,10 @@ ${PYSITELIB}/flask_bootstrap/__init__.py
|
|||
${PYSITELIB}/flask_bootstrap/__init__.pyc
|
||||
${PYSITELIB}/flask_bootstrap/__init__.pyo
|
||||
${PYSITELIB}/flask_bootstrap/static/css/bootstrap-theme.css
|
||||
${PYSITELIB}/flask_bootstrap/static/css/bootstrap-theme.css.map
|
||||
${PYSITELIB}/flask_bootstrap/static/css/bootstrap-theme.min.css
|
||||
${PYSITELIB}/flask_bootstrap/static/css/bootstrap.css
|
||||
${PYSITELIB}/flask_bootstrap/static/css/bootstrap.css.map
|
||||
${PYSITELIB}/flask_bootstrap/static/css/bootstrap.min.css
|
||||
${PYSITELIB}/flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot
|
||||
${PYSITELIB}/flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/01/03 03:34:00 rodent Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/02/16 23:46:55 rodent Exp $
|
||||
|
||||
SHA1 (Flask-Bootstrap-3.0.3.1.tar.gz) = 4aa5c94e3229163c18b28897f230c10090a32d54
|
||||
RMD160 (Flask-Bootstrap-3.0.3.1.tar.gz) = 6400c2fc2b40d116fe15863f8963409ffb2664e8
|
||||
Size (Flask-Bootstrap-3.0.3.1.tar.gz) = 250325 bytes
|
||||
SHA1 (Flask-Bootstrap-3.1.1.1.tar.gz) = 0e5e96790789a1c5fe0994f352c09d8e92646f3e
|
||||
RMD160 (Flask-Bootstrap-3.1.1.1.tar.gz) = 1801edd7998579d7e05617a82d96899b9bca6d41
|
||||
Size (Flask-Bootstrap-3.1.1.1.tar.gz) = 313547 bytes
|
||||
|
|
Loading…
Reference in a new issue