summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-05-25 16:47:13 +0200
committerGilrain2022-05-25 16:47:13 +0200
commitb70a38003f24dbc8b378bd243cadf783779b7ea5 (patch)
tree1d2d5cc3204406edaf7679dbd8611496719d8667
parent17db16db11ac234e7301959411de769b083c673e (diff)
downloadaur-b70a38003f24dbc8b378bd243cadf783779b7ea5.tar.gz
Update to 3.3.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb7b0f221463..dfe325132628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 3.2.2
+ pkgver = 3.3.0
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.2.2.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v3.2.2/files_antivirus.tar.gz
- sha512sums = bb240edcefc95e56a21dae7e5d8ac817a57dda52cd9a559a77d75876857a664ab493b8116fc5696c5947a2c8212b86e4f84d2c9c36ad216d50cdc2986febb33e
+ source = nextcloud-app-files-antivirus-3.3.0.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v3.3.0/files_antivirus.tar.gz
+ sha512sums = da504142ab2ef2342bd9ff187da274162e68e0d63bc8a78ec1a2dfcaa0a57400257fa5722175b3e331391735d1d9a81d5d3fd27044bc6b1df47b7ba31deec894
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index c09d4cfd4b9f..d991a2a7e102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=3.2.2
+pkgver=3.3.0
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=('bb240edcefc95e56a21dae7e5d8ac817a57dda52cd9a559a77d75876857a664ab493b8116fc5696c5947a2c8212b86e4f84d2c9c36ad216d50cdc2986febb33e')
+sha512sums=('da504142ab2ef2342bd9ff187da274162e68e0d63bc8a78ec1a2dfcaa0a57400257fa5722175b3e331391735d1d9a81d5d3fd27044bc6b1df47b7ba31deec894')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"