Modify autoupdate scripts for anda 0.1.8

This commit is contained in:
windowsboy111
2023-01-10 20:49:40 +08:00
parent 935be22592
commit e852717c1d
102 changed files with 15 additions and 134 deletions
-1
View File
@@ -1,6 +1,5 @@
project "pkg" {
rpm {
spec = "python3-python3-protobuf.spec"
update = ""
}
}
+1 -2
View File
@@ -1,2 +1 @@
let obj = get("https://pypi.org/pypi/python3-protobuf/json").json();
rpm.version(obj @ "info" @ "version");
rpm.version(pypi("python3-protobuf"));