summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-05-18 09:52:51 +0200
committerGilrain2023-05-18 09:52:51 +0200
commit0671f23418f99b64702729347f41764429ad7f56 (patch)
tree0d4b8e8173c6e29804c9634dceda7315ade5ca10
parent7239ab495519231bd40fab20a8fe7aceba31f96c (diff)
downloadaur-0671f23418f99b64702729347f41764429ad7f56.tar.gz
Update to 5.1.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6817402b3e36..be10243d465d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 5.0.0
+ pkgver = 5.1.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-5.0.0.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.0.0.tar.gz
- sha512sums = 448ce8dbb3a19e19d874477ae03d73fafe379b26feb314d8a60c1be884ee696f9fff56d69c1e62a4cc81d7164b3880235a463b3c91fbd10b08f0b4ede2f3ba64
+ source = nextcloud-app-files-antivirus-5.1.0.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.1.0.tar.gz
+ sha512sums = b182860c320d226e19732a6a8cab1c8170452d4130d606b8bae76a58452170d8f81b57a1c93148263e72b9c024d242e0c14069857f8446d4edac0287a5e6e19a
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index a0dc084c585e..6fedf1011bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=5.0.0
+pkgver=5.1.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/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('448ce8dbb3a19e19d874477ae03d73fafe379b26feb314d8a60c1be884ee696f9fff56d69c1e62a4cc81d7164b3880235a463b3c91fbd10b08f0b4ede2f3ba64')
+sha512sums=('b182860c320d226e19732a6a8cab1c8170452d4130d606b8bae76a58452170d8f81b57a1c93148263e72b9c024d242e0c14069857f8446d4edac0287a5e6e19a')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"