summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 490f80aa3241..40dbb2406b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,6 +34,6 @@ pkgbase = platypush
optdepends = python-pyserial: Arduino/serial device support
options = !strip
source = platypush-v0.23.3.tar.gz::https://git.platypush.tech/platypush/platypush/-/archive/v0.23.3/platypush-v0.23.3.tar.gz
- sha512sums = cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
+ sha512sums = 45601877d055e4ceafae266e9c4058d8cd102ec0f9d91604f2103a977fa2505d68d15124ffe99d045a0ff3659672c2aa4ddb0f57585fae33ef60844a31e41a3d
pkgname = platypush
diff --git a/PKGBUILD b/PKGBUILD
index f378d249e828..0604e1a896e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pyserial: Arduino/serial device support')
options=(!strip)
source=("${pkgname}-v${pkgver}.tar.gz::https://git.platypush.tech/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha512sums=('faadc1d4018c1168abc3201122313ce987c80182adf97136c0b126b7ce6a35512b197ce4d62fa28e917951052162b0c331b344ebee836e3a9364d8984e6fef2c')
+sha512sums=('45601877d055e4ceafae266e9c4058d8cd102ec0f9d91604f2103a977fa2505d68d15124ffe99d045a0ff3659672c2aa4ddb0f57585fae33ef60844a31e41a3d')
package() {
cd "${srcdir}/${pkgname}-v${pkgver}"