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 B2D69158094 for ; Fri, 30 Sep 2022 23:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 726D0E0A64; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 58CD3E0A64 for ; Fri, 30 Sep 2022 23:24:56 +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 1C747340FF0 for ; Fri, 30 Sep 2022 23:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19FC75FD for ; Fri, 30 Sep 2022 23:24:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664580264.d77c7094bdf643151832661d8b7c78c61877d807.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-4.0.43.ebuild net-analyzer/zabbix/zabbix-4.0.44.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d77c7094bdf643151832661d8b7c78c61877d807 X-VCS-Branch: master Date: Fri, 30 Sep 2022 23:24:52 +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: 5dcddc31-a090-4309-874b-164c851fe734 X-Archives-Hash: ee9ce4f9de4280008a6f1302a58891a7 commit: d77c7094bdf643151832661d8b7c78c61877d807 Author: Sam James gentoo org> AuthorDate: Fri Sep 30 23:11:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 30 23:24:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77c7094 net-analyzer/zabbix: fix StaticSrcUri Signed-off-by: Sam James gentoo.org> net-analyzer/zabbix/zabbix-4.0.43.ebuild | 2 +- net-analyzer/zabbix/zabbix-4.0.44.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-4.0.43.ebuild b/net-analyzer/zabbix/zabbix-4.0.43.ebuild index b6f830af64d9..8436fd2d7b37 100644 --- a/net-analyzer/zabbix/zabbix-4.0.43.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.43.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="ZABBIX is software for monitoring of your applications, network and HOMEPAGE="https://www.zabbix.com/" MY_P=${P/_/} MY_PV=${PV/_/} -SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz" +SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/$(ver_cut 1-2)" WEBAPP_MANUAL_SLOT="yes" diff --git a/net-analyzer/zabbix/zabbix-4.0.44.ebuild b/net-analyzer/zabbix/zabbix-4.0.44.ebuild index 1e0af68937f8..b24c08490b7a 100644 --- a/net-analyzer/zabbix/zabbix-4.0.44.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.44.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="ZABBIX is software for monitoring of your applications, network and HOMEPAGE="https://www.zabbix.com/" MY_P=${P/_/} MY_PV=${PV/_/} -SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz" +SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/$(ver_cut 1-2)" WEBAPP_MANUAL_SLOT="yes"