summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-06-17 11:48:38 +0200
committerGilrain2023-06-17 11:48:38 +0200
commit7cba0e0ffeac4ee88cde3e8a96304145bbad2083 (patch)
tree6fdb7307cd597c4d48fba1a6ae9f3a07dea8edd5
parent0671f23418f99b64702729347f41764429ad7f56 (diff)
downloadaur-7cba0e0ffeac4ee88cde3e8a96304145bbad2083.tar.gz
Update to 5.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be10243d465d..01478cf412b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 5.1.0
+ pkgver = 5.1.1
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.1.0.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.1.0.tar.gz
- sha512sums = b182860c320d226e19732a6a8cab1c8170452d4130d606b8bae76a58452170d8f81b57a1c93148263e72b9c024d242e0c14069857f8446d4edac0287a5e6e19a
+ source = nextcloud-app-files-antivirus-5.1.1.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.1.1.tar.gz
+ sha512sums = cb47aa432c1a21e9b30ff75145aaa683bfdc722ef7f8da58a3dc7df15adc31f7d621e4dc1c3323a3fffe167ec282bdebbc2d02cd7c3d4a491787a7c75a4d92bd
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index 6fedf1011bf4..c3dc1d889f80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=5.1.0
+pkgver=5.1.1
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=('b182860c320d226e19732a6a8cab1c8170452d4130d606b8bae76a58452170d8f81b57a1c93148263e72b9c024d242e0c14069857f8446d4edac0287a5e6e19a')
+sha512sums=('cb47aa432c1a21e9b30ff75145aaa683bfdc722ef7f8da58a3dc7df15adc31f7d621e4dc1c3323a3fffe167ec282bdebbc2d02cd7c3d4a491787a7c75a4d92bd')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"