From bed314673f0aaa30d7109e10383d5b4d1ac592ef Mon Sep 17 00:00:00 2001 From: Mario Coray Date: Wed, 27 Mar 2024 14:21:20 +0100 Subject: [PATCH] update deb packages to v1.2.0 --- stage2/99-install-smartmeter-demo/00-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stage2/99-install-smartmeter-demo/00-run.sh b/stage2/99-install-smartmeter-demo/00-run.sh index 2f0fc5200a..c5101a99b7 100755 --- a/stage2/99-install-smartmeter-demo/00-run.sh +++ b/stage2/99-install-smartmeter-demo/00-run.sh @@ -17,9 +17,9 @@ EOF # Download Smart Meter Data Collector wget \ -O "${ROOTFS_DIR}/tmp/python3-smartmeter-datacollector.deb" \ - "https://github.com/scs/smartmeter-datacollector/releases/download/v1.1.0/python3-smartmeter-datacollector_1.1.0-1_armhf.deb" + "https://github.com/scs/smartmeter-datacollector/releases/download/v1.2.0/python3-smartmeter-datacollector_1.2.0-1_armhf.deb" # Download Smart Meter Data Collector Configurator wget \ -O "${ROOTFS_DIR}/tmp/python3-smartmeter-datacollector-configurator.deb" \ - "https://github.com/scs/smartmeter-datacollector-configurator/releases/download/v1.1.0/python3-smartmeter-datacollector-configurator_1.1.0-1_armhf.deb" + "https://github.com/scs/smartmeter-datacollector-configurator/releases/download/v1.2.0/python3-smartmeter-datacollector-configurator_1.2.0-1_armhf.deb"