diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-12-09 00:34:40 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-12-09 00:34:40 +0000 |
commit | 2932b7b0067943cf504b7191c4af6391f50bef0e (patch) | |
tree | 1adf4d38810d9a1c2ed887f9704117d585b0c06b | |
parent | 9cfb0756a6a82f55b1ccf962eb5ca67123f2cf25 (diff) | |
download | pkgsrc-2932b7b0067943cf504b7191c4af6391f50bef0e.tar.gz |
Update nano to 2.5.0
2015.12.05 - GNU nano 2.5.0 "Karma", the first release of the 2.5 series,
is now available. Please note that as of this release,
there will no longer be separate stable and unstable
branches. The development team will prioritize bug fixes
as needed, and make new releases in proportion to the
severity of the bugs which are fixed.
This release includes all of the fixes now in
2.4.3, as well as color syntax highlighting improvements,
undo fixes, and many more improvements! Thank you for
using nano!
-rw-r--r-- | editors/nano/Makefile | 6 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 41ba62656b7..75a01376319 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2015/11/22 23:04:15 wiedi Exp $ +# $NetBSD: Makefile,v 1.51 2015/12/09 00:34:40 wiedi Exp $ -DISTNAME= nano-2.4.3 +DISTNAME= nano-2.5.0 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v2.4/ +MASTER_SITES= http://www.nano-editor.org/dist/v2.5/ MAINTAINER= wiedi@frubar.net HOMEPAGE= http://www.nano-editor.org/ diff --git a/editors/nano/distinfo b/editors/nano/distinfo index a9ecf91da35..8f179b4a1e5 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2015/11/22 23:04:15 wiedi Exp $ +$NetBSD: distinfo,v 1.24 2015/12/09 00:34:40 wiedi Exp $ -SHA1 (nano-2.4.3.tar.gz) = a64650f2bebf2d3638b59657abd419a0c9c55a78 -RMD160 (nano-2.4.3.tar.gz) = 70f442bf08f311ccf245176c119e8ef063c5b7d4 -SHA512 (nano-2.4.3.tar.gz) = 53c9f93b0f001a3d6c292a6995d66b6bcca033407b6b69995c62b9e9f721fd5566fbd0e22ece1b2561a47e56ef19c3f1ee196e23edfe832289704e0ebef45de9 -Size (nano-2.4.3.tar.gz) = 1878096 bytes +SHA1 (nano-2.5.0.tar.gz) = 395440ff263fb6c6307be22836673b5f943441fc +RMD160 (nano-2.5.0.tar.gz) = 5669d896c1d210e73642dce8a69831a2dd1254bf +SHA512 (nano-2.5.0.tar.gz) = f05f1afa6a79ff6b87359c46fbdaf6161eacdc265ac6be155a0173e3ab5a17023e205d0b9667a942e754556182a9007fe4438f337a830d20b9546aad9d522ba6 +Size (nano-2.5.0.tar.gz) = 1909625 bytes SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56 |