- commit
- 7215eb1b3b0d813a5a126189f488f3e2a555f577
- parent
- 71048c7196ab6be3148a5312722e66ec08093114
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-06-23 13:29
update aria-api to 0.7.0
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 icon-128.png bg.js outline.js 10 10 11 11 vendor: 12 12 mkdir -p vendor13 -1 wget https://raw.githubusercontent.com/xi/aria-api/0.6.0/dist/aria.js -O vendor/aria.js-1 13 wget https://raw.githubusercontent.com/xi/aria-api/0.7.0/dist/aria.js -O vendor/aria.js 14 14 15 15 icon-128.png: icon.svg 16 16 convert -resize 128x -background transparent $< $@