SQLite Forum

Better download file naming
Login
As every other package manager I try to keep the packages up-to-date. This is done by downloading https://www.sqlite.org/download.html and searching via a regular expression like this one

32-bit DLL (x86) for SQLite version ([d.]+).

... and creating a version using a template like this one:

https://www.sqlite.org/2021/sqlite-dll-win32-x86-${v0}${v1}0${v2}00.zip

This fails too often: every year because the year number changes and each time the version number changes from 1 to 2 digits and back.