pkgsrc-WIP-changes archive

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

fastq-trim: Update to 0.1.3.11



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <jtocino%gmx.com@localhost>
Pushed By:	outpaddling
Date:		Tue Feb 25 10:12:26 2025 -0600
Changeset:	e513c8d223174d951ebee42cc33e01b90deb6691

Modified Files:
	fastq-trim/Makefile
	fastq-trim/distinfo

Log Message:
fastq-trim: Update to 0.1.3.11

Check for empty input to avoid div by 0

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

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

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

diffs:
diff --git a/fastq-trim/Makefile b/fastq-trim/Makefile
index 4b50d41634..32477175d8 100644
--- a/fastq-trim/Makefile
+++ b/fastq-trim/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	fastq-trim-0.1.3.8
+DISTNAME=	fastq-trim-0.1.3.11
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	56750198255ba409801574f67b168258651efadc
+GITHUB_TAG=	505ca2678d3a029fed2a44a8b5eabdbc3a7e951b
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/Fastq-trim
diff --git a/fastq-trim/distinfo b/fastq-trim/distinfo
index 7542422d56..f340604a33 100644
--- a/fastq-trim/distinfo
+++ b/fastq-trim/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (fastq-trim-0.1.3.8-56750198255ba409801574f67b168258651efadc.tar.gz) = bb7b6e43d15cf5af96a93491ffa8c81e9418aa3e5061dcfbc3a0781dd175cbad
-SHA512 (fastq-trim-0.1.3.8-56750198255ba409801574f67b168258651efadc.tar.gz) = 3758c73c9632f16a00a8c673d35f98c74373f159ddcc1068cd44ae6e42bed926f9c5ddd3cb41a14e7b6b7b0db882779ef322f57841bd28e223fd466c76532b28
-Size (fastq-trim-0.1.3.8-56750198255ba409801574f67b168258651efadc.tar.gz) = 29580 bytes
+BLAKE2s (fastq-trim-0.1.3.11-505ca2678d3a029fed2a44a8b5eabdbc3a7e951b.tar.gz) = 4381866e06c8de99e44fda8cce72c9953a0ddad037bc3655d626c4ab3ce5ad8a
+SHA512 (fastq-trim-0.1.3.11-505ca2678d3a029fed2a44a8b5eabdbc3a7e951b.tar.gz) = 28b1cea24ff392aaf98184d7d17807b82342d490364c08a6a409585a23436dc33f492c2a6d8548835867b26926ab392e278a93af3a6f31b855cb9a48c1239a3d
+Size (fastq-trim-0.1.3.11-505ca2678d3a029fed2a44a8b5eabdbc3a7e951b.tar.gz) = 29669 bytes


Home | Main Index | Thread Index | Old Index