diff options
author | ixces | 2023-07-14 22:37:53 +0300 |
---|---|---|
committer | ixces | 2023-07-14 22:37:53 +0300 |
commit | ba71b4f7e63eb6afc941622be22045a88b9c1e7d (patch) | |
tree | 61c0574584d97a0aa2e365cbb307a6483f63fcee | |
parent | 738de1f7aebd6eb3cb6b8a605e2bb2e99f78714a (diff) | |
download | aur-ba71b4f7e63eb6afc941622be22045a88b9c1e7d.tar.gz |
update to 1.8.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = copyparty pkgdesc = Portable file sharing hub - pkgver = 1.8.1 + pkgver = 1.8.2 pkgrel = 1 url = https://github.com/9001/copyparty arch = any @@ -24,7 +24,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.8.1/copyparty-1.8.1.tar.gz - sha256sums = f43da11ba5d1d5adf99ad642bf068042c46c23d408e7ed17b025065121abab94 + source = https://github.com/9001/copyparty/releases/download/v1.8.2/copyparty-1.8.2.tar.gz + sha256sums = 1454ceb34471d2676e785b0530c7159afa333ed62fc24675a095f564afb7612d pkgname = copyparty @@ -1,6 +1,6 @@ # Maintainer: icxes <dev.null@need.moe> pkgname=copyparty -pkgver="1.8.1" +pkgver="1.8.2" pkgrel=1 pkgdesc="Portable file sharing hub" arch=("any") @@ -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=("f43da11ba5d1d5adf99ad642bf068042c46c23d408e7ed17b025065121abab94") +sha256sums=("1454ceb34471d2676e785b0530c7159afa333ed62fc24675a095f564afb7612d") build() { cd "${srcdir}/${pkgname}-${pkgver}" |