diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:11:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:24 +0100 |
commit | d77c7094bdf643151832661d8b7c78c61877d807 (patch) | |
tree | ab920ac4e8ea6a490f98868cc59737810a2fa24c /net-analyzer/zabbix/zabbix-4.0.43.ebuild | |
parent | net-analyzer/tcptrace: fix StaticSrcUri (diff) | |
download | gentoo-d77c7094bdf643151832661d8b7c78c61877d807.tar.gz gentoo-d77c7094bdf643151832661d8b7c78c61877d807.tar.bz2 gentoo-d77c7094bdf643151832661d8b7c78c61877d807.zip |
net-analyzer/zabbix: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix/zabbix-4.0.43.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-4.0.43.ebuild | 2 |
1 files changed, 1 insertions, 1 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" |