pkgsrc-WIP-changes archive

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

plasm: Update to 0.0.0.40



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Aug 16 10:48:26 2022 -0500
Changeset:	fb6281d6909a881a02579a08dd66c9cd596be9ec

Modified Files:
	plasm/Makefile
	plasm/distinfo

Log Message:
plasm: Update to 0.0.0.40

Fix opcode table generation, move translateInstruction() to derived classes

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

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

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

diffs:
diff --git a/plasm/Makefile b/plasm/Makefile
index 1eafbd3714..788aa3eb82 100644
--- a/plasm/Makefile
+++ b/plasm/Makefile
@@ -5,10 +5,10 @@
 #              Fri Jul 22 14:00:26 CDT 2022               #
 ###########################################################
 
-DISTNAME=	plasm-0.0.0.38
+DISTNAME=	plasm-0.0.0.40
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	cc07d1b06b8dc76f83831b89d383b6f57c54e4fa
+GITHUB_TAG=	473fe9c6f534273319822436d9f13e1c21a926d6
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/plasm
diff --git a/plasm/distinfo b/plasm/distinfo
index 683fb350ad..b2c3a9b07b 100644
--- a/plasm/distinfo
+++ b/plasm/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (plasm-0.0.0.38-cc07d1b06b8dc76f83831b89d383b6f57c54e4fa.tar.gz) = 5920938a34125e061768651e2cea36346712359db90500357a4097da5fdf4708
-SHA512 (plasm-0.0.0.38-cc07d1b06b8dc76f83831b89d383b6f57c54e4fa.tar.gz) = a7002660acf11e93024c12c0237964429e5ebcc02393cdbf80bd2b88ba2d3c88afbd9e8eb6148711710dee81fdc50a676e026f0689ac65895512c5d3de2298e5
-Size (plasm-0.0.0.38-cc07d1b06b8dc76f83831b89d383b6f57c54e4fa.tar.gz) = 21378 bytes
+BLAKE2s (plasm-0.0.0.40-473fe9c6f534273319822436d9f13e1c21a926d6.tar.gz) = f0a15654ad56417b775a2f1f50303b9731994c4c42aa24eaa31014bd8502493f
+SHA512 (plasm-0.0.0.40-473fe9c6f534273319822436d9f13e1c21a926d6.tar.gz) = e80a428bd9d4ccb2f562b4d240570f4d9e2107917f200a787512bbeadba5c8854f92289eba9d0651c29add5faf8b36761531a9cac139d742134221a3dda7c429
+Size (plasm-0.0.0.40-473fe9c6f534273319822436d9f13e1c21a926d6.tar.gz) = 21684 bytes


Home | Main Index | Thread Index | Old Index