summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-11-24 10:02:35 +0100
committerGilrain2022-11-24 10:02:35 +0100
commite06309a5e3e00b324546811e7514e4d0d56d5efb (patch)
tree2c46ca5ccb638f7a9fd436eba58e31fca0a092f1
parent773752b85b433abbfae538793db42b033a876237 (diff)
downloadaur-e06309a5e3e00b324546811e7514e4d0d56d5efb.tar.gz
Update to 3.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0adf93f8f034..47142521c17c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 3.3.1
+ pkgver = 3.3.2
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-3.3.1.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v3.3.1/files_antivirus.tar.gz
- sha512sums = f52c41e62cb8846bddb343004da6d6a7486a43d3882fefcbca93032b8c7122668db6db2d73f89ab4d8687441993454fa98130fca19067275b00f1abc39a2b3a5
+ source = nextcloud-app-files-antivirus-3.3.2.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v3.3.2/files_antivirus.tar.gz
+ sha512sums = d329a403e3b4d27167fc083f8ba80089bec12fbb8a72fa4907a59676bcc82b44d41017bcda47b7d02c0dc15b73d09815cd7686b55443970ae0a334f35ada8f1e
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index 073810f22134..6074a6a44c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=3.3.1
+pkgver=3.3.2
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/releases/download/v${pkgver}/files_antivirus.tar.gz")
-sha512sums=('f52c41e62cb8846bddb343004da6d6a7486a43d3882fefcbca93032b8c7122668db6db2d73f89ab4d8687441993454fa98130fca19067275b00f1abc39a2b3a5')
+sha512sums=('d329a403e3b4d27167fc083f8ba80089bec12fbb8a72fa4907a59676bcc82b44d41017bcda47b7d02c0dc15b73d09815cd7686b55443970ae0a334f35ada8f1e')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"