summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2022-11-12 18:54:33 +0100
committerdanieltetraquark2022-11-12 18:54:33 +0100
commit1c081b88bd442a9d08082657be2ec3808d3d08eb (patch)
tree86b231be999d21d8b5831b6de524a40299a9c01e
parentcb5b8121fc94611a9468f1957b81cb9f1c60b47b (diff)
downloadaur-1c081b88bd442a9d08082657be2ec3808d3d08eb.tar.gz
update to 3.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8250c23056b9..fcf5bae1deef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grocy
pkgdesc = web-based self-hosted groceries & household management solution for your home
- pkgver = 3.3.1
+ pkgver = 3.3.2
pkgrel = 1
url = https://grocy.info/
arch = any
@@ -13,7 +13,7 @@ pkgbase = grocy
depends = php-gd
depends = php-intl
backup = etc/webapps/grocy/config.php
- source = https://github.com/grocy/grocy/archive/v3.3.1.zip
- sha512sums = 3817076e8936a68ff7b76e9e748346ee6ba40c2bccbb370a8e42c99fc56b4721c3cef4d09992c42fab46138573f997fb4e90fa6bc7143a5d7232dcb3685278e5
+ source = https://github.com/grocy/grocy/archive/v3.3.2.zip
+ sha512sums = d82c22a9c2157135e2c9bb2e46085783956e6fe403be3d49cfb43c86abac8fdf39c91da78e0fe24fe8ece32f1ffebd52611e8d77ee1e44dc84142a3ed1eacb65
pkgname = grocy
diff --git a/PKGBUILD b/PKGBUILD
index cd659b4f2448..0532011b0ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: danieltetraquark
pkgname=grocy
-pkgver=3.3.1
+pkgver=3.3.2
pkgrel=1
pkgdesc="web-based self-hosted groceries & household management solution for your home"
depends=('php' 'php-sqlite' 'php-gd' 'php-intl')
@@ -12,7 +12,7 @@ url="https://grocy.info/"
source=(
https://github.com/grocy/grocy/archive/v${pkgver}.zip
)
-sha512sums=('3817076e8936a68ff7b76e9e748346ee6ba40c2bccbb370a8e42c99fc56b4721c3cef4d09992c42fab46138573f997fb4e90fa6bc7143a5d7232dcb3685278e5')
+sha512sums=('d82c22a9c2157135e2c9bb2e46085783956e6fe403be3d49cfb43c86abac8fdf39c91da78e0fe24fe8ece32f1ffebd52611e8d77ee1e44dc84142a3ed1eacb65')
backup=('etc/webapps/grocy/config.php')