mirror of
https://github.com/pengutronix/monitoring-check-systemd-service.git
synced 2025-07-23 13:54:44 +02:00
Fix naming confusion
This commit is contained in:
parent
1baa6b7f7b
commit
1441dc9e03
@ -1,4 +1,4 @@
|
|||||||
Name: monitoring-check_systemd_service
|
Name: monitoring-check-systemd-service
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
Epoch: 1
|
Epoch: 1
|
@ -1,6 +1,6 @@
|
|||||||
#!/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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user