Fix confusion due to divergent dash/underscore handling

This commit is contained in:
Jörn Ott 2022-04-27 17:01:09 +02:00
parent 4928b37a63
commit 1baa6b7f7b

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/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" APP="monitoring-check_systemd_service"
VERSION="1.2.0" VERSION="1.2.0"
RELEASE="1" 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" ARCH="noarch"