testing/apollo: upgrade to 0.2.2

Fix for init script.
Public site moved to gitlab.
Added location setting ui.
This commit is contained in:
David Sugar 2024-09-11 08:49:59 -04:00 committed by Kevin Daudt
parent b322e80a0b
commit 4bc4c9dd8a
2 changed files with 6 additions and 11 deletions

View File

@ -1,15 +1,16 @@
# Maintainer: David Sugar <tychosoft@gmail.com>
# Contributor: David Sugar <tychosoft@gmail.com>
pkgname=apollo
pkgver=0.2.1
pkgrel=5
pkgver=0.2.2
pkgrel=0
pkgdesc="Web management and api services for Coventry"
url="https://www.tychosoft.com/tychosoft/apollo/wiki"
url="https://gitlab.com/tychosoft/apollo"
arch="all"
license="GPL-3.0-or-later"
makedepends="make musl-dev go"
subpackages="$pkgname-doc $pkgname-openrc"
source="https://www.tychosoft.com/api/packages/tychosoft/generic/apollo/$pkgver/apollo-$pkgver.tar.gz apollo.initd"
options="!check net"
build() {
make PREFIX=/usr SYSCONFDIR=/etc LOCALSTATEDIR=/var release
@ -28,6 +29,6 @@ package() {
}
sha512sums="
86627bda730a5d0734f12de5b64ad37916c36803de61391edf8ef241a5e96859b07db7eae68890d4e98e7f5d142a55646215f8404c06bfcba7d5ba3f8f20b4d8 apollo-0.2.1.tar.gz
110cb34c47d2ea9f887b393e24393a2f3224989bc9f659983eaa7fdc678f46ca34f412018a016be331eb53a886b1ca39e8479571fb6c2a0ed6f5294c3a99c16c apollo.initd
66ef6fdd54ef910cdc1a2f13dfa8956d3d28288e952cab4897aa0941a6c625ac09c27ecfc6b89772d2654bb41781233854727d26d9f63d902560b4fd36407876 apollo-0.2.2.tar.gz
792c1e827a3a19cfae1d79c589cd6c93a786fa4affa572d153bd179fcf3d8b00866003043177d04b921c7d07a475c21ecee89618d99e8c4cf078be8a5b950bbc apollo.initd
"

View File

@ -12,12 +12,6 @@ depend() {
after coventry
}
stop() {
ebegin "Stopping ${RC_SVCNAME}"
start-stop-daemon --signal INT --pidfile "${pidfile}"
eend $? "Failed to stop ${RC_SVCNAME}"
}
reload() {
ebegin "Reloading ${RC_SVCNAME}"
start-stop-daemon --signal HUP --pidfile "${pidfile}"