pkgsrc-WIP-changes archive

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

plasm: Update to 0.0.0.32



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jul 23 09:51:51 2022 -0500
Changeset:	428cc0c456b8d53e4529feec0d0ad2e767f8352e

Modified Files:
	plasm/Makefile
	plasm/distinfo

Log Message:
plasm: Update to 0.0.0.32

Implement basic RISC-V opcode translation

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

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

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

diffs:
diff --git a/plasm/Makefile b/plasm/Makefile
index 13dca2459c..06ae257ee5 100644
--- a/plasm/Makefile
+++ b/plasm/Makefile
@@ -5,10 +5,10 @@
 #              Fri Jul 22 14:00:26 CDT 2022               #
 ###########################################################
 
-DISTNAME=	plasm-0.0.0.30
+DISTNAME=	plasm-0.0.0.32
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	cbbe98c8b32f6750f04014673399c94e93924eec
+GITHUB_TAG=	3d41cf97b685a2cf39930b75dbc47804661ab961
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/plasm
@@ -16,7 +16,7 @@ COMMENT=	Portable Assembler
 # Check this
 LICENSE=	2-clause-bsd
 
-DEPENDS=	papp:../../wip/papp
+DEPENDS=	papp>0:../../wip/papp
 
 USE_LANGUAGES=	c c++
 
diff --git a/plasm/distinfo b/plasm/distinfo
index df2403dd38..5b79cd1cc0 100644
--- a/plasm/distinfo
+++ b/plasm/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (plasm-0.0.0.30-cbbe98c8b32f6750f04014673399c94e93924eec.tar.gz) = 86cf33cd0c5afda7f363fb1c32f54af317f653a8d62122c182a4af4744f307c9
-SHA512 (plasm-0.0.0.30-cbbe98c8b32f6750f04014673399c94e93924eec.tar.gz) = 521650b1e9f6fd192f3569075209a65672b2ecf0e588031ba36ba9370e4a565addc782f41f33ced521842d9ec933174f310d512a51197b61f91ae45fa113cb89
-Size (plasm-0.0.0.30-cbbe98c8b32f6750f04014673399c94e93924eec.tar.gz) = 19180 bytes
+BLAKE2s (plasm-0.0.0.32-3d41cf97b685a2cf39930b75dbc47804661ab961.tar.gz) = e2200df3dcfcc18fd5145c51ed147b7d2b5d03ff5dcb1346c4b3c3c76e975edc
+SHA512 (plasm-0.0.0.32-3d41cf97b685a2cf39930b75dbc47804661ab961.tar.gz) = df319af1d94e42f18d95980d4a928e59b7d68e256e6f4b1701fd8dd6a6f7ebfdafc2752f4ed3e2b4cd3bcc4d62a285f4aee680346de12181a569c40367081daa
+Size (plasm-0.0.0.32-3d41cf97b685a2cf39930b75dbc47804661ab961.tar.gz) = 21181 bytes


Home | Main Index | Thread Index | Old Index