]> Cypherpunks.ru repositories - nncp.git/commitdiff
Prepare for release
authorSergey Matveev <stargrave@stargrave.org>
Sun, 24 Nov 2019 15:11:29 +0000 (18:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 24 Nov 2019 15:11:29 +0000 (18:11 +0300)
doc/building.texi
doc/integrity.texi
ports/nncp/Makefile

index 1489294dcf8fd1f4d593d0aec3344a08bc107649..30493d116f9bf00ab66aaf56c91ae36de50d774c 100644 (file)
@@ -11,16 +11,16 @@ Make sure that Go is installed. For example to install it from packages:
 @end table
 
 @verbatim
-$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.0.0.tar.xz
-$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.0.0.tar.xz.sig
-$ gpg --verify nncp-5.0.0.tar.xz.sig nncp-5.0.0.tar.xz
-$ xz --decompress --stdout nncp-5.0.0.tar.xz | tar xf -
-$ make -C nncp-5.0.0 all
+$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.0.tar.xz
+$ [fetch|wget] http://www.nncpgo.org/download/nncp-5.1.0.tar.xz.sig
+$ gpg --verify nncp-5.1.0.tar.xz.sig nncp-5.1.0.tar.xz
+$ xz --decompress --stdout nncp-5.1.0.tar.xz | tar xf -
+$ make -C nncp-5.1.0 all
 @end verbatim
 
 There is @command{install} make-target respecting @env{DESTDIR}. It will
 install binaries and info-documentation:
 
 @verbatim
-# make -C nncp-5.0.0 install PREFIX=/usr/local
+# make -C nncp-5.1.0 install PREFIX=/usr/local
 @end verbatim
index cc1e587fc737428d3f1be0c08a56cf645720464d..d4bd4562200441e7b04ea42bbc6007e014cf8322 100644 (file)
@@ -31,5 +31,5 @@ $ gpg --auto-key-locate wkd --locate-keys releases at nncpgo dot org
 
 Then you could verify tarballs signature:
 @verbatim
-$ gpg --verify nncp-5.0.0.tar.xz.sig nncp-5.0.0.tar.xz
+$ gpg --verify nncp-5.1.0.tar.xz.sig nncp-5.1.0.tar.xz
 @end verbatim
index cc2d0595e4e8b8eb5f4f712c6b2471ab55649978..6cee3efea791651d3e2cbba050f7d61c6c5ee19d 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD: head/net/nncp/Makefile 517819 2019-11-17 11:51:56Z dmgk $
 
 PORTNAME=      nncp
-DISTVERSION=   5.0.0
+DISTVERSION=   5.1.0
 CATEGORIES=    net
 MASTER_SITES=  http://www.nncpgo.org/download/