diff --git a/conf/app.src b/conf/app.src index 4f1b008..6902035 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/zamentur/yunomonitor/archive/760917c19346862e7f798cb69dde3a3d40e1b293.tar.gz -SOURCE_SUM=261a0607b792cc5a89ea8987ee2176bbbe959cfd3245b14d0362622f82d94373 +SOURCE_URL=https://github.com/zamentur/yunomonitor/archive/0a2c295485dbda9da3b97353e094ef414c939609.tar.gz +SOURCE_SUM=e9c63885c5158771a00ae892967a0f7d1f3f538f26d124f8f096bb7b8ff3113a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/scripts/_common.sh b/scripts/_common.sh index a16a5a0..ee841ce 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" +pkg_dependencies="python3-dbus python3-crypto python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" #================================================= # PERSONAL HELPERS