I am trying to install version 1.11.0 of tinyproxy, which seems to be available in the official Ubuntu repository .
However, when I run apt install tinyproxy I only get version 1.10, and apt-cache madison tinyproxy only gives me 1.10 as an option:
tinyproxy | 1.10.0-4 | http://il.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
I have tried apt-get update and also apt install tinyproxy=1.11.0-1, but both fail.
How can I install this version of the package?
edit: This question is not a duplicate of the suggested question, I am not trying to install a version that is already available in a repository, I am trying to understand why the version is not available in my repository when it is listed as avilable online.