mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 04:12:18 +00:00
fix(update): glewmx (#350)
This commit is contained in:
@@ -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,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);
|
||||
|
||||
Reference in New Issue
Block a user