From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 01 May 2021 00:31:55 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lcbfv-0005qU-Qw for lore@lore.pengutronix.de; Sat, 01 May 2021 00:31:55 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lcbfv-0004qS-FB; Sat, 01 May 2021 00:31:55 +0200 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lcbf8-0004cA-TX for ptxdist@pengutronix.de; Sat, 01 May 2021 00:31:06 +0200 From: Lucas Stach To: ptxdist@pengutronix.de Date: Sat, 1 May 2021 00:31:04 +0200 Message-Id: <20210430223106.2472-2-l.stach@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210430223106.2472-1-l.stach@pengutronix.de> References: <20210430223106.2472-1-l.stach@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 2/4] nspr: version bump 4.26 -> 4.30 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Lucas Stach --- rules/nspr.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/nspr.make b/rules/nspr.make index 9c68740e78a5..936dce2b44cd 100644 --- a/rules/nspr.make +++ b/rules/nspr.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NSPR) += nspr # # Paths and names # -NSPR_VERSION := 4.26 -NSPR_MD5 := 615695d57eaafa1fca085d3891befd68 +NSPR_VERSION := 4.30 +NSPR_MD5 := 99780f9ffa3459392c1143f1408e0e08 NSPR := nspr-$(NSPR_VERSION) NSPR_SUFFIX := tar.gz NSPR_URL := https://ftp.mozilla.org/pub/nspr/releases/v$(NSPR_VERSION)/src/$(NSPR).$(NSPR_SUFFIX) -- 2.29.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de