mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sftpgo: update to 2.6.4.
This commit is contained in:
parent
d13de848e2
commit
0dbec6bbf3
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'sftpgo'
|
# Template file for 'sftpgo'
|
||||||
pkgname=sftpgo
|
pkgname=sftpgo
|
||||||
version=2.5.4
|
version=2.6.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/drakkan/sftpgo/v2
|
go_import_path="github.com/drakkan/sftpgo/v2"
|
||||||
short_desc="Fully featured and highly configurable SFTP server"
|
short_desc="Fully featured and highly configurable SFTP server"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://github.com/drakkan/sftpgo"
|
homepage="https://github.com/drakkan/sftpgo"
|
||||||
distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz"
|
distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=bf3df1429e3528cf8be83197fd735d2dd495cad41039c6d3a8d83ab47ef11590
|
checksum=ce102615a0534c84a480276d641812b1a5f9a52bf0c1755ca914614f14905dcb
|
||||||
make_dirs="/var/lib/sftpgo 0750 root root"
|
make_dirs="/var/lib/sftpgo 0750 root root"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue