diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-10-14 18:53:56 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-10-14 18:54:14 +0000 |
commit | 73e3137a963edbca743274b3883e75d56bff452c (patch) | |
tree | 0425ef260864c8fd2058fbe291e3fd9ce031fdef /community/lego/use-correct-version.patch | |
parent | 1212c1bbcef5c572ff7d5b361c4240062cc1efdc (diff) | |
download | aports-73e3137a963edbca743274b3883e75d56bff452c.tar.bz2 aports-73e3137a963edbca743274b3883e75d56bff452c.tar.xz |
community/lego: upgrade to 3.1.0
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 - } |