From 5e29f15b7794db9cb038fc0ccfcd9a75612762d3 Mon Sep 17 00:00:00 2001 From: ivan-boikov Date: Sun, 12 May 2024 18:48:06 +0200 Subject: Dirty last version checker --- get-last-versions | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 get-last-versions diff --git a/get-last-versions b/get-last-versions new file mode 100755 index 0000000..dc8fcc0 --- /dev/null +++ b/get-last-versions @@ -0,0 +1,12 @@ +#!/bin/sh + +lv() { + curl -sL "$1" | grep 'Release ' +} + +ls www-plugins/ublock-origin-bin | tail -n1 +lv "https://github.com/gorhill/uBlock/releases/latest" +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" -- cgit v1.2.3