From ac34f80e10cb7cc53b1b6288e73a2ff207175534 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 27 Jun 2020 13:06:20 -0300 Subject: [PATCH] Updated IBoM and added the dependencies for the next kiplot release. --- README.md | 2 +- download.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 820fdad..2d2d41c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This image is based on [setsoft/kicad_debian](https://github.com/INTI-CMNB/kicad The available tags are: * **10.3-5.1.5** is KiCad 5.1.5 on Debian 10.3 with Kiplot 0.2.4, kicad-automation-scripts 1.3.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.1 -* **10.3-5.1.6** (same as **latest**) is KiCad 5.1.6 on Debian 10.4 with Kiplot 0.3.0, kicad-automation-scripts 1.4.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.1 +* **10.3-5.1.6** (same as **latest**) is KiCad 5.1.6 on Debian 10.4 with Kiplot 0.4.0, kicad-automation-scripts 1.4.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.3 You can run it using a script like this: diff --git a/download.sh b/download.sh index bb89e44..3a6c2ed 100755 --- a/download.sh +++ b/download.sh @@ -1,5 +1,7 @@ #!/bin/sh rm *.deb +curl -s https://api.github.com/repos/set-soft/mcpy/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - +curl -s https://api.github.com/repos/set-soft/macropy/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - curl -s https://api.github.com/repos/INTI-CMNB/kicad-automation-scripts/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - curl -s https://api.github.com/repos/INTI-CMNB/InteractiveHtmlBom/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - curl -s https://api.github.com/repos/INTI-CMNB/kiplot/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i -