Nicola Murino 4 лет назад
Родитель
Сommit
3b8a9e0963

+ 6 - 0
pkgs/debian/changelog

@@ -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
 
   * New upstream release.

+ 1 - 1
pkgs/debian/control

@@ -8,7 +8,7 @@ Homepage: https://github.com/drakkan/sftpgo
 Vcs-Git: https://github.com/drakkan/sftpgo.git
 
 Package: sftpgo
-Architecture: amd64
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: bash-completion, mime-support
 Suggests: python3-requests, python3-pygments

+ 8 - 0
pkgs/debian/sftpgo.install.arm64

@@ -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 - 0
pkgs/debian/sftpgo.install.ppc64el

@@ -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

+ 1 - 1
version/version.go

@@ -2,7 +2,7 @@ package version
 
 import "strings"
 
-const version = "1.2.1"
+const version = "1.2.1-dev"
 
 var (
 	commit = ""