- commit
- 88c7c32f74727c6daa632b314c6211c33647101c
- parent
- 09b2b384b00e941e92534e0bfcbb87cf04a0b9eb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-10-10 18:44
update aria-api to 0.4.5
Diffstat
| M | Makefile | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
@@ -4,7 +4,7 @@ bundle.zip: manifest.json icon-128.png bg.js outline.js treeview.js outline.css 4 4 5 5 vendor: 6 6 mkdir -p vendor7 -1 wget https://raw.githubusercontent.com/xi/aria-api/0.4.2/dist/aria.js -O vendor/aria.js-1 7 wget https://raw.githubusercontent.com/xi/aria-api/0.4.5/dist/aria.js -O vendor/aria.js 8 8 9 9 icon-128.png: icon.svg 10 10 inkscape $< --export-filename=$@