mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
back to development
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
sftpgo (1.2.1-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Nicola Murino <nicola.murino@gmail.com> Sat, 14 Nov 2020 10:19:02 +0100
|
||||||
|
|
||||||
sftpgo (1.2.0-1ppa1) bionic; urgency=medium
|
sftpgo (1.2.0-1ppa1) bionic; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Homepage: https://github.com/drakkan/sftpgo
|
|||||||
Vcs-Git: https://github.com/drakkan/sftpgo.git
|
Vcs-Git: https://github.com/drakkan/sftpgo.git
|
||||||
|
|
||||||
Package: sftpgo
|
Package: sftpgo
|
||||||
Architecture: amd64
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Recommends: bash-completion, mime-support
|
Recommends: bash-completion, mime-support
|
||||||
Suggests: python3-requests, python3-pygments
|
Suggests: python3-requests, python3-pygments
|
||||||
|
|||||||
8
pkgs/debian/sftpgo.install.arm64
Normal file
8
pkgs/debian/sftpgo.install.arm64
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
arm64/sftpgo usr/bin
|
||||||
|
examples/rest-api-cli/sftpgo_api_cli usr/bin
|
||||||
|
sftpgo.json etc/sftpgo
|
||||||
|
init/sftpgo.service lib/systemd/system
|
||||||
|
bash_completion/sftpgo usr/share/bash-completion/completions
|
||||||
|
man/man1/* usr/share/man/man1
|
||||||
|
templates usr/share/sftpgo
|
||||||
|
static usr/share/sftpgo
|
||||||
8
pkgs/debian/sftpgo.install.ppc64el
Normal file
8
pkgs/debian/sftpgo.install.ppc64el
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
ppc64le/sftpgo usr/bin
|
||||||
|
examples/rest-api-cli/sftpgo_api_cli usr/bin
|
||||||
|
sftpgo.json etc/sftpgo
|
||||||
|
init/sftpgo.service lib/systemd/system
|
||||||
|
bash_completion/sftpgo usr/share/bash-completion/completions
|
||||||
|
man/man1/* usr/share/man/man1
|
||||||
|
templates usr/share/sftpgo
|
||||||
|
static usr/share/sftpgo
|
||||||
@@ -2,7 +2,7 @@ package version
|
|||||||
|
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
const version = "1.2.1"
|
const version = "1.2.1-dev"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
commit = ""
|
commit = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user