fix(update): glewmx (#350)

This commit is contained in:
madomado
2023-04-05 13:17:13 +08:00
committed by GitHub
parent ed434d29a9
commit 708e3d0af4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: glewmx
Version: 1.13.0.
Version: 1.13.0
Release: 1%{?dist}
Summary: OpenGL Extension Wrangler MX
+1 -1
View File
@@ -1,3 +1,3 @@
let html = get("http://archive.ubuntu.com/ubuntu/pool/universe/g/glewmx/?C=N;O=D");
let v = find("glewmx_([\\d.+]+).", html, 1);
let v = find("glewmx_([\\d.+]+)\\.", html, 1);
rpm.version(v);