- commit
- e1ee996c506d505606f4b83506012efeed8e0bf1
- parent
- 2faf93bcf6bd4e99a6c48b14361708722a741f9e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-02-19 00:04
update aria-api to 0.9.1
Diffstat
| M | Makefile | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
@@ -10,7 +10,7 @@ a11y-outline.chromium.zip: manifest.chromium.json icons/icon-48.png icons/icon-1 10 10 11 11 vendor: 12 12 mkdir -p vendor13 -1 wget https://raw.githubusercontent.com/xi/aria-api/0.7.0/dist/aria.js -O vendor/aria.js-1 13 wget https://raw.githubusercontent.com/xi/aria-api/0.9.1/dist/aria.js -O vendor/aria.js 14 14 15 15 icons/icon-48.png: icons/icon.svg 16 16 convert -resize 48x -background transparent $< $@