Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hexyl: update to 0.11.0
@ 2022-12-05 18:04 cinerea0
  2022-12-09  9:33 ` icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2022-12-05 18:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages hex
https://github.com/void-linux/void-packages/pull/40920

hexyl: update to 0.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/40920.patch is attached

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

From ad62517f3408087dc5d4663393bc6a5b332a50b1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 5 Dec 2022 13:03:33 -0500
Subject: [PATCH] hexyl: update to 0.11.0

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

diff --git a/srcpkgs/hexyl/template b/srcpkgs/hexyl/template
index e4a499b31d06..156220d6ee47 100644
--- a/srcpkgs/hexyl/template
+++ b/srcpkgs/hexyl/template
@@ -1,6 +1,6 @@
 # Template file for 'hexyl'
 pkgname=hexyl
-version=0.10.0
+version=0.11.0
 revision=1
 build_style=cargo
 short_desc="Command-line hex viewer"
@@ -8,8 +8,8 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/hexyl"
 changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md"
-distfiles="https://github.com/sharkdp/hexyl/archive/v${version}.tar.gz"
-checksum=5821c0aa5fdda9e84399a5f92dbab53be2dbbcd9a7d4c81166c0b224a38624f8
+distfiles="https://github.com/sharkdp/hexyl/archive/refs/tags/v${version}.tar.gz"
+checksum=ffab2a52f6d95afd4d83ef87b694ec749837a1fb6ea8099b700bd6323a9b622e
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: hexyl: update to 0.11.0
  2022-12-05 18:04 [PR PATCH] hexyl: update to 0.11.0 cinerea0
@ 2022-12-09  9:33 ` icp1994
  2022-12-12  1:04 ` [PR PATCH] [Updated] " cinerea0
  2022-12-12  7:32 ` [PR PATCH] [Merged]: hexyl: update to 0.12.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-12-09  9:33 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40920#issuecomment-1344070372

Comment:
can be bumped to `v0.12.0`

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

* Re: [PR PATCH] [Updated] hexyl: update to 0.11.0
  2022-12-05 18:04 [PR PATCH] hexyl: update to 0.11.0 cinerea0
  2022-12-09  9:33 ` icp1994
@ 2022-12-12  1:04 ` cinerea0
  2022-12-12  7:32 ` [PR PATCH] [Merged]: hexyl: update to 0.12.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-12-12  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages hex
https://github.com/void-linux/void-packages/pull/40920

hexyl: update to 0.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/40920.patch is attached

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

From 4545e6729ead68aba78f62c7b510fe37d31304fb Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 11 Dec 2022 20:04:01 -0500
Subject: [PATCH] hexyl: update to 0.12.0

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

diff --git a/srcpkgs/hexyl/template b/srcpkgs/hexyl/template
index e4a499b31d06..41bae5e8e437 100644
--- a/srcpkgs/hexyl/template
+++ b/srcpkgs/hexyl/template
@@ -1,6 +1,6 @@
 # Template file for 'hexyl'
 pkgname=hexyl
-version=0.10.0
+version=0.12.0
 revision=1
 build_style=cargo
 short_desc="Command-line hex viewer"
@@ -9,7 +9,7 @@ license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/hexyl"
 changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md"
 distfiles="https://github.com/sharkdp/hexyl/archive/v${version}.tar.gz"
-checksum=5821c0aa5fdda9e84399a5f92dbab53be2dbbcd9a7d4c81166c0b224a38624f8
+checksum=bf3a3e8851e7bbcf01f75ae95c018faf3c9f1b7f363159d4a7459bbe11478144
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Merged]: hexyl: update to 0.12.0
  2022-12-05 18:04 [PR PATCH] hexyl: update to 0.11.0 cinerea0
  2022-12-09  9:33 ` icp1994
  2022-12-12  1:04 ` [PR PATCH] [Updated] " cinerea0
@ 2022-12-12  7:32 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-12-12  7:32 UTC (permalink / raw)
  To: ml

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

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

hexyl: update to 0.12.0
https://github.com/void-linux/void-packages/pull/40920

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


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

end of thread, other threads:[~2022-12-12  7:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 18:04 [PR PATCH] hexyl: update to 0.11.0 cinerea0
2022-12-09  9:33 ` icp1994
2022-12-12  1:04 ` [PR PATCH] [Updated] " cinerea0
2022-12-12  7:32 ` [PR PATCH] [Merged]: hexyl: update to 0.12.0 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).