diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-05-11 09:32:42 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-05-11 09:32:46 +0200 |
| commit | 031b2cc161f2e45637fca0d2a7823d4db6c6aa37 (patch) | |
| tree | d15b841fc5a3920a9846fdbcc0413448f33370da /testing/lego/use-correct-version.patch | |
| parent | e9c8d91f78ba19c16b800e0dae0f48d9bd615dc8 (diff) | |
| download | aports-031b2cc161f2e45637fca0d2a7823d4db6c6aa37.tar.bz2 aports-031b2cc161f2e45637fca0d2a7823d4db6c6aa37.tar.xz | |
testing/lego: new aport
Diffstat (limited to 'testing/lego/use-correct-version.patch')
| -rw-r--r-- | testing/lego/use-correct-version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/lego/use-correct-version.patch b/testing/lego/use-correct-version.patch new file mode 100644 index 0000000000..5dae0fd875 --- /dev/null +++ b/testing/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 + } |
