Skip to content

Commit

Permalink
user/lego: update to 4.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Oct 7, 2024
1 parent 2d31fd2 commit 276a478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/lego/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "lego"
pkgver = "4.19.0"
pkgver = "4.19.2"
pkgrel = 0
build_style = "go"
make_build_args = ["-ldflags", f"-X main.version={pkgver}", "./cmd/lego"]
Expand All @@ -9,7 +9,7 @@
license = "MIT"
url = "https://github.com/go-acme/lego"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "3a880f4351fbf023196469ee7dc914f953d59617f5abf7d816f0c809dfb71bb0"
sha256 = "c6741f3ae0f17370b1b400ed170fd070575c55ba6bc2aa71d90738f3f0a719d9"
# check: tests need network access: https://github.com/go-acme/lego/issues/560
options = ["!check"]

Expand Down

0 comments on commit 276a478

Please sign in to comment.