diff --git a/anda/desktops/kde/kde-liquidshell/update.rhai b/anda/desktops/kde/kde-liquidshell/update.rhai index ff2cd867ca..7e018468ea 100644 --- a/anda/desktops/kde/kde-liquidshell/update.rhai +++ b/anda/desktops/kde/kde-liquidshell/update.rhai @@ -1,2 +1,2 @@ let html = get("https://download.kde.org/stable/liquidshell/"); -rpm.version(find(`>liquidshell-([.\\d]+)\\.tar\\.xz`, html, 1)); +rpm.version(find(`>liquidshell-([.\d]+)\.tar\.xz`, html, 1)); diff --git a/anda/groovy/groovy-docs/update.rhai b/anda/groovy/groovy-docs/update.rhai index aa8fe885ba..8051d48b87 100644 --- a/anda/groovy/groovy-docs/update.rhai +++ b/anda/groovy/groovy-docs/update.rhai @@ -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)); diff --git a/anda/groovy/update.rhai b/anda/groovy/update.rhai index aa8fe885ba..8051d48b87 100644 --- a/anda/groovy/update.rhai +++ b/anda/groovy/update.rhai @@ -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));