cp-ppcre: fix unfetchable distfile
This commit is contained in:
parent
d6c258b04e
commit
4c3baba0e6
2 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/09/24 18:26:53 asau Exp $
|
||||
#
|
||||
|
||||
VERSION= 2.0.3
|
||||
VERSION= 2.0.11
|
||||
SHORTNAME= cl-ppcre
|
||||
DISTNAME= ${SHORTNAME}
|
||||
DISTNAME= ${SHORTNAME}-${VERSION}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://weitz.de/files/
|
||||
MASTER_SITES= -http://weitz.de/files/cl-ppcre.tar.gz
|
||||
|
||||
MAINTAINER= ddeus.pkgsrc@mailnull.com
|
||||
HOMEPAGE= http://weitz.de/cl-ppcre/
|
||||
COMMENT= CL-PPCRE is a portable regular expression library for Common Lisp
|
||||
LICENSE= modified-bsd
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}-${VERSION}
|
||||
COMMON_LISP_DOCFILES= CHANGELOG doc/index.html
|
||||
|
||||
.include "options.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/02/22 16:12:02 ddeus Exp $
|
||||
|
||||
SHA1 (cl-ppcre.tar.gz) = 81e720aac06f1e6183177f762cc0e508d4c0262b
|
||||
RMD160 (cl-ppcre.tar.gz) = feb7977d6a51f20f834e9aec2eeddf0c65f006bd
|
||||
Size (cl-ppcre.tar.gz) = 157665 bytes
|
||||
SHA1 (cl-ppcre-2.0.11.tar.gz) = 9595fd275c5f789c653a9d26b88b55dce1eb4f41
|
||||
RMD160 (cl-ppcre-2.0.11.tar.gz) = 2063fe15b9ffa650e68bf07118f36a8117d0ae2c
|
||||
SHA512 (cl-ppcre-2.0.11.tar.gz) = 918cf4376063c11283c211861639cad9e3098cfa14beba608e017f34e372af224aa1b8765df7aa525fdc1e763c5cef9c0076cd09ccb777622877f037fdfbda4c
|
||||
Size (cl-ppcre-2.0.11.tar.gz) = 159829 bytes
|
||||
|
|
Loading…
Reference in a new issue