diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-22 12:54:00 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-22 12:54:00 +0100 |
commit | 62f5160aeb4a7e199df2468a5d9f490e1d2ea00e (patch) | |
tree | 04860c3e25c17caa1b4ad21940ed4d57b0af8cc3 /community/lego/use-correct-version.patch | |
parent | 713303885caff9cb846c21d89604375741cdc430 (diff) | |
download | aports-62f5160aeb4a7e199df2468a5d9f490e1d2ea00e.tar.bz2 aports-62f5160aeb4a7e199df2468a5d9f490e1d2ea00e.tar.xz |
Revert "community/lego: move to testing due to violation of QA rules"
This reverts commit 713303885caff9cb846c21d89604375741cdc430.
This one uses snapshot, so let it keep in community for now.
Diffstat (limited to 'community/lego/use-correct-version.patch')
-rw-r--r-- | community/lego/use-correct-version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/lego/use-correct-version.patch b/community/lego/use-correct-version.patch new file mode 100644 index 0000000000..5dae0fd875 --- /dev/null +++ b/community/lego/use-correct-version.patch @@ -0,0 +1,11 @@ +--- ./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 + } |