From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F05A915815E for ; Thu, 8 Feb 2024 15:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C20DCE2A19; Thu, 8 Feb 2024 15:27:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2AEAE2A19 for ; Thu, 8 Feb 2024 15:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C32B7343116 for ; Thu, 8 Feb 2024 15:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D0014C6 for ; Thu, 8 Feb 2024 15:27:15 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1707406013.e8ff4355599e873dde50f4d1cc6d5f50d27c6ea1.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/epson-inkjet-printer-escpr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.4.ebuild X-VCS-Directories: net-print/epson-inkjet-printer-escpr/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: e8ff4355599e873dde50f4d1cc6d5f50d27c6ea1 X-VCS-Branch: master Date: Thu, 8 Feb 2024 15:27:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0db73c30-d161-4feb-9653-1416d7254c90 X-Archives-Hash: 315e179d92a8e4639bce24c92b715457 commit: e8ff4355599e873dde50f4d1cc6d5f50d27c6ea1 Author: Mike Pagano gentoo org> AuthorDate: Thu Feb 8 15:26:53 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Feb 8 15:26:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ff4355 net-print/epson-inkjet-printer-escpr: Fix SRC_URI Signed-off-by: Mike Pagano gentoo.org> .../epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.4.ebuild b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.4.ebuild index d86332e21e8b..647e4b0f430d 100644 --- a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.4.ebuild +++ b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.4.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX" # https://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr.php # Use the "source package for arm CPU" to get a tarball instead of an srpm. -SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/15/57/25/a928e7d08c825ef1cdb892e70318d986720cef8a/epson-inkjet-printer-escpr-1.8.4-1.tar.gz" +SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/15/57/25/a928e7d08c825ef1cdb892e70318d986720cef8a/${P}-1.tar.gz" LICENSE="GPL-2" SLOT="0"