diff --git a/seatd/.signature b/seatd/.signature index fe8a6c62c..ab9bb7b75 100644 --- a/seatd/.signature +++ b/seatd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/ZE01lP9OWWYVjG6LC3vQgh8M6wH/CHdgDWrnFN781BjeI5amY5TxAG+raA30fv7LfECqqIgVkWsLQHzyb4HAw= -SHA256 (Pkgfile) = 7a02804fcf027627e991bfc33b0affeeb8ad53b27a8720473a2dca1ba9c22473 +RWSagIOpLGJF34mno/FmNcN59Y3s043dF31yERHM4RJUtbB5SeEwxsK/FWiG6QrxlpKbOVt9Vplv8eAqRIiOkOnYzK4O+zhZRgA= +SHA256 (Pkgfile) = afe47a7d84e93ab00684a44277179f1be3f5470577f45a375270a805527a8f77 SHA256 (.footprint) = 53478c164d996ba869bccf52a85204378233aa37908ddaa9a6c76e760de6faf8 -SHA256 (seatd-0.6.0.tar.gz) = 568f170c5a25b3f57366479275421004cc5c8bddc17b0d7e78a7527fafa9766a -SHA256 (seatd.service) = 58ed4efab88d43ce2f0a834f0c18c3cab9ffe51e331d07e5639321167fbe13b2 +SHA256 (seatd-0.6.1.tar.gz) = f8f8d2d2a6c5f08714b2a784595e781a257df15d6086ec4e73701217ee5ec9e8 +SHA256 (seatd.service) = 1cc6ff63f8d2b11aa6108f650643b972fcb1bb6bf960b65b78be2aeafdfa282d diff --git a/seatd/Pkgfile b/seatd/Pkgfile index 9ca183a27..a4a125cb3 100644 --- a/seatd/Pkgfile +++ b/seatd/Pkgfile @@ -4,8 +4,8 @@ # Depends on: meson ninja name=seatd -version=0.6.0 -release=2 +version=0.6.1 +release=1 source=(https://github.com/kennylevinsen/seatd/archive/$version/$name-$version.tar.gz seatd.service) diff --git a/seatd/seatd.service b/seatd/seatd.service index 88691f185..35d1df972 100755 --- a/seatd/seatd.service +++ b/seatd/seatd.service @@ -21,10 +21,10 @@ restart) status) $SSD --status --exec $PROG case $? in - 0) echo "$PROG is running with pid $(pidof $PROG)" ;; - 1) echo "$PROG is not running but the pid file $PID exists" ;; - 3) echo "$PROG is not running" ;; - 4) echo "Unable to determine the program status" ;; + 0) echo "$PROG is running with pid $(pidof $PROG)" ;; + 1) echo "$PROG is not running but the pid file $PID exists" ;; + 3) echo "$PROG is not running" ;; + 4) echo "Unable to determine the program status" ;; esac ;; *)