Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sl: update to 5.05, switch to fresher fork
@ 2023-03-02 21:51 tranzystorek-io
  2023-03-03 13:24 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-03-05  6:18 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-03-02 21:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages sl
https://github.com/void-linux/void-packages/pull/42556

sl: update to 5.05, switch to fresher fork
<!-- 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/42556.patch is attached

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

From b04496d055cf74338d8b4e646d50f5abb26a2b75 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 2 Mar 2023 22:50:06 +0100
Subject: [PATCH] sl: update to 5.05, switch to fresher fork

---
 srcpkgs/sl/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/sl/template b/srcpkgs/sl/template
index 953474e37c39..000dad262fbc 100644
--- a/srcpkgs/sl/template
+++ b/srcpkgs/sl/template
@@ -1,15 +1,15 @@
 # Template file for 'sl'
 pkgname=sl
-version=5.02
-revision=3
+version=5.05
+revision=1
 build_style=gnu-makefile
 makedepends="ncurses-devel"
 short_desc="Correct you if you type (sl) by mistake"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:0BSD-like"
-homepage="https://github.com/mtoyoda/sl"
-distfiles="https://github.com/mtoyoda/sl/archive/${version}.tar.gz"
-checksum=1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a
+homepage="https://github.com/eyJhb/sl"
+distfiles="https://github.com/eyJhb/sl/archive/refs/tags/${version}.tar.gz"
+checksum=6c941b526e3d01be7f91a3af4ae20a89d1e5d66b3b2d804c80123b1b1be96384
 
 pre_build() {
 	CFLAGS+=" $LDFLAGS"

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

* Re: [PR PATCH] [Updated] sl: update to 5.05, switch to fresher fork
  2023-03-02 21:51 [PR PATCH] sl: update to 5.05, switch to fresher fork tranzystorek-io
@ 2023-03-03 13:24 ` tranzystorek-io
  2023-03-05  6:18 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2023-03-03 13:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages sl
https://github.com/void-linux/void-packages/pull/42556

sl: update to 5.05, switch to fresher fork
<!-- 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/42556.patch is attached

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

From ad08a65a6596a85eafa802d2fc70e80a0cd806c4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 2 Mar 2023 22:50:06 +0100
Subject: [PATCH] sl: update to 5.05, switch to fresher fork

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

diff --git a/srcpkgs/sl/template b/srcpkgs/sl/template
index 953474e37c39..5136a3a33c5f 100644
--- a/srcpkgs/sl/template
+++ b/srcpkgs/sl/template
@@ -1,19 +1,20 @@
 # Template file for 'sl'
 pkgname=sl
-version=5.02
-revision=3
+version=5.05
+revision=1
 build_style=gnu-makefile
 makedepends="ncurses-devel"
 short_desc="Correct you if you type (sl) by mistake"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:0BSD-like"
-homepage="https://github.com/mtoyoda/sl"
-distfiles="https://github.com/mtoyoda/sl/archive/${version}.tar.gz"
-checksum=1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a
+homepage="https://github.com/eyJhb/sl"
+distfiles="https://github.com/eyJhb/sl/archive/refs/tags/${version}.tar.gz"
+checksum=6c941b526e3d01be7f91a3af4ae20a89d1e5d66b3b2d804c80123b1b1be96384
 
 pre_build() {
 	CFLAGS+=" $LDFLAGS"
 }
+
 do_install() {
 	vbin sl
 	vman sl.1

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

* Re: [PR PATCH] [Merged]: sl: update to 5.05, switch to fresher fork
  2023-03-02 21:51 [PR PATCH] sl: update to 5.05, switch to fresher fork tranzystorek-io
  2023-03-03 13:24 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-03-05  6:18 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-05  6:18 UTC (permalink / raw)
  To: ml

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

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

sl: update to 5.05, switch to fresher fork
https://github.com/void-linux/void-packages/pull/42556

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:[~2023-03-05  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 21:51 [PR PATCH] sl: update to 5.05, switch to fresher fork tranzystorek-io
2023-03-03 13:24 ` [PR PATCH] [Updated] " tranzystorek-io
2023-03-05  6:18 ` [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).