summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2024-02-15 16:06:37 +0100
committerGilrain2024-02-15 16:06:37 +0100
commitece3d805ea8df0ee078034b60f07615da5c52ded (patch)
treee86a542445d652d274dd7da24f37c1f9e5ad7637
parentccd5590ee8d710c391f92df32756c970b47af1a5 (diff)
downloadaur-ece3d805ea8df0ee078034b60f07615da5c52ded.tar.gz
Update to 5.4.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1756865a7b0..7c9d91b6e9d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 5.4.1
+ pkgver = 5.4.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-5.4.1.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.4.1.tar.gz
- sha512sums = c83055744775619eab74fa99955ea6097b3c1116b3889d07dfc90f954b26100f7cebcc7d60d54083fe93c487e797e2d5069f0814f0cef0100d9ad5990b5efb56
+ source = nextcloud-app-files-antivirus-5.4.2.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.4.2.tar.gz
+ sha512sums = 7971bf526d30b6f6c2c9194a3dbd5f02053fea9c18ecbe2bf938952ce44b62c1cd00755be28828d35996a048680ff4ccfce1dfc51bec193eb0b9c2afdb4b09c7
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index f2d8850768ff..05872f74e821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=5.4.1
+pkgver=5.4.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/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('c83055744775619eab74fa99955ea6097b3c1116b3889d07dfc90f954b26100f7cebcc7d60d54083fe93c487e797e2d5069f0814f0cef0100d9ad5990b5efb56')
+sha512sums=('7971bf526d30b6f6c2c9194a3dbd5f02053fea9c18ecbe2bf938952ce44b62c1cd00755be28828d35996a048680ff4ccfce1dfc51bec193eb0b9c2afdb4b09c7')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"