bump: groovy groovy-docs (#731)

* bump: groovy

Signed-off-by: madomado <madonuko@outlook.com>

* Update groovy.spec

Signed-off-by: madomado <madonuko@outlook.com>

* Update update.rhai

Signed-off-by: madomado <madonuko@outlook.com>

* Update groovy-docs.spec

Signed-off-by: madomado <madonuko@outlook.com>

---------

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2023-10-07 17:22:10 +08:00
committed by GitHub
parent 57fe1e9cc5
commit b5dc75b956
4 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: groovy-docs
Version: 5.0.0.ALPHA.2
Version: 4.0.15
Release: 1%{?dist}
Summary: Documentation for the Groovy programming language
URL: https://groovy-lang.org/
+2 -4
View File
@@ -1,4 +1,2 @@
let ver = gh_tag("apache/groovy");
ver.replace("GROOVY_", "");
ver.replace("_", ".");
rpm.version(ver);
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));
+1 -1
View File
@@ -1,5 +1,5 @@
Name: groovy
Version: 5.0.0.ALPHA.2
Version: 4.0.15
Release: 1%{?dist}
Summary: A multi-faceted language for the Java platform
BuildArch: noarch
+2 -4
View File
@@ -1,4 +1,2 @@
let ver = gh_tag("apache/groovy");
ver.replace("GROOVY_", "");
ver.replace("_", ".");
rpm.version(ver);
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));