diff --git a/create_repository.py b/create_repository.py index c2eaa24..beb6acb 100644 --- a/create_repository.py +++ b/create_repository.py @@ -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: diff --git a/repository.json b/repository.json index c72d598..9bf64b8 100644 --- a/repository.json +++ b/repository.json @@ -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" } } \ No newline at end of file