diff --git a/contrib/version.sh b/contrib/version.sh index 8e335b1..f8ee392 100644 --- a/contrib/version.sh +++ b/contrib/version.sh @@ -1,7 +1,7 @@ #!/bin/bash -# see https://github.com/joernott/monitoring-check_systemd-service/tags +# see https://github.com/joernott/monitoring-check-systemd-service/tags APP="monitoring-check_systemd_service" VERSION="1.2.0" RELEASE="1" -URL="https://github.com/joernott/monitoring-check_systemd_service/archive/refs/tags/v${VERSION}.tar.gz" +URL="https://github.com/joernott/monitoring-check-systemd-service/archive/refs/tags/v${VERSION}.tar.gz" ARCH="noarch"