fd3925efa058bd1d7f96d40dc0f4d245ae89b54e
And not the version in the repo. If the new version is in git, there is usually nothing to do, except waiting for it to reach the repo.
MSYS2 Web Interface
===================
A simple web interface for browsing the MSYS2 repos.
Rebuild CSS/JS (optional)::
cd frontend
npm install
npm run build
Run for Development::
poetry shell
poetry install
python run.py --cache
Run for Production::
# See the Dockerfile
docker build .
docker run --rm -it -p 8080:80 <image-id>
Description
Languages
Python
68.4%
HTML
26.7%
JavaScript
2.8%
SCSS
1.7%
Dockerfile
0.2%
Other
0.2%