Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scc: update to 3.1.0.
@ 2022-10-16 10:47 natrys
  2022-10-16 11:00 ` [PR PATCH] [Updated] " natrys
  2022-10-17 18:44 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: natrys @ 2022-10-16 10:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages scc-3.1.0
https://github.com/void-linux/void-packages/pull/39985

scc: update to 3.1.0.
<!-- 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/39985.patch is attached

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

From b326adedaff2a74f32056e6c6d3bcf036cfe3132 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sun, 16 Oct 2022 16:46:52 +0600
Subject: [PATCH] scc: update to 3.1.0.

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

diff --git a/srcpkgs/scc/template b/srcpkgs/scc/template
index 77160485cc6d..9e54eaeb4abe 100644
--- a/srcpkgs/scc/template
+++ b/srcpkgs/scc/template
@@ -1,15 +1,15 @@
 # Template file for 'scc'
 pkgname=scc
-version=3.0.0
+version=3.1.0
 revision=1
 build_style=go
-go_import_path="github.com/boyter/scc"
+go_import_path="github.com/boyter/scc/v3"
 short_desc="Fast cloc replacement written in pure Go"
 maintainer="Sami Pitkänen <bilebucket@airmail.cc>"
 license="MIT"
 homepage="https://github.com/boyter/scc"
 distfiles="https://github.com/boyter/scc/archive/v${version}.tar.gz"
-checksum=01b903e27add5180f5000b649ce6e5088fa2112e080bfca1d61b1832a84a0645
+checksum=bffea99c7f178bc48bfba3c64397d53a20a751dfc78221d347aabdce3422fd20
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] scc: update to 3.1.0.
  2022-10-16 10:47 [PR PATCH] scc: update to 3.1.0 natrys
@ 2022-10-16 11:00 ` natrys
  2022-10-17 18:44 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: natrys @ 2022-10-16 11:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages scc-3.1.0
https://github.com/void-linux/void-packages/pull/39985

scc: update to 3.1.0.
<!-- 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/39985.patch is attached

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

From 56c9acd3dbb4792caaf4c10d8d0b8965859550c1 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sun, 16 Oct 2022 16:46:52 +0600
Subject: [PATCH] scc: update to 3.1.0.

---
 srcpkgs/scc/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/scc/template b/srcpkgs/scc/template
index 77160485cc6d..df4b024bd81d 100644
--- a/srcpkgs/scc/template
+++ b/srcpkgs/scc/template
@@ -1,15 +1,16 @@
 # Template file for 'scc'
 pkgname=scc
-version=3.0.0
+version=3.1.0
 revision=1
 build_style=go
-go_import_path="github.com/boyter/scc"
+go_import_path="github.com/boyter/scc/v3"
 short_desc="Fast cloc replacement written in pure Go"
 maintainer="Sami Pitkänen <bilebucket@airmail.cc>"
 license="MIT"
 homepage="https://github.com/boyter/scc"
 distfiles="https://github.com/boyter/scc/archive/v${version}.tar.gz"
-checksum=01b903e27add5180f5000b649ce6e5088fa2112e080bfca1d61b1832a84a0645
+checksum=bffea99c7f178bc48bfba3c64397d53a20a751dfc78221d347aabdce3422fd20
+conflicts="sc-controller" # /usr/bin/scc
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: scc: update to 3.1.0.
  2022-10-16 10:47 [PR PATCH] scc: update to 3.1.0 natrys
  2022-10-16 11:00 ` [PR PATCH] [Updated] " natrys
@ 2022-10-17 18:44 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2022-10-17 18:44 UTC (permalink / raw)
  To: ml

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

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

scc: update to 3.1.0.
https://github.com/void-linux/void-packages/pull/39985

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:[~2022-10-17 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16 10:47 [PR PATCH] scc: update to 3.1.0 natrys
2022-10-16 11:00 ` [PR PATCH] [Updated] " natrys
2022-10-17 18:44 ` [PR PATCH] [Merged]: " Piraty

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