mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
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:
@@ -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/
|
||||
|
||||
@@ -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,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
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user