summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-04-20 11:58:38 +0200
committerGilrain2022-04-20 11:58:38 +0200
commit17db16db11ac234e7301959411de769b083c673e (patch)
tree903ad8db8087ab07323f5b054f955ac02690a5c8
parent27096f9482ba2ec32e3a7eb43c5471e462c8aed9 (diff)
downloadaur-17db16db11ac234e7301959411de769b083c673e.tar.gz
Update to 3.2.2-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b705dbdbf11..bb7b0f221463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 3.2.0
+ pkgver = 3.2.2
pkgrel = 1
url = https://github.com/nextcloud/files_antivirus
arch = any
@@ -8,8 +8,7 @@ pkgbase = nextcloud-app-files-antivirus
depends = nextcloud
depends = clamav
options = !strip
- source = nextcloud-app-files-antivirus-3.2.0.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v3.2.0/files_antivirus.tar.gz
- sha512sums = a8c5326928956fec6daa18689b588612970237686169c56ba159df53e63910ae146c00550ed7eab88d805aa71b786fcc34f1417833eba097e2258409c61cea1e
+ source = nextcloud-app-files-antivirus-3.2.2.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v3.2.2/files_antivirus.tar.gz
+ sha512sums = bb240edcefc95e56a21dae7e5d8ac817a57dda52cd9a559a77d75876857a664ab493b8116fc5696c5947a2c8212b86e4f84d2c9c36ad216d50cdc2986febb33e
pkgname = nextcloud-app-files-antivirus
-
diff --git a/PKGBUILD b/PKGBUILD
index b86d18aacb38..c09d4cfd4b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=3.2.0
+pkgver=3.2.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=('a8c5326928956fec6daa18689b588612970237686169c56ba159df53e63910ae146c00550ed7eab88d805aa71b786fcc34f1417833eba097e2258409c61cea1e')
+sha512sums=('bb240edcefc95e56a21dae7e5d8ac817a57dda52cd9a559a77d75876857a664ab493b8116fc5696c5947a2c8212b86e4f84d2c9c36ad216d50cdc2986febb33e')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"