Skip to content

Commit

Permalink
main/lazydocker: update to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyyls committed Nov 24, 2024
1 parent 2750532 commit e5fdf9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/lazydocker/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "lazydocker"
pkgver = "0.23.3"
pkgrel = 5
pkgver = "0.24.1"
pkgrel = 0
build_style = "go"
make_build_args = [
f"-ldflags= -X main.version={pkgver} -X main.buildSource=release",
Expand All @@ -11,7 +11,7 @@
license = "MIT"
url = "https://github.com/jesseduffield/lazydocker"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "6ea52b69c3fb5cb371a01e55d1deeaf053b17fb240be069af577246c5169f4f1"
sha256 = "f54197d333a28e658d2eb4d9b22461ae73721ec9e4106ba23ed177fc530c21f4"


def post_install(self):
Expand Down

0 comments on commit e5fdf9b

Please sign in to comment.