summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvid Norlander2023-12-04 12:10:59 +0100
committerArvid Norlander2023-12-04 12:11:13 +0100
commitdab65e4d0b6aa391051b04c6245a15e6444cc502 (patch)
treeb96b5a2d86edf11c1518ba1030eae11592521de1
parentb22d08f249bd3ecc299ad464de341f3d2ffe672a (diff)
downloadaur-dab65e4d0b6aa391051b04c6245a15e6444cc502.tar.gz
Upstream release 2023.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eabd1f94ff14..53d194ae80b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = domoticz
pkgdesc = Web based home automation
- pkgver = 2023.1
+ pkgver = 2023.2
pkgrel = 1
url = https://www.domoticz.com
install = domoticz.install
@@ -23,9 +23,9 @@ pkgbase = domoticz
depends = mosquitto
depends = jsoncpp
depends = python
- source = domoticz-2023.1.tar.gz::https://github.com/domoticz/domoticz/archive/2023.1.tar.gz
+ source = domoticz-2023.2.tar.gz::https://github.com/domoticz/domoticz/archive/2023.2.tar.gz
source = domoticz.service
- sha256sums = 3144372d0847cb4d22a8c4b1362cd31885b37671adc682c3a8e9435762cde338
+ sha256sums = 32bcf49df8c80c470352e63004a82d9601b90ccf406096099656250a4515ac28
sha256sums = 908e2848731eef27928f87936f94ff3df280901559fcf5f4754b1a8139e4a38a
pkgname = domoticz
diff --git a/PKGBUILD b/PKGBUILD
index 4ce11c4ebe99..9061bdf62fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor : Jameson Pugh <imntreal@gmail.com>
pkgname=domoticz
-pkgver=2023.1
+pkgver=2023.2
pkgrel=1
pkgdesc="Web based home automation"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -27,7 +27,7 @@ makedepends=('git'
install='domoticz.install'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/domoticz/domoticz/archive/${pkgver}.tar.gz"
'domoticz.service')
-sha256sums=('3144372d0847cb4d22a8c4b1362cd31885b37671adc682c3a8e9435762cde338'
+sha256sums=('32bcf49df8c80c470352e63004a82d9601b90ccf406096099656250a4515ac28'
'908e2848731eef27928f87936f94ff3df280901559fcf5f4754b1a8139e4a38a')
prepare() {