Skip to content

Commit

Permalink
kicad-lite-nightly: Fix autoupdate (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
wc7086 authored Jan 26, 2024
1 parent 2f4a6d4 commit bcf881d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions bucket/kicad-lite-nightly.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "r32877.9d452a6097.2023-05-20",
"description": "Electronics Design Automation Suite, nightly build without libraries",
"version": "8.0.0.rc1.4.g5bc78f7d9f",
"description": "Nightly build of KiCAD, an electronics design automation (EDA) suite.",
"homepage": "https://kicad.org",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://kicad-downloads.s3.cern.ch/windows/nightly/kicad-nightly-r32877.9d452a6097-x86_64-lite.exe#/dl.7z",
"hash": "9c5cb3da0243360cbd5bf31b25bbaae571c42ba2624823c515e6381afc9b390e"
"url": "https://downloads.kicad.org/kicad/windows/explore/nightlies/download/kicad-nightly-8.0.0.rc1.4.g5bc78f7d9f-x86_64-lite.exe#/dl.7z",
"hash": "31dc33d67c8c11dcef70cf352c60607fd109090d0e0a96c5e4992248297bf9ed"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse",
Expand All @@ -24,10 +24,9 @@
],
"notes": "You should configure environment paths KICAD6_3DMODEL_DIR, KICAD6_FOOTPRINT_DIR, KICAD6_SYMBOL_DIR, KICAD6_TEMPLATE_DIR, KICAD_USER_TEMPLATE_DIR, otherwise they'll default to $dir\\share\\kicad",
"checkver": {
"url": "https://kicad-downloads.s3.cern.ch/?delimiter=/&prefix=windows/nightly/",
"regex": "<Key>windows/nightly/kicad-nightly-(r\\d+\\.[a-z0-9]+)-x86_64-lite\\.exe</Key><LastModified>([\\d\\-]+)",
"replace": "${1}.${2}",
"reverse": true
"url": "https://downloads.kicad.org/kicad/windows/explore/nightlies",
"regex": "kicad-nightly-(\\d+(\\.\\d+)*(\\.rc\\d+(\\.\\d+)*)*\\.g[a-f\\d]+)-x86_64-lite\\.exe",
"reverse": false
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit bcf881d

Please sign in to comment.