Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Fri, 30 Sep 2022 23:24:58
Message-Id: 1664580264.d77c7094bdf643151832661d8b7c78c61877d807.sam@gentoo
1 commit: d77c7094bdf643151832661d8b7c78c61877d807
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:11:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77c7094
7
8 net-analyzer/zabbix: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-4.0.43.ebuild | 2 +-
13 net-analyzer/zabbix/zabbix-4.0.44.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/zabbix/zabbix-4.0.43.ebuild b/net-analyzer/zabbix/zabbix-4.0.43.ebuild
17 index b6f830af64d9..8436fd2d7b37 100644
18 --- a/net-analyzer/zabbix/zabbix-4.0.43.ebuild
19 +++ b/net-analyzer/zabbix/zabbix-4.0.43.ebuild
20 @@ -11,7 +11,7 @@ DESCRIPTION="ZABBIX is software for monitoring of your applications, network and
21 HOMEPAGE="https://www.zabbix.com/"
22 MY_P=${P/_/}
23 MY_PV=${PV/_/}
24 -SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz"
25 +SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz"
26 LICENSE="GPL-2"
27 SLOT="0/$(ver_cut 1-2)"
28 WEBAPP_MANUAL_SLOT="yes"
29
30 diff --git a/net-analyzer/zabbix/zabbix-4.0.44.ebuild b/net-analyzer/zabbix/zabbix-4.0.44.ebuild
31 index 1e0af68937f8..b24c08490b7a 100644
32 --- a/net-analyzer/zabbix/zabbix-4.0.44.ebuild
33 +++ b/net-analyzer/zabbix/zabbix-4.0.44.ebuild
34 @@ -11,7 +11,7 @@ DESCRIPTION="ZABBIX is software for monitoring of your applications, network and
35 HOMEPAGE="https://www.zabbix.com/"
36 MY_P=${P/_/}
37 MY_PV=${PV/_/}
38 -SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz"
39 +SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz"
40 LICENSE="GPL-2"
41 SLOT="0/$(ver_cut 1-2)"
42 WEBAPP_MANUAL_SLOT="yes"