Update to 1.06. From the changelog:
* Fix propagation of failure from pre and post hooks and from fixups. * Support chaining to absolute paths. * Add support for skip = lazy, a mode where mr only operates on repositories that are checked out.
This commit is contained in:
parent
ac31bf40e7
commit
ce1e3e91f4
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/10/09 12:45:31 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/11/06 00:52:17 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mr_1.05
|
||||
DISTNAME= mr_1.06
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/mr/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/10/09 12:45:31 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2011/11/06 00:52:17 schmonz Exp $
|
||||
|
||||
SHA1 (mr_1.05.tar.gz) = 612520ef5194c8d1111234aa2377c78bf4cf1083
|
||||
RMD160 (mr_1.05.tar.gz) = e1dbd213a0dd4ce7470de7b63e92d13923105b4a
|
||||
Size (mr_1.05.tar.gz) = 36262 bytes
|
||||
SHA1 (mr_1.06.tar.gz) = a8740531b0745f65d6fc3779c82f0b11bb3d27b7
|
||||
RMD160 (mr_1.06.tar.gz) = e7b73315a9c0746b8cf037ad952f673570b216a1
|
||||
Size (mr_1.06.tar.gz) = 36722 bytes
|
||||
|
|
Loading…
Reference in a new issue