pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

go-ewma: re-import package fix VERSION DISTNAME



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Jan 9 22:29:25 2021 +0100
Changeset:	8a2422cbb935a4af7a85d1a2a99a2ffaaa676766

Modified Files:
	go-ewma/Makefile
	go-ewma/distinfo

Log Message:
go-ewma: re-import package fix VERSION DISTNAME

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a2422cbb935a4af7a85d1a2a99a2ffaaa676766

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-ewma/Makefile | 6 +++---
 go-ewma/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/go-ewma/Makefile b/go-ewma/Makefile
index c0a5fd0262..eb7fe0489d 100644
--- a/go-ewma/Makefile
+++ b/go-ewma/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	ewma-20201216
+DISTNAME=	ewma-20201215
 PKGNAME=	go-${DISTNAME}
 GITHUB_PROJECT=	ewma
 GITHUB_TAG=	507017d748aae584fd5fa8c7448e0105598a0647
@@ -12,8 +12,8 @@ HOMEPAGE=	https://github.com/VividCortex/ewma/
 COMMENT=	Exponentially Weighted Moving Average algorithms for Go
 LICENSE=	mit
 
-GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH=	github.com/VividCortex/${GITHUB_PROJECT}
+GO_DIST_BASE=   ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=     github.com/VividCortex/${GITHUB_PROJECT}
 
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/go-ewma/distinfo b/go-ewma/distinfo
index 07427f11ab..9a50341f4c 100644
--- a/go-ewma/distinfo
+++ b/go-ewma/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (ewma-20201216-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = b093022f156531087b0c8787223271f216ef6409
-RMD160 (ewma-20201216-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = 5c15dcc4947ca7fa951346164af521a40faff8c6
-SHA512 (ewma-20201216-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = 4bc3b62ca32f9f30c5933166cee6ab97b60d4adc47b62db899d0d4a35897a2c634a40463ba0e570b6690ce6e47290b9dab3e93fdffd678497f9ec2b8cef19c3f
-Size (ewma-20201216-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = 6523 bytes
+SHA1 (ewma-20201215-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = b093022f156531087b0c8787223271f216ef6409
+RMD160 (ewma-20201215-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = 5c15dcc4947ca7fa951346164af521a40faff8c6
+SHA512 (ewma-20201215-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = 4bc3b62ca32f9f30c5933166cee6ab97b60d4adc47b62db899d0d4a35897a2c634a40463ba0e570b6690ce6e47290b9dab3e93fdffd678497f9ec2b8cef19c3f
+Size (ewma-20201215-507017d748aae584fd5fa8c7448e0105598a0647.tar.gz) = 6523 bytes


Home | Main Index | Thread Index | Old Index