mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 02:02:08 +01:00
https://github.com/autobrr/tqm Torrent Queue Manager, a tool to manage torrents in your clients
16 lines
361 B
Diff
16 lines
361 B
Diff
Upstream: no
|
|
Reason: disable self-update functionality, managed via apk
|
|
|
|
--- a/cmd/update.go
|
|
+++ b/cmd/update.go
|
|
@@ -20,6 +20,9 @@ var updateCmd = &cobra.Command{
|
|
// init core
|
|
initCore(false)
|
|
|
|
+ log.Infof("Version managed via apk: apk -U upgrade tqm")
|
|
+ return
|
|
+
|
|
// parse current version
|
|
v, err := semver.Parse(runtime.Version)
|
|
if err != nil {
|