Correct resources

This commit is contained in:
Thomas Pointhuber 2021-10-30 23:02:59 +02:00
parent de7f9d7941
commit ea6aa34807
2 changed files with 6 additions and 6 deletions

View file

@ -140,7 +140,7 @@ def write_repository_json():
"sha256": resources_sha256,
"update_time_utc": resources_update_time_utc.strftime("%Y-%m-%d %H:%M:%S"),
"update_timestamp": resources_update_timestamp,
"url": "https://gitlab.com/kicad/addons/repository/-/jobs/artifacts/main/raw/artifacts/resources.zip?job=update"
"url": f"{REPOSITORY_BASE_URI}/resources.zip"
}
with REPOSITORY_JSON_PATH.open("w", encoding="utf-8") as f:

View file

@ -9,14 +9,14 @@
"name": "kicad-color-schemes repository by @pointhi",
"packages": {
"sha256": "f38236ad8fbd0b55af465a95952c8bfb0a5ff722112c6273fa71290cd8eda04a",
"update_time_utc": "2021-10-30 20:58:25",
"update_timestamp": 1635627505,
"update_time_utc": "2021-10-30 21:02:47",
"update_timestamp": 1635627767,
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
},
"resources": {
"sha256": "b630ce2a716466e3d700081ae8edfb2f0ba1d5d16a95b634c3cabe4a62b591b1",
"update_time_utc": "2021-10-30 20:58:25",
"update_timestamp": 1635627505,
"url": "https://gitlab.com/kicad/addons/repository/-/jobs/artifacts/main/raw/artifacts/resources.zip?job=update"
"update_time_utc": "2021-10-30 21:02:47",
"update_timestamp": 1635627767,
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
}
}