summaryrefslogtreecommitdiff
path: root/get-last-versions
diff options
context:
space:
mode:
Diffstat (limited to 'get-last-versions')
-rwxr-xr-xget-last-versions12
1 files changed, 12 insertions, 0 deletions
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 '<title>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"