1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00
archivebox_ynh/doc/notes-on-updating-archivebox-ynh.md

13 lines
465 B
Markdown
Raw Normal View History

This is intended to be documentation for developers working on the archivebox_ynh package
2021-09-06 17:14:05 +02:00
## 1. Modify the Manifest.toml
Replace the following fields:
replace "version"
(under "resources.sources.main") replace "url", "sha256"
2021-09-06 17:14:05 +02:00
## 2. Modify conf/requirements.txt
requirements.txt contains a single line, which correlates to the archivebox upstream pip install script;
2024-05-10 22:21:32 +02:00
e.g. in requirements.txt `archivebox==0.7.2;` from `pip install --upgrade 'archivebox==0.7.2'`