Skip to content

Commit

Permalink
fix(update): kde-liquidshell groovy-docs groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Oct 7, 2023
1 parent e652365 commit 4ab5c6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anda/desktops/kde/kde-liquidshell/update.rhai
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let html = get("https://download.kde.org/stable/liquidshell/");
rpm.version(find(`>liquidshell-([.\\d]+)\\.tar\\.xz</a>`, html, 1));
rpm.version(find(`>liquidshell-([.\d]+)\.tar\.xz</a>`, html, 1));
4 changes: 2 additions & 2 deletions anda/groovy/groovy-docs/update.rhai
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let html = req("https://groovy.apache.org/download.html");
rpm.version(find(`onclick='window\\.location\\.href="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-([\\d.]+)\\.zip"'>`, html, 1));
let html = get("https://groovy.apache.org/download.html");
rpm.version(find(`onclick='window\.location\.href="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-([\d.]+)\.zip"'>`, html, 1));
4 changes: 2 additions & 2 deletions anda/groovy/update.rhai
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let html = req("https://groovy.apache.org/download.html");
rpm.version(find(`onclick='window\\.location\\.href="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-([\\d.]+)\\.zip"'>`, html, 1));
let html = get("https://groovy.apache.org/download.html");
rpm.version(find(`onclick='window\.location\.href="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-([\d.]+)\.zip"'>`, html, 1));

0 comments on commit 4ab5c6f

Please sign in to comment.