Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-toolbelt: update to 1.8.3.
@ 2023-04-17 15:43 TeddyDD
  2023-04-17 19:53 ` [PR PATCH] [Updated] " TeddyDD
  2023-04-19  2:11 ` [PR PATCH] [Merged]: git-toolbelt: update to 1.8.4 abenson
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2023-04-17 15:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-git-toolbelt
https://github.com/void-linux/void-packages/pull/43496

git-toolbelt: update to 1.8.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-git-toolbelt-43496.patch --]
[-- Type: text/x-diff, Size: 1115 bytes --]

From b428160304734ceb8bc0f489d854f21cad551a67 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 17 Apr 2023 17:43:09 +0200
Subject: [PATCH] git-toolbelt: update to 1.8.3.

---
 srcpkgs/git-toolbelt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/git-toolbelt/template b/srcpkgs/git-toolbelt/template
index 5b4952669f1d..12fc1154a6ec 100644
--- a/srcpkgs/git-toolbelt/template
+++ b/srcpkgs/git-toolbelt/template
@@ -1,6 +1,6 @@
 # Template file for 'git-toolbelt'
 pkgname=git-toolbelt
-version=1.8.0
+version=1.8.3
 revision=1
 depends="git moreutils fzf"
 short_desc="Helper tools to make everyday life with Git much easier"
@@ -8,7 +8,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/nvie/git-toolbelt"
 distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
-checksum=8c504a66715efe2fa544b54b464881b5575201d94a3ff31c21934b23c16bda31
+checksum=544cb7c308524d2886c2009ab7cb8ebc23b7174eabc0bd21f41e05f09d0b8701
 conflicts="git-extras"
 
 do_install() {

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

* Re: [PR PATCH] [Updated] git-toolbelt: update to 1.8.3.
  2023-04-17 15:43 [PR PATCH] git-toolbelt: update to 1.8.3 TeddyDD
@ 2023-04-17 19:53 ` TeddyDD
  2023-04-19  2:11 ` [PR PATCH] [Merged]: git-toolbelt: update to 1.8.4 abenson
  1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2023-04-17 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-git-toolbelt
https://github.com/void-linux/void-packages/pull/43496

git-toolbelt: update to 1.8.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-git-toolbelt-43496.patch --]
[-- Type: text/x-diff, Size: 1115 bytes --]

From 95b232d2fc442efbf8b91d4bd3c76ff39cd49ff8 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 17 Apr 2023 17:43:09 +0200
Subject: [PATCH] git-toolbelt: update to 1.8.4.

---
 srcpkgs/git-toolbelt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/git-toolbelt/template b/srcpkgs/git-toolbelt/template
index 5b4952669f1d..31096749c2b3 100644
--- a/srcpkgs/git-toolbelt/template
+++ b/srcpkgs/git-toolbelt/template
@@ -1,6 +1,6 @@
 # Template file for 'git-toolbelt'
 pkgname=git-toolbelt
-version=1.8.0
+version=1.8.4
 revision=1
 depends="git moreutils fzf"
 short_desc="Helper tools to make everyday life with Git much easier"
@@ -8,7 +8,7 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/nvie/git-toolbelt"
 distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
-checksum=8c504a66715efe2fa544b54b464881b5575201d94a3ff31c21934b23c16bda31
+checksum=a703d964775b978564735471c6d004611915c5cf5bdbd4f49e546aff7fb0c418
 conflicts="git-extras"
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: git-toolbelt: update to 1.8.4.
  2023-04-17 15:43 [PR PATCH] git-toolbelt: update to 1.8.3 TeddyDD
  2023-04-17 19:53 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-04-19  2:11 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-19  2:11 UTC (permalink / raw)
  To: ml

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

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

git-toolbelt: update to 1.8.4.
https://github.com/void-linux/void-packages/pull/43496

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-19  2:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 15:43 [PR PATCH] git-toolbelt: update to 1.8.3 TeddyDD
2023-04-17 19:53 ` [PR PATCH] [Updated] " TeddyDD
2023-04-19  2:11 ` [PR PATCH] [Merged]: git-toolbelt: update to 1.8.4 abenson

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).