seatd: 0.6.0 -> 0.6.1

This commit is contained in:
Tim Biermann 2021-09-15 19:59:30 +02:00
parent b2ff1334cf
commit 562bb7c3ac
3 changed files with 10 additions and 10 deletions

@ -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

@ -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)

@ -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
;;
*)