Skip to content

Commit

Permalink
kicad-nightly: Fix autoupdate and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
wc7086 authored Jan 14, 2024
1 parent a731a08 commit af1227f
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions bucket/kicad-nightly.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "32877.9d452a6097",
"version": "8.0.0.rc1.4.g5bc78f7d9f",
"description": "Nightly build of KiCAD, an electronics design automation (EDA) suite.",
"homepage": "https://kicad-pcb.org",
"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.exe#/dl.7z",
"hash": "d292fd9c23a2795709a2ab074e04e18df5a6e584a3cdbeba585307caa2ce0c72"
"url": "https://downloads.kicad.org/kicad/windows/explore/nightlies/download/kicad-nightly-8.0.0.rc1.4.g5bc78f7d9f-x86_64.exe#/dl.7z",
"hash": "0d66ea2f34f5a52b14ba13b942618ef8a89fee657be33189c9891b9521fa4a42"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse",
Expand All @@ -29,20 +29,15 @@
"Gerbview nightly"
]
],
"env_set": {
"KICAD_PTEMPLATES": "$dir\\share\\kicad\\template\\",
"KISYS3DMOD": "$dir\\share\\kicad\\modules\\packages3d\\",
"KISYSMOD": "$dir\\share\\kicad\\modules\\"
},
"checkver": {
"url": "https://kicad-downloads.s3.cern.ch/?prefix=windows/nightly",
"regex": "kicad-.*r([\\d]+.[a-f0-9]+)-x86_64",
"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\\.exe",
"reverse": false
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://kicad-downloads.s3.cern.ch/windows/nightly/kicad-nightly-r$version-x86_64.exe#/dl.7z"
"url": "https://downloads.kicad.org/kicad/windows/explore/nightlies/download/kicad-nightly-$version-x86_64.exe#/dl.7z"
}
}
}
Expand Down

0 comments on commit af1227f

Please sign in to comment.