* [PR PATCH] ruby-tmuxinator: update to 3.3.2.
@ 2024-10-28 8:10 dataCobra
2024-10-28 8:11 ` [PR PATCH] [Updated] " dataCobra
2024-11-01 1:27 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 2 replies; 3+ messages in thread
From: dataCobra @ 2024-10-28 8:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 641 bytes --]
There is a new pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/52805
ruby-tmuxinator: update to 3.3.2.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64-musl (cross)
- armv7l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52805.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tmuxinator-52805.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]
From 35cb25b5f778e62ab4fab42d58dd9bd8ffa5febc Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 26 Oct 2024 14:47:44 +0200
Subject: [PATCH] ruby-tmuxinator: update to 3.3.2.
---
srcpkgs/ruby-tmuxinator/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index cef033438fe2de..55b8442b85c643 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,6 +1,6 @@
# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
-version=3.3.1
+version=3.3.2
revision=1
build_style=gemspec
depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
@@ -10,7 +10,7 @@ license="MIT"
homepage="https://github.com/tmuxinator/tmuxinator"
changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=8b41f7c56b42ea13e37c99f4cd818a571859f473ae5acbed12f343a75e3fa1be
+checksum=8b5a8cc899f48772f2a8bace06ff463c57248ad9575a668326f1e60b7e9616f0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] ruby-tmuxinator: update to 3.3.2.
2024-10-28 8:10 [PR PATCH] ruby-tmuxinator: update to 3.3.2 dataCobra
@ 2024-10-28 8:11 ` dataCobra
2024-11-01 1:27 ` [PR PATCH] [Merged]: " classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: dataCobra @ 2024-10-28 8:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 646 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages tmuxinator
https://github.com/void-linux/void-packages/pull/52805
ruby-tmuxinator: update to 3.3.2.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64-musl (cross)
- armv7l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52805.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tmuxinator-52805.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]
From bfce5bea4f8f6aeff5a61d0df48e9a53345369a5 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sat, 26 Oct 2024 14:47:44 +0200
Subject: [PATCH] ruby-tmuxinator: update to 3.3.2.
---
srcpkgs/ruby-tmuxinator/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/ruby-tmuxinator/template b/srcpkgs/ruby-tmuxinator/template
index cef033438fe2de..55b8442b85c643 100644
--- a/srcpkgs/ruby-tmuxinator/template
+++ b/srcpkgs/ruby-tmuxinator/template
@@ -1,6 +1,6 @@
# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
-version=3.3.1
+version=3.3.2
revision=1
build_style=gemspec
depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
@@ -10,7 +10,7 @@ license="MIT"
homepage="https://github.com/tmuxinator/tmuxinator"
changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md"
distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz"
-checksum=8b41f7c56b42ea13e37c99f4cd818a571859f473ae5acbed12f343a75e3fa1be
+checksum=8b5a8cc899f48772f2a8bace06ff463c57248ad9575a668326f1e60b7e9616f0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: ruby-tmuxinator: update to 3.3.2.
2024-10-28 8:10 [PR PATCH] ruby-tmuxinator: update to 3.3.2 dataCobra
2024-10-28 8:11 ` [PR PATCH] [Updated] " dataCobra
@ 2024-11-01 1:27 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-11-01 1:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
There's a merged pull request on the void-packages repository
ruby-tmuxinator: update to 3.3.2.
https://github.com/void-linux/void-packages/pull/52805
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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64-musl (cross)
- armv7l (cross)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-01 1:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-28 8:10 [PR PATCH] ruby-tmuxinator: update to 3.3.2 dataCobra
2024-10-28 8:11 ` [PR PATCH] [Updated] " dataCobra
2024-11-01 1:27 ` [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).