sci-geosciences/owntracks-recorder: Bump to 0.9.7, drop old 0.9.6

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot 2024-03-24 16:06:09 +00:00
parent d6ab52bfe2
commit cc1f60758e
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
DIST owntracks-recorder-0.9.6.tar.gz 3308976 BLAKE2B 9bd2c828aa123e21a32a790cb54fd2870b5d81ef44ada14328402e503017898038bb9028d06c46e9d1cc53dc56743c1fad66561c2f36da61a04b78ea29cd5096 SHA512 66a363bbea06a35faf0ad5af79f0561c300baad16fd9ed8c68c3fb56d0e63fdcc2186bc9f4a1a790e7cb6bb458367a15152d1c16dae8f676c2d7705ded1f3b94
DIST owntracks-recorder-0.9.7.tar.gz 4492791 BLAKE2B 008a75c52e381345b8a5d7fb8e1da808a66c6f94b367ef6bf937737e45ea7022cac4cfcf4632ffd8d87b682121b0ef59b007515d20cc163a8d3532a937c4d156 SHA512 e68e61ffeec864c46355e21e08656097a8b9828152fcf897da29ecbc8035f9a8d038580f230d6ab0f4d48289072545c7fb20f03d25bf8c3266af425db8bb4a65

View File

@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -67,6 +67,7 @@ src_configure() {
WITH_HTTP=$(usex http)
WITH_TOURS=$(usex tours)
WITH_GREENWICH=$(usex greenwich)
WITH_TZ=yes
CC="$(tc-getCC)"
CPP="$(tc-getCPP)"