Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] slit: update to 1.3.0
@ 2021-10-20  4:26 cinerea0
  2021-10-20  5:06 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2021-10-20  4:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages slit
https://github.com/void-linux/void-packages/pull/33648

slit: update to 1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33648.patch is attached

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

From e7cf562e4f60f512016ac87362732fc6cc891e02 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 20 Oct 2021 00:25:42 -0400
Subject: [PATCH] slit: update to 1.3.0

---
 srcpkgs/slit/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/slit/template b/srcpkgs/slit/template
index 688e249ff422..8359fe8954ed 100644
--- a/srcpkgs/slit/template
+++ b/srcpkgs/slit/template
@@ -1,7 +1,7 @@
 # Template file for 'slit'
 pkgname=slit
-version=1.2.0
-revision=3
+version=1.3.0
+revision=1
 build_style=go
 go_import_path=github.com/tigrawap/slit
 go_package="${go_import_path}/cmd/slit"
@@ -11,7 +11,7 @@ license="MIT"
 hostmakedepends="git"
 homepage="https://github.com/tigrawap/slit"
 distfiles="https://github.com/tigrawap/slit/archive/${version}.tar.gz"
-checksum=95b8e70f7978f1800070f59c46e6f19ac648dc2067fd30b6da568916ca7e7861
+checksum=052b8d91d7158336adb4d04e5cf127be41d1c408aa896bfa6cc7fa1a0a16d014
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] slit: update to 1.3.0
  2021-10-20  4:26 [PR PATCH] slit: update to 1.3.0 cinerea0
@ 2021-10-20  5:06 ` cinerea0
  2021-10-20 15:35 ` cinerea0
  2021-10-20 22:55 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2021-10-20  5:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages slit
https://github.com/void-linux/void-packages/pull/33648

slit: update to 1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33648.patch is attached

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

From 7d4ef540aca69bf568aeade79dc8237ffa899e98 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 20 Oct 2021 01:06:03 -0400
Subject: [PATCH] slit: update to 1.3.0

---
 srcpkgs/slit/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/slit/template b/srcpkgs/slit/template
index 688e249ff422..036290e58fb3 100644
--- a/srcpkgs/slit/template
+++ b/srcpkgs/slit/template
@@ -1,17 +1,16 @@
 # Template file for 'slit'
 pkgname=slit
-version=1.2.0
-revision=3
+version=1.3.0
+revision=1
 build_style=go
 go_import_path=github.com/tigrawap/slit
 go_package="${go_import_path}/cmd/slit"
-short_desc="A modern PAGER for viewing logs"
+short_desc="Modern PAGER for viewing logs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-hostmakedepends="git"
 homepage="https://github.com/tigrawap/slit"
 distfiles="https://github.com/tigrawap/slit/archive/${version}.tar.gz"
-checksum=95b8e70f7978f1800070f59c46e6f19ac648dc2067fd30b6da568916ca7e7861
+checksum=052b8d91d7158336adb4d04e5cf127be41d1c408aa896bfa6cc7fa1a0a16d014
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] slit: update to 1.3.0
  2021-10-20  4:26 [PR PATCH] slit: update to 1.3.0 cinerea0
  2021-10-20  5:06 ` [PR PATCH] [Updated] " cinerea0
@ 2021-10-20 15:35 ` cinerea0
  2021-10-20 22:55 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2021-10-20 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages slit
https://github.com/void-linux/void-packages/pull/33648

slit: update to 1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33648.patch is attached

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

From abad1cdac9ef9382f7f2baaad57f213bb8529b58 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 20 Oct 2021 11:34:50 -0400
Subject: [PATCH] slit: update to 1.3.0

---
 srcpkgs/slit/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/slit/template b/srcpkgs/slit/template
index 688e249ff422..3f669892ac84 100644
--- a/srcpkgs/slit/template
+++ b/srcpkgs/slit/template
@@ -1,17 +1,16 @@
 # Template file for 'slit'
 pkgname=slit
-version=1.2.0
-revision=3
+version=1.3.0
+revision=1
 build_style=go
 go_import_path=github.com/tigrawap/slit
 go_package="${go_import_path}/cmd/slit"
-short_desc="A modern PAGER for viewing logs"
-maintainer="Orphaned <orphan@voidlinux.org>"
+short_desc="Modern PAGER for viewing logs"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
-hostmakedepends="git"
 homepage="https://github.com/tigrawap/slit"
 distfiles="https://github.com/tigrawap/slit/archive/${version}.tar.gz"
-checksum=95b8e70f7978f1800070f59c46e6f19ac648dc2067fd30b6da568916ca7e7861
+checksum=052b8d91d7158336adb4d04e5cf127be41d1c408aa896bfa6cc7fa1a0a16d014
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: slit: update to 1.3.0
  2021-10-20  4:26 [PR PATCH] slit: update to 1.3.0 cinerea0
  2021-10-20  5:06 ` [PR PATCH] [Updated] " cinerea0
  2021-10-20 15:35 ` cinerea0
@ 2021-10-20 22:55 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-10-20 22:55 UTC (permalink / raw)
  To: ml

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

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

slit: update to 1.3.0
https://github.com/void-linux/void-packages/pull/33648

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 4+ messages in thread

end of thread, other threads:[~2021-10-20 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20  4:26 [PR PATCH] slit: update to 1.3.0 cinerea0
2021-10-20  5:06 ` [PR PATCH] [Updated] " cinerea0
2021-10-20 15:35 ` cinerea0
2021-10-20 22:55 ` [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).