Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-secret: update to 0.3.3.
@ 2020-11-20  6:38 shizonic
  2020-11-20  6:48 ` [PR PATCH] [Updated] " shizonic
  2020-11-20 12:50 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: shizonic @ 2020-11-20  6:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages git-secret
https://github.com/void-linux/void-packages/pull/26522

git-secret: update to 0.3.3.


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

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

From 649b0921af18d796a9bc760ea1d9355f725799fe Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 20 Nov 2020 07:38:39 +0100
Subject: [PATCH] git-secret: update to 0.3.3.

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

diff --git a/srcpkgs/git-secret/template b/srcpkgs/git-secret/template
index 01541c9b061..9622f09d8ec 100644
--- a/srcpkgs/git-secret/template
+++ b/srcpkgs/git-secret/template
@@ -1,6 +1,6 @@
 # Template file for 'git-secret'
 pkgname=git-secret
-version=0.3.2
+version=0.3.3
 revision=1
 archs=noarch
 build_style=gnu-makefile
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="http://git-secret.io/"
 distfiles="https://github.com/sobolevn/git-secret/archive/v${version}.tar.gz"
-checksum=07b32b096e5ff5b4818096b1858c1f69df4684bb0f256e620514cf88f44ded85
+checksum=d8c19a5cbd174e95484a4233605985dd3b060a8a83d14d41c3bad1d534c6ab39
 
 do_install() {
 	vbin git-secret

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

* Re: [PR PATCH] [Updated] git-secret: update to 0.3.3.
  2020-11-20  6:38 [PR PATCH] git-secret: update to 0.3.3 shizonic
@ 2020-11-20  6:48 ` shizonic
  2020-11-20 12:50 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: shizonic @ 2020-11-20  6:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages git-secret
https://github.com/void-linux/void-packages/pull/26522

git-secret: update to 0.3.3.


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

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

From c4d17018a9afe8766a9b9db6d1711a1fdde8c969 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 20 Nov 2020 07:38:39 +0100
Subject: [PATCH] git-secret: update to 0.3.3.

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

diff --git a/srcpkgs/git-secret/template b/srcpkgs/git-secret/template
index 01541c9b061..4dcb69ebf6a 100644
--- a/srcpkgs/git-secret/template
+++ b/srcpkgs/git-secret/template
@@ -1,8 +1,7 @@
 # Template file for 'git-secret'
 pkgname=git-secret
-version=0.3.2
+version=0.3.3
 revision=1
-archs=noarch
 build_style=gnu-makefile
 make_install_args="PREFIX=/usr"
 depends="bash gawk gnupg coreutils"
@@ -11,7 +10,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="http://git-secret.io/"
 distfiles="https://github.com/sobolevn/git-secret/archive/v${version}.tar.gz"
-checksum=07b32b096e5ff5b4818096b1858c1f69df4684bb0f256e620514cf88f44ded85
+checksum=d8c19a5cbd174e95484a4233605985dd3b060a8a83d14d41c3bad1d534c6ab39
 
 do_install() {
 	vbin git-secret

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

* Re: [PR PATCH] [Merged]: git-secret: update to 0.3.3.
  2020-11-20  6:38 [PR PATCH] git-secret: update to 0.3.3 shizonic
  2020-11-20  6:48 ` [PR PATCH] [Updated] " shizonic
@ 2020-11-20 12:50 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-11-20 12:50 UTC (permalink / raw)
  To: ml

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

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

git-secret: update to 0.3.3.
https://github.com/void-linux/void-packages/pull/26522

Description:


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

end of thread, other threads:[~2020-11-20 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20  6:38 [PR PATCH] git-secret: update to 0.3.3 shizonic
2020-11-20  6:48 ` [PR PATCH] [Updated] " shizonic
2020-11-20 12:50 ` [PR PATCH] [Merged]: " ericonr

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