Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lazygit: update to 0.37.0.
@ 2023-02-01 19:00 icp1994
  2023-02-02  4:50 ` [PR PATCH] [Updated] " icp1994
  2023-02-04 22:44 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-02-01 19:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages lazygit
https://github.com/void-linux/void-packages/pull/42019

lazygit: update to 0.37.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/42019.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazygit-42019.patch --]
[-- Type: text/x-diff, Size: 1280 bytes --]

From 8416bd9454cbd0718b4f5aa983b201a6cc2e3e2a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 1 Feb 2023 21:13:52 +0530
Subject: [PATCH] lazygit: update to 0.37.0.

Adopt.
---
 srcpkgs/lazygit/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 676982b83a21..1699dab785f4 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,17 +1,17 @@
 # Template file for 'lazygit'
 pkgname=lazygit
-version=0.36.0
+version=0.37.0
 revision=1
 build_style=go
 go_import_path=github.com/jesseduffield/lazygit
 go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
 depends="git"
 short_desc="Simple terminal UI for git commands"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
-distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
-checksum=0b8630b09e28dc478fb2545c6fbe52e679b9a2e5dbe569982c9649655ab969c3
+distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
+checksum=8545f3cffe110de80c88859cd11b42eaccb71f4c239c5bc2bff841f623438296
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] lazygit: update to 0.37.0.
  2023-02-01 19:00 [PR PATCH] lazygit: update to 0.37.0 icp1994
@ 2023-02-02  4:50 ` icp1994
  2023-02-04 22:44 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-02-02  4:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages lazygit
https://github.com/void-linux/void-packages/pull/42019

lazygit: update to 0.37.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/42019.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazygit-42019.patch --]
[-- Type: text/x-diff, Size: 1280 bytes --]

From eff1207ba6f898d6dae90e4df95d080f0afdf221 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 1 Feb 2023 21:13:52 +0530
Subject: [PATCH] lazygit: update to 0.37.0.

Adopt.
---
 srcpkgs/lazygit/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 676982b83a21..1699dab785f4 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,17 +1,17 @@
 # Template file for 'lazygit'
 pkgname=lazygit
-version=0.36.0
+version=0.37.0
 revision=1
 build_style=go
 go_import_path=github.com/jesseduffield/lazygit
 go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
 depends="git"
 short_desc="Simple terminal UI for git commands"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazygit"
-distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
-checksum=0b8630b09e28dc478fb2545c6fbe52e679b9a2e5dbe569982c9649655ab969c3
+distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz"
+checksum=8545f3cffe110de80c88859cd11b42eaccb71f4c239c5bc2bff841f623438296
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: lazygit: update to 0.37.0.
  2023-02-01 19:00 [PR PATCH] lazygit: update to 0.37.0 icp1994
  2023-02-02  4:50 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-04 22:44 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-02-04 22:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There's a merged pull request on the void-packages repository

lazygit: update to 0.37.0.
https://github.com/void-linux/void-packages/pull/42019

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-04 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 19:00 [PR PATCH] lazygit: update to 0.37.0 icp1994
2023-02-02  4:50 ` [PR PATCH] [Updated] " icp1994
2023-02-04 22:44 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).