From 59a98bd2b5630f56a6f751edec9b92775286050c Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 21 Oct 2023 13:34:50 +0000 Subject: [PATCH] update pkgs to 1.9.13 --- contrib/package/arch/PKGBUILD | 6 +++--- contrib/package/nix/copyparty/pin.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/package/arch/PKGBUILD b/contrib/package/arch/PKGBUILD index a2ea17eb..25895232 100644 --- a/contrib/package/arch/PKGBUILD +++ b/contrib/package/arch/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: icxes pkgname=copyparty -pkgver="1.9.12" +pkgver="1.9.13" pkgrel=1 -pkgdesc="Portable file sharing hub" +pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP, zeroconf, media indexer, thumbnails++" arch=("any") url="https://github.com/9001/${pkgname}" license=('MIT') @@ -20,7 +20,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=("bf285725a70b3b201fa8927dd93b294dc9c8c29e00d6826accac8977fc72e1d4") +sha256sums=("bf7a4c6fab439f8128d3a6aeaa8d44d498a355fe80eb0c40be0001f276df0e69") build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/contrib/package/nix/copyparty/pin.json b/contrib/package/nix/copyparty/pin.json index f0a5c9b3..e74e8fee 100644 --- a/contrib/package/nix/copyparty/pin.json +++ b/contrib/package/nix/copyparty/pin.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/9001/copyparty/releases/download/v1.9.12/copyparty-sfx.py", - "version": "1.9.12", - "hash": "sha256-/ih867kYtyYcwM+jf5ciHmgTg8BVC+Ve6U8BnamN0kw=" + "url": "https://github.com/9001/copyparty/releases/download/v1.9.13/copyparty-sfx.py", + "version": "1.9.13", + "hash": "sha256-vNvSTH2jFU32QFfM9xsSy4minTtt5jYNPAi5X/OAfrI=" } \ No newline at end of file