summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorixces2024-11-16 03:59:53 +0200
committerixces2024-11-16 03:59:53 +0200
commit7254d86606413db75ffe424ba4fa3fbffcdabe38 (patch)
tree886a9a9d6c99d313ba0e89d088a8f6b6f5e09194
parenta98d8605ce9d13e89bd100f3e1ccafc6979430cc (diff)
downloadaur-7254d86606413db75ffe424ba4fa3fbffcdabe38.tar.gz
update to 1.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 302e11f73dd1..48e51c42e11b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = copyparty
pkgdesc = File server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++
- pkgver = 1.16.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://github.com/9001/copyparty
arch = any
@@ -25,7 +25,7 @@ pkgbase = copyparty
optdepends = python-argon2_cffi: hashed passwords in config
optdepends = python-impacket-git: smb support (bad idea)
backup = etc/copyparty.d/init
- source = https://github.com/9001/copyparty/releases/download/v1.16.0/copyparty-1.16.0.tar.gz
- sha256sums = 8a802bbb4392ead6bc92bcb1c71ecd1855a05a5b4d0312499c33f65424c12a00
+ source = https://github.com/9001/copyparty/releases/download/v1.16.1/copyparty-1.16.1.tar.gz
+ sha256sums = 48506881f7920ad9d528763833a8cc3d1b6df39402bbe1cb90c3ff58c865dfc6
pkgname = copyparty
diff --git a/PKGBUILD b/PKGBUILD
index 3906e750c09e..9aaf04eb52ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: icxes <dev.null@need.moe>
pkgname=copyparty
-pkgver="1.16.0"
+pkgver="1.16.1"
pkgrel=1
pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++"
arch=("any")
@@ -21,7 +21,7 @@ optdepends=("ffmpeg: thumbnails for videos, images (slower) and audio, music tag
)
source=("https://github.com/9001/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
backup=("etc/${pkgname}.d/init" )
-sha256sums=("8a802bbb4392ead6bc92bcb1c71ecd1855a05a5b4d0312499c33f65424c12a00")
+sha256sums=("48506881f7920ad9d528763833a8cc3d1b6df39402bbe1cb90c3ff58c865dfc6")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"