diff options
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 + } |