summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIván Zaera Avellón2023-11-29 08:00:36 +0100
committerIván Zaera Avellón2023-11-29 08:00:36 +0100
commit6349cad102dca82db10ad99705d0ba7fc386e484 (patch)
tree3eb8bd8e1d756bce8e26c4806ae2a7ecf58d5d4b
parent0b5c33a17581c815bf63ff78d525d8f314624f76 (diff)
downloadaur-owntracks-recorder.tar.gz
release 0.9.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a50bb438bc2a..d059318189dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = owntracks-recorder
pkgdesc = Lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps.
- pkgver = 0.9.2
+ pkgver = 0.9.6
pkgrel = 2
url = https://github.com/owntracks/recorder
install = install.sh
@@ -21,7 +21,7 @@ pkgbase = owntracks-recorder
depends = lua
depends = mosquitto
backup = etc/owntracks-recorder.conf
- source = owntracks-recorder-0.9.2.tar.gz::https://github.com/owntracks/recorder/archive/refs/tags/0.9.2.tar.gz
- sha256sums = d3632895e46c36c1e484c021958e7bfee3b8977942ab28e7d47cf69c974f988e
+ source = owntracks-recorder-0.9.6.tar.gz::https://github.com/owntracks/recorder/archive/refs/tags/0.9.6.tar.gz
+ sha256sums = 73bb2f6217a7c2aeabae4894f0b3499ce74f8d3b153c4ec3fa3b87358c3692fe
pkgname = owntracks-recorder
diff --git a/PKGBUILD b/PKGBUILD
index f9b84a71355f..5b3582efebba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Iván Zaera Avellón <ivan dot zaera at protonmail dot com>
pkgname=owntracks-recorder
-pkgver=0.9.2
+pkgver=0.9.6
pkgrel=2
pkgdesc='Lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps.'
arch=('i686' 'pentium4' 'x86_64')
@@ -29,7 +29,7 @@ install='install.sh'
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/owntracks/recorder/archive/refs/tags/$pkgver.tar.gz"
)
-sha256sums=("d3632895e46c36c1e484c021958e7bfee3b8977942ab28e7d47cf69c974f988e")
+sha256sums=("73bb2f6217a7c2aeabae4894f0b3499ce74f8d3b153c4ec3fa3b87358c3692fe")
build() {
cd "${srcdir}/recorder-${pkgver}"