summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2022-07-12 10:48:45 +0200
committerDeon Spengler2022-07-12 10:48:45 +0200
commit34546ff5c9cad9cac4dcaf662137ebecc98e02c9 (patch)
treeed6ed122803ea4565143b4daabac3595da95faec
parent0653c72108c07e10320e287b340bfa0dabb5ba24 (diff)
downloadaur-34546ff5c9cad9cac4dcaf662137ebecc98e02c9.tar.gz
Update to version 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d8c6513c248..bd3d6bfd6caa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mautrix-googlechat
pkgdesc = A Matrix-Google Chat puppeting bridge.
- pkgver = 0.3.1
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/mautrix/googlechat
install = mautrix-googlechat.install
@@ -20,13 +20,13 @@ pkgbase = mautrix-googlechat
depends = python-unpaddedbase64
depends = python-yarl
backup = etc/mautrix-googlechat/config.yaml
- source = https://github.com/mautrix/googlechat/archive/refs/tags/v0.3.1.tar.gz
+ source = https://github.com/mautrix/googlechat/archive/refs/tags/v0.3.3.tar.gz
source = mautrix-googlechat-registration
source = mautrix-googlechat.service
source = mautrix-googlechat.sysusers
source = mautrix-googlechat.tmpfiles
source = log-path.patch
- sha256sums = 612d963ef432b4a211ee9fefb2fbd17989241e3f7ffe72c190e038e57ad395d3
+ sha256sums = 4c90dd9c4cd5de562ec0c07f5c95e940c61fa38842cc67a2fcf0e737fa62e5d0
sha256sums = a24774abbdf132a18b89709734a58cf14c674176121cb6e9a5f28d39a73c8bc2
sha256sums = 0bbaf8d7cec830e86bf65e7d1f01822f3ab3e057fa805c9f17ee91f99f8a11cf
sha256sums = 6653023ceb1bfcfed001f0c722ef82c2584d1a84100d7d38a1641d47b23e544a
diff --git a/PKGBUILD b/PKGBUILD
index 5c3579e98de8..a199e92c827f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Deon Spengler <deon@spengler.co.za>
pkgname=mautrix-googlechat
-pkgver=0.3.1
+pkgver=0.3.3
pkgrel=1
pkgdesc="A Matrix-Google Chat puppeting bridge."
url="https://github.com/mautrix/googlechat"
@@ -28,7 +28,7 @@ source=("https://github.com/mautrix/googlechat/archive/refs/tags/v${pkgver}.tar.
"mautrix-googlechat.tmpfiles"
"log-path.patch")
backup=("etc/${pkgname}/config.yaml")
-sha256sums=('612d963ef432b4a211ee9fefb2fbd17989241e3f7ffe72c190e038e57ad395d3'
+sha256sums=('4c90dd9c4cd5de562ec0c07f5c95e940c61fa38842cc67a2fcf0e737fa62e5d0'
'a24774abbdf132a18b89709734a58cf14c674176121cb6e9a5f28d39a73c8bc2'
'0bbaf8d7cec830e86bf65e7d1f01822f3ab3e057fa805c9f17ee91f99f8a11cf'
'6653023ceb1bfcfed001f0c722ef82c2584d1a84100d7d38a1641d47b23e544a'