Skip to content

Commit

Permalink
update pkgs to 1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Dec 1, 2023
1 parent a7cef91 commit 97b999c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contrib/package/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: icxes <dev.null@need.moe>
pkgname=copyparty
pkgver="1.9.22"
pkgver="1.9.23"
pkgrel=1
pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP, zeroconf, media indexer, thumbnails++"
arch=("any")
Expand All @@ -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=("a54743b0a34f7d8b201b47940772f1830a924d45fe476b70ea96f93793ec028e")
sha256sums=("8a4bf5834201a526d6021c87d138ec5f54bbaedd46c87cbc513e396dae5e9cb3")

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
6 changes: 3 additions & 3 deletions contrib/package/nix/copyparty/pin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://github.com/9001/copyparty/releases/download/v1.9.22/copyparty-sfx.py",
"version": "1.9.22",
"hash": "sha256-FfGJGCeRuv8YF7xfi5whmnr4M3+Qcdx/ysSZKJNsysM="
"url": "https://github.com/9001/copyparty/releases/download/v1.9.23/copyparty-sfx.py",
"version": "1.9.23",
"hash": "sha256-a14dfKDtebScwcPrcBsJpB2OdVqSTgAYPWdA1+ZVsAQ="
}

0 comments on commit 97b999c

Please sign in to comment.