Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-team: update to 1.7.1.
@ 2022-10-09 18:26 steinex
  2022-10-09 18:31 ` [PR PATCH] [Updated] " steinex
  2022-10-11  4:28 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: steinex @ 2022-10-09 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages git-team
https://github.com/void-linux/void-packages/pull/39843

git-team: update to 1.7.1.
<!-- 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/39843.patch is attached

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

From 12876bdd37941b716ab180c3a76ed5267ac818f2 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 9 Oct 2022 20:05:12 +0200
Subject: [PATCH] git-team: update to 1.7.1.

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

diff --git a/srcpkgs/git-team/template b/srcpkgs/git-team/template
index 6501dfe4c212..600a1708ce90 100644
--- a/srcpkgs/git-team/template
+++ b/srcpkgs/git-team/template
@@ -1,6 +1,6 @@
 # Template file for 'git-team'
 pkgname=git-team
-version=1.7.0
+version=1.7.1
 revision=1
 build_style=go
 go_import_path=github.com/hekmekk/git-team
@@ -9,7 +9,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/hekmekk/git-team"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=c52d800ea3b5f45896d4f21ab4944d1f45dd8d90cdf1a634a445d22b93a31f49
+checksum=d16fa6ea10afd3d9fff0b63321d2c347a170acffa4d8e9bf0f8de0e7ef24b85b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] git-team: update to 1.7.1.
  2022-10-09 18:26 [PR PATCH] git-team: update to 1.7.1 steinex
@ 2022-10-09 18:31 ` steinex
  2022-10-11  4:28 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: steinex @ 2022-10-09 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages git-team
https://github.com/void-linux/void-packages/pull/39843

git-team: update to 1.7.1.
<!-- 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/39843.patch is attached

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

From 3ad202d4ae7419b1e2e283ccfbcff53d4c14e854 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 9 Oct 2022 20:05:12 +0200
Subject: [PATCH] git-team: update to 1.7.1.

---
 srcpkgs/git-team/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/git-team/template b/srcpkgs/git-team/template
index 6501dfe4c212..357773afe940 100644
--- a/srcpkgs/git-team/template
+++ b/srcpkgs/git-team/template
@@ -1,6 +1,6 @@
 # Template file for 'git-team'
 pkgname=git-team
-version=1.7.0
+version=1.7.1
 revision=1
 build_style=go
 go_import_path=github.com/hekmekk/git-team
@@ -8,8 +8,9 @@ short_desc="Manage and enhance git commit messages with co-authors"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://github.com/hekmekk/git-team"
+changelog="https://raw.githubusercontent.com/hekmekk/git-team/main/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=c52d800ea3b5f45896d4f21ab4944d1f45dd8d90cdf1a634a445d22b93a31f49
+checksum=d16fa6ea10afd3d9fff0b63321d2c347a170acffa4d8e9bf0f8de0e7ef24b85b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: git-team: update to 1.7.1.
  2022-10-09 18:26 [PR PATCH] git-team: update to 1.7.1 steinex
  2022-10-09 18:31 ` [PR PATCH] [Updated] " steinex
@ 2022-10-11  4:28 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-11  4:28 UTC (permalink / raw)
  To: ml

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

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

git-team: update to 1.7.1.
https://github.com/void-linux/void-packages/pull/39843

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:[~2022-10-11  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 18:26 [PR PATCH] git-team: update to 1.7.1 steinex
2022-10-09 18:31 ` [PR PATCH] [Updated] " steinex
2022-10-11  4:28 ` [PR PATCH] [Merged]: " classabbyamp

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