For some odd reason the new Zabbix 6.0.31 is not showing up in the Ubuntu 20.04 repository. Am I missing something here? It usually shows up right away or even slightly earlier than when the final release notes are updated (https://www.zabbix.com/rn/rn6.0.31).
/etc/apt/sources.list.d/zabbix.list
deb https://repo.zabbix.com/zabbix/6.0/ubuntu focal main
deb-src https://repo.zabbix.com/zabbix/6.0/ubuntu focal main
/etc/apt/sources.list.d/zabbix-agent2-plugins.list
deb [arch=amd64] https://repo.zabbix.com/zabbix-agent2-plugins/1/ubuntu focal main
deb-src [arch=amd64] https://repo.zabbix.com/zabbix-agent2-plugins/1/ubuntu focal main
Thanks!
/etc/apt/sources.list.d/zabbix.list
deb https://repo.zabbix.com/zabbix/6.0/ubuntu focal main
deb-src https://repo.zabbix.com/zabbix/6.0/ubuntu focal main
/etc/apt/sources.list.d/zabbix-agent2-plugins.list
deb [arch=amd64] https://repo.zabbix.com/zabbix-agent2-plugins/1/ubuntu focal main
deb-src [arch=amd64] https://repo.zabbix.com/zabbix-agent2-plugins/1/ubuntu focal main
Thanks!
Comment