diff options
| author | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-05-18 19:58:36 +0200 |
|---|---|---|
| committer | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-05-18 19:58:36 +0200 |
| commit | 2e29b6bd72ffa9a7a676a93e3ee50e492567d135 (patch) | |
| tree | 1174d906a675c13ab8e932b5a016581ede87bd50 | |
| parent | 0ca7154626faab04debf681c7e994e1e03a831d3 (diff) | |
Arkenfox last version checker
| -rwxr-xr-x | get-last-versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/get-last-versions b/get-last-versions index dc8fcc0..f7622da 100755 --- a/get-last-versions +++ b/get-last-versions @@ -10,3 +10,5 @@ ls www-plugins/libredirect-bin | tail -n1 lv "https://github.com/libredirect/browser_extension/releases/latest" ls www-plugins/istilldontcareaboutcookies-bin | tail -n1 lv "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/latest" +ls www-misc/arkenfox | tail -n1 +lv "https://github.com/arkenfox/user.js/releases/latest" |
