fix(update): apparmor dbus-test-runner frame geis grail libappimage (#321)

This commit is contained in:
madomado
2023-03-26 07:59:48 +08:00
committed by GitHub
parent bcaf72e5d5
commit 2123308a55
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
let html = get("https://launchpad.net/apparmor");
let v = find("Latest version is ([\d.]+)", html, 1);
let v = find("Latest version is ([\\d.]+)", html, 1);
rpm.version(v);
+1 -1
View File
@@ -1,3 +1,3 @@
let html = get("https://launchpad.net/dbus-test-runner");
let v = find("Latest version is ([\d.]+)", html, 1);
let v = find("Latest version is ([\\d.]+)", html, 1);
rpm.version(v);
+1 -1
View File
@@ -1,3 +1,3 @@
let html = get("https://launchpad.net/frame");
let v = find("Latest version is v([\d.]+)", html, 1);
let v = find("Latest version is v([\\d.]+)", html, 1);
rpm.version(v);
+1 -1
View File
@@ -1,3 +1,3 @@
let html = get("https://launchpad.net/geis");
let v = find("Latest version is ([\d.]+)", html, 1);
let v = find("Latest version is ([\\d.]+)", html, 1);
rpm.version(v);
+1 -1
View File
@@ -1,3 +1,3 @@
let html = get("https://launchpad.net/grail");
let v = find("Latest version is ([\d.]+)", html, 1);
let v = find("Latest version is ([\\d.]+)", html, 1);
rpm.version(v);
+1 -1
View File
@@ -1,2 +1,2 @@
let v = gh("AppImageCommunity/libappimage");
let v = gh_tag("AppImageCommunity/libappimage");
rpm.global("libver", v);