Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] croc: update to 9.5.5.
@ 2022-04-30  4:52 benalb
  2022-04-30 18:33 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2022-04-30  4:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages croc
https://github.com/void-linux/void-packages/pull/36918

croc: update to 9.5.5.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (X86_64-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/36918.patch is attached

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

From 20c73b7a32570aede3ce61c1604d15f7b54298a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sat, 30 Apr 2022 06:51:47 +0200
Subject: [PATCH] croc: update to 9.5.5.

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

diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template
index 5a4e8dcb6556..ef37c0de87a8 100644
--- a/srcpkgs/croc/template
+++ b/srcpkgs/croc/template
@@ -1,6 +1,6 @@
 # Template file for 'croc'
 pkgname=croc
-version=9.5.4
+version=9.5.5
 revision=1
 build_style=go
 go_import_path=github.com/schollz/croc/v${version%%.*}
@@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/schollz/croc"
 distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
-checksum=b89b9d1c2e27e5ca710a7c524f70361122b8b0fd374c0be18f1e7337acca7d07
+checksum=221ebf034e05ef8c06b2e2290dfb83c6f8b4b3f8a9168d6d826b87ed3c62d51a
 
 post_install() {
 	vlicense LICENSE

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

* Re: croc: update to 9.5.5.
  2022-04-30  4:52 [PR PATCH] croc: update to 9.5.5 benalb
@ 2022-04-30 18:33 ` paper42
  2022-04-30 20:20 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-04-30 18:33 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36918#issuecomment-1114033721

Comment:
We can drop git from hostmakedepends.

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

* Re: [PR PATCH] [Updated] croc: update to 9.5.5.
  2022-04-30  4:52 [PR PATCH] croc: update to 9.5.5 benalb
  2022-04-30 18:33 ` paper42
@ 2022-04-30 20:20 ` benalb
  2022-04-30 20:21 ` benalb
  2022-05-01  8:49 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-04-30 20:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages croc
https://github.com/void-linux/void-packages/pull/36918

croc: update to 9.5.5.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (X86_64-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/36918.patch is attached

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

From d22e7a95f82c471b287bdf53d26af7d705b8c324 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sat, 30 Apr 2022 06:51:47 +0200
Subject: [PATCH] croc: update to 9.5.5.

---
 srcpkgs/croc/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/croc/template b/srcpkgs/croc/template
index 5a4e8dcb6556..5683587f7355 100644
--- a/srcpkgs/croc/template
+++ b/srcpkgs/croc/template
@@ -1,16 +1,15 @@
 # Template file for 'croc'
 pkgname=croc
-version=9.5.4
+version=9.5.5
 revision=1
 build_style=go
 go_import_path=github.com/schollz/croc/v${version%%.*}
-hostmakedepends="git"
 short_desc="Easily and securely send things from one computer to another"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/schollz/croc"
 distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
-checksum=b89b9d1c2e27e5ca710a7c524f70361122b8b0fd374c0be18f1e7337acca7d07
+checksum=221ebf034e05ef8c06b2e2290dfb83c6f8b4b3f8a9168d6d826b87ed3c62d51a
 
 post_install() {
 	vlicense LICENSE

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

* Re: croc: update to 9.5.5.
  2022-04-30  4:52 [PR PATCH] croc: update to 9.5.5 benalb
  2022-04-30 18:33 ` paper42
  2022-04-30 20:20 ` [PR PATCH] [Updated] " benalb
@ 2022-04-30 20:21 ` benalb
  2022-05-01  8:49 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-04-30 20:21 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/36918#issuecomment-1114048481

Comment:
Sir, yes Sir. :)

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

* Re: [PR PATCH] [Merged]: croc: update to 9.5.5.
  2022-04-30  4:52 [PR PATCH] croc: update to 9.5.5 benalb
                   ` (2 preceding siblings ...)
  2022-04-30 20:21 ` benalb
@ 2022-05-01  8:49 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-05-01  8:49 UTC (permalink / raw)
  To: ml

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

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

croc: update to 9.5.5.
https://github.com/void-linux/void-packages/pull/36918

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2022-05-01  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30  4:52 [PR PATCH] croc: update to 9.5.5 benalb
2022-04-30 18:33 ` paper42
2022-04-30 20:20 ` [PR PATCH] [Updated] " benalb
2022-04-30 20:21 ` benalb
2022-05-01  8:49 ` [PR PATCH] [Merged]: " paper42

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