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"