fix(update): manrope librda (#769)

This commit is contained in:
madomado
2023-10-30 17:03:00 +08:00
committed by GitHub
parent 305b5f6060
commit b09be73b1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
let readme = get("https://raw.githubusercontent.com/sharanda/manrope/master/README.md");
let ver = find("## Changelog\n- v (.+?) \\/", readme, 1);
let ver = find("## Changelog\\n+- v (.+?) \\/", readme, 1);
if ver != find("Version:\\s*([\\d.]+)\n", rpm.f, 1) {
let req = new_req("https://api.github.com/repos/sharanda/manrope/commits/HEAD");
let sha = req.get().json().sha;
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("ArcticaProject/librda"));
rpm.version(gh_tag("ArcticaProject/librda"));