mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(update): manrope librda (#769)
This commit is contained in:
@@ -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 @@
|
||||
rpm.version(gh("ArcticaProject/librda"));
|
||||
rpm.version(gh_tag("ArcticaProject/librda"));
|
||||
|
||||
Reference in New Issue
Block a user