summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c870b62f79a2..55e3ebad2bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 5.5.2
+ pkgver = 5.5.3
pkgrel = 1
url = https://github.com/nextcloud/files_antivirus
arch = any
@@ -8,7 +8,7 @@ pkgbase = nextcloud-app-files-antivirus
depends = nextcloud
depends = clamav
options = !strip
- source = nextcloud-app-files-antivirus-5.5.2.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.5.2.tar.gz
- sha512sums = 3fbbc4a4fae59321cafc1fbb93938ec73c189390706718bf4b24fdc5a816a9b17520a9a8f1a3ff9c9ddd22934eb0356440628c49fad568a7866675307631fe77
+ source = nextcloud-app-files-antivirus-5.5.3.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.5.3.tar.gz
+ sha512sums = 5f024540e34df1b0bfe495597ae7afbc5e4aec15da9fdbccd2d7e68472317ac84f5cf1ea0142ecd8f7259faf42b98f0326b2fbb772345c2d12f68a24e2cf56c3
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index 0cc618fa9480..e9ba670ab939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=5.5.2
+pkgver=5.5.3
pkgrel=1
pkgdesc="Antivirus app for Nextcloud"
arch=('any')
@@ -13,7 +13,7 @@ depends=('nextcloud' 'clamav')
makedepends=()
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('3fbbc4a4fae59321cafc1fbb93938ec73c189390706718bf4b24fdc5a816a9b17520a9a8f1a3ff9c9ddd22934eb0356440628c49fad568a7866675307631fe77')
+sha512sums=('5f024540e34df1b0bfe495597ae7afbc5e4aec15da9fdbccd2d7e68472317ac84f5cf1ea0142ecd8f7259faf42b98f0326b2fbb772345c2d12f68a24e2cf56c3')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"