Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tmuxc: update to 1.7.
@ 2020-07-09  4:09 zdykstra
  2020-07-09 22:25 ` [PR PATCH] [Updated] " zdykstra
  2020-07-10 14:28 ` [PR PATCH] [Merged]: tmuxc: update to 1.7.1 ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: zdykstra @ 2020-07-09  4:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages tmuxc-17
https://github.com/void-linux/void-packages/pull/23488

tmuxc: update to 1.7.


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

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

From 207d5a9eddc0cd01be8609d51756d0213c1d7608 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Wed, 8 Jul 2020 23:08:06 -0500
Subject: [PATCH] tmuxc: update to 1.7.

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

diff --git a/srcpkgs/tmuxc/template b/srcpkgs/tmuxc/template
index f970dc0a2de..58778a35dc2 100644
--- a/srcpkgs/tmuxc/template
+++ b/srcpkgs/tmuxc/template
@@ -1,6 +1,6 @@
 # Template file for 'tmuxc'
 pkgname=tmuxc
-version=1.6
+version=1.7
 revision=1
 archs=noarch
 depends="perl"
@@ -9,7 +9,7 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="MIT"
 homepage="https://github.com/zdykstra/tmuxc"
 distfiles="https://github.com/zdykstra/${pkgname}/archive/v${version}.tar.gz"
-checksum=8ed3797298ee86d8194dbae37e6f344d59b26b6bcaf04c203aa999ba586f5332
+checksum=6939690199f066299d3431e96dd33cc1f8ebf7ec52d03f6a0104589748a563e3
 
 do_install() {
 	vbin tmuxc

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

* Re: [PR PATCH] [Updated] tmuxc: update to 1.7.
  2020-07-09  4:09 [PR PATCH] tmuxc: update to 1.7 zdykstra
@ 2020-07-09 22:25 ` zdykstra
  2020-07-10 14:28 ` [PR PATCH] [Merged]: tmuxc: update to 1.7.1 ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: zdykstra @ 2020-07-09 22:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages tmuxc-17
https://github.com/void-linux/void-packages/pull/23488

tmuxc: update to 1.7.


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

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

From e2f5cc0648ee67978d55d4d9f5e0d86ccffc16db Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Wed, 8 Jul 2020 23:08:06 -0500
Subject: [PATCH] tmuxc: update to 1.7.1.

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

diff --git a/srcpkgs/tmuxc/template b/srcpkgs/tmuxc/template
index f970dc0a2de..7eeffc8c64c 100644
--- a/srcpkgs/tmuxc/template
+++ b/srcpkgs/tmuxc/template
@@ -1,6 +1,6 @@
 # Template file for 'tmuxc'
 pkgname=tmuxc
-version=1.6
+version=1.7.1
 revision=1
 archs=noarch
 depends="perl"
@@ -9,7 +9,7 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="MIT"
 homepage="https://github.com/zdykstra/tmuxc"
 distfiles="https://github.com/zdykstra/${pkgname}/archive/v${version}.tar.gz"
-checksum=8ed3797298ee86d8194dbae37e6f344d59b26b6bcaf04c203aa999ba586f5332
+checksum=7bd7596d962b7e14617346e6b9e364420402de90663fa4d3b551a9a9f25453a4
 
 do_install() {
 	vbin tmuxc

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

* Re: [PR PATCH] [Merged]: tmuxc: update to 1.7.1.
  2020-07-09  4:09 [PR PATCH] tmuxc: update to 1.7 zdykstra
  2020-07-09 22:25 ` [PR PATCH] [Updated] " zdykstra
@ 2020-07-10 14:28 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-10 14:28 UTC (permalink / raw)
  To: ml

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

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

tmuxc: update to 1.7.1.
https://github.com/void-linux/void-packages/pull/23488

Description:


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

end of thread, other threads:[~2020-07-10 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  4:09 [PR PATCH] tmuxc: update to 1.7 zdykstra
2020-07-09 22:25 ` [PR PATCH] [Updated] " zdykstra
2020-07-10 14:28 ` [PR PATCH] [Merged]: tmuxc: update to 1.7.1 ahesford

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