diff options
author | Nicola Murino | 2022-05-16 16:02:09 +0200 |
---|---|---|
committer | Nicola Murino | 2022-05-16 16:02:09 +0200 |
commit | 43e207b693fda267a67f24be0b18730cb711dd60 (patch) | |
tree | 063199eb5dc7e715096dddb1fd3ac73475ee5138 /PKGBUILD | |
parent | 8f9b1c0799250dfd09ad2dc49e94e684cbec2c6c (diff) | |
download | aur-43e207b693fda267a67f24be0b18730cb711dd60.tar.gz |
update config for upstream changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: drakkan <nicola.murino at gmail dot com> pkgname=sftpgo-git _pkgname=sftpgo -pkgver=r1155.80da2dc +pkgver=r1171.9abd1861 pkgrel=1 pkgdesc='Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP' arch=('i686' 'x86_64' 'aarch64') @@ -25,7 +25,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git" "sftpgo.json" "sftpgo.sysusers") sha256sums=('SKIP' - '4be3ce5bd610407a960105e6b4bcb5ed1cfa6502a69660e0a809d279436e9ed9' + '01031b170f29488ca6746f5add77464b0510da1d06536ad2d7ad4ac6b47579de' '44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8') _uid_sftpgo=315 |