aboutsummaryrefslogtreecommitdiffstats
path: root/community/lego/use-correct-version.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-09-06 07:24:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-09-06 07:24:27 +0000
commit83f3edc0bd06f26b165c3746420101c0c6b5c428 (patch)
tree062f8fc0c789ca4032fbde78b7d0fc0bcc498476 /community/lego/use-correct-version.patch
parent5dc93825c3d59a2269371c108b869afc10116484 (diff)
downloadaports-83f3edc0bd06f26b165c3746420101c0c6b5c428.tar.bz2
aports-83f3edc0bd06f26b165c3746420101c0c6b5c428.tar.xz
community/lego: move from testing
Diffstat (limited to 'community/lego/use-correct-version.patch')
-rw-r--r--community/lego/use-correct-version.patch11
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
+ }