mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 19:02:25 +00:00
3ec10aeef1
We're having 0.16-git-3 in our repository since a while now (atleast 2 years), and everytime this package is rebuilt, newer version is pushed but is treated like older version. We've scripts to automatically delete old versions of debs on the server automatically. So 0.16-4 was automatically deleted every 6 hours. `dpkg --compare-versions 0.16-4 gt 0.16-git-3` fails, so this epoch is necessary.