diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : lazygit
-version : 0.23.2
-release : 4
+version : 0.23.7
+release : 5
source :
- - https://github.com/jesseduffield/lazygit/archive/v0.23.2.tar.gz : a541756a28d00ffc1fc9ba385c06b91fcc51df815a2919f7072873c969b2034c
+ - https://github.com/jesseduffield/lazygit/archive/v0.23.7.tar.gz : 0a5284d4ed513cd3094e1e4871da8b99c7b1d8b04a8aaaf4dc77bb932f630f1c
license : MIT
component : programming.tools
summary : A simple terminal UI for git commands, written in Go with the gocui library.
@@ -11,12 +11,8 @@
networking : yes
builddeps :
- golang
- - go-md2man
build : |
go build -ldflags "-X main.version=$version" -o lazygit
- # Make a man page
- go-md2man -in README.md -out lazygit.1
install : |
install -Dm00755 $workdir/lazygit $installdir/usr/bin/lazygit
- install -Dm00644 $workdir/lazygit.1 $installdir/usr/man/man1/lazygit.1
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -20,16 +20,15 @@
programming.tools
/usr/bin/lazygit
- /usr/man/man1/lazygit.1
-
- 2020-10-12
- 0.23.2
+
+ 2020-11-10
+ 0.23.7
Packaging update
David Harder
david@davidjharder.ca
\ No newline at end of file