pkgsrc-WIP-changes archive

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

alacritty: correct package name



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Oct 1 23:32:11 2020 +0200
Changeset:	890f4769c4113b32ce1001b107f46f34912df04f

Modified Files:
	alacritty/Makefile
	alacritty/distinfo

Log Message:
alacritty: correct package name

The version should not begin with a "v", otherwise various tools
are confused.

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

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

diffstat:
 alacritty/Makefile | 4 ++--
 alacritty/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/alacritty/Makefile b/alacritty/Makefile
index fc252d41d3..bb78af4f59 100644
--- a/alacritty/Makefile
+++ b/alacritty/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	alacritty-${GITHUB_TAG}
+DISTNAME=	alacritty-0.5.0
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=alacritty/}
-GITHUB_TAG=	v0.5.0
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/jwilm/alacritty
diff --git a/alacritty/distinfo b/alacritty/distinfo
index 8f570a07bd..4662807cf6 100644
--- a/alacritty/distinfo
+++ b/alacritty/distinfo
@@ -12,10 +12,10 @@ SHA1 (aho-corasick-0.7.13.crate) = aebccce7d88b4095328b0ca6a77305856e932ba7
 RMD160 (aho-corasick-0.7.13.crate) = 5a8c90ceb7660c8413fce56fe32270dfc8217d0c
 SHA512 (aho-corasick-0.7.13.crate) = 9bd3c12559d6bdb1ce798a62c59a202771b48125afb6e1b5be76cad13d750d9bedd7acd77d69557e34a698b17ed7da6832a7813d48ee2627f4a2abd5e04263e6
 Size (aho-corasick-0.7.13.crate) = 111381 bytes
-SHA1 (alacritty-v0.5.0.tar.gz) = 24f9ff3fac849f06416d1f5b5b4749bba85465f4
-RMD160 (alacritty-v0.5.0.tar.gz) = e3fa9fb2fe9efe2999f6e0f16a5c9aec9f53ef59
-SHA512 (alacritty-v0.5.0.tar.gz) = 53ecda7996473890eea90b01b3f71c32d07abc38072dbc40ef3ccbc500a747af866e5b5aeea0ae0b85dc17e0b3c16fc9c5e3bae1a0d0f9a88c5ac264f51af62e
-Size (alacritty-v0.5.0.tar.gz) = 1500418 bytes
+SHA1 (alacritty-0.5.0.tar.gz) = 24f9ff3fac849f06416d1f5b5b4749bba85465f4
+RMD160 (alacritty-0.5.0.tar.gz) = e3fa9fb2fe9efe2999f6e0f16a5c9aec9f53ef59
+SHA512 (alacritty-0.5.0.tar.gz) = 53ecda7996473890eea90b01b3f71c32d07abc38072dbc40ef3ccbc500a747af866e5b5aeea0ae0b85dc17e0b3c16fc9c5e3bae1a0d0f9a88c5ac264f51af62e
+Size (alacritty-0.5.0.tar.gz) = 1500418 bytes
 SHA1 (andrew-0.2.1.crate) = 2cef5ff6fde642dc427a906300a47c240944d556
 RMD160 (andrew-0.2.1.crate) = bad7e7ffb1485e9de77fcc6a45fd5c7e4f36e0b3
 SHA512 (andrew-0.2.1.crate) = 06ba5a756e0d84953dcb1cd1714d1639e67e836dcdd92f5f77c2b35a2afdf0b0babcdf598e2c5cf2dc8661c8326bc27b1ac3c9963a5fcbc2e0c753da6ac730ea


Home | Main Index | Thread Index | Old Index