diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-22 12:49:46 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-22 12:50:32 +0100 |
commit | 713303885caff9cb846c21d89604375741cdc430 (patch) | |
tree | 07992b3a54b5b05cc45c3f85c9f43c4f65a1e021 /community/lego/use-correct-version.patch | |
parent | 021175b0a706f15cb1999bb72a290a7e6caf6a38 (diff) | |
download | aports-713303885caff9cb846c21d89604375741cdc430.tar.bz2 aports-713303885caff9cb846c21d89604375741cdc430.tar.xz |
community/lego: move to testing due to violation of QA rules
`go get` must not be used in APKBUILD, it downloads random dependencies
from Internet without any verification, leads to unreproducible build
Diffstat (limited to 'community/lego/use-correct-version.patch')
-rw-r--r-- | community/lego/use-correct-version.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/lego/use-correct-version.patch b/community/lego/use-correct-version.patch deleted file mode 100644 index 5dae0fd875..0000000000 --- a/community/lego/use-correct-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./cli.go.orig -+++ ./cli.go -@@ -32,7 +32,7 @@ - app.Name = "lego" - app.Usage = "Let's Encrypt client written in Go" - -- version := "0.3.0" -+ version := "0.3.1" - if strings.HasPrefix(gittag, "v") { - version = gittag - } |