Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hex: update to 0.3.0.
@ 2020-05-24 22:59 m3tav3rse
  2020-05-25  8:56 ` [PR PATCH] [Updated] " m3tav3rse
  2020-05-25 19:35 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: m3tav3rse @ 2020-05-24 22:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages hex
https://github.com/void-linux/void-packages/pull/22276

hex: update to 0.3.0.


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

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

From 3b72d3f090198661f3d3d3e7f0cb9963b63b1924 Mon Sep 17 00:00:00 2001
From: m3tav3rse <mtvrs@tuta.io>
Date: Mon, 25 May 2020 00:55:51 +0200
Subject: [PATCH] hex: update to 0.3.0.

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

diff --git a/srcpkgs/hex/template b/srcpkgs/hex/template
index a61a56c5d49..8127d42b2e8 100644
--- a/srcpkgs/hex/template
+++ b/srcpkgs/hex/template
@@ -1,6 +1,6 @@
 # Template file for 'hex'
 pkgname=hex
-version=0.1.3
+version=0.3.0
 revision=1
 build_style=cargo
 short_desc="Futuristic take on hexdump"
@@ -8,7 +8,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/sitkevij/hex"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=7c5397b1f435d2e3b5280cf6186ea8fcc44690fda812e303b6b51b6bbececc5e
+checksum=d929593ae5851c6cb7e778f759fca380245d6053fa3b0cb9643e598a37015c84
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] hex: update to 0.3.0.
  2020-05-24 22:59 [PR PATCH] hex: update to 0.3.0 m3tav3rse
@ 2020-05-25  8:56 ` m3tav3rse
  2020-05-25 19:35 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: m3tav3rse @ 2020-05-25  8:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages hex
https://github.com/void-linux/void-packages/pull/22276

hex: update to 0.3.0.


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

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

From 20bf7718e2b2ecb5adcefe1a808b1735a7008ced Mon Sep 17 00:00:00 2001
From: m3tav3rse <mtvrs@tuta.io>
Date: Mon, 25 May 2020 00:55:51 +0200
Subject: [PATCH] hex: update to 0.3.0.

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

diff --git a/srcpkgs/hex/template b/srcpkgs/hex/template
index a61a56c5d49..8127d42b2e8 100644
--- a/srcpkgs/hex/template
+++ b/srcpkgs/hex/template
@@ -1,6 +1,6 @@
 # Template file for 'hex'
 pkgname=hex
-version=0.1.3
+version=0.3.0
 revision=1
 build_style=cargo
 short_desc="Futuristic take on hexdump"
@@ -8,7 +8,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/sitkevij/hex"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=7c5397b1f435d2e3b5280cf6186ea8fcc44690fda812e303b6b51b6bbececc5e
+checksum=d929593ae5851c6cb7e778f759fca380245d6053fa3b0cb9643e598a37015c84
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: hex: update to 0.3.0.
  2020-05-24 22:59 [PR PATCH] hex: update to 0.3.0 m3tav3rse
  2020-05-25  8:56 ` [PR PATCH] [Updated] " m3tav3rse
@ 2020-05-25 19:35 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-05-25 19:35 UTC (permalink / raw)
  To: ml

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

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

hex: update to 0.3.0.
https://github.com/void-linux/void-packages/pull/22276

Description:


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

end of thread, other threads:[~2020-05-25 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 22:59 [PR PATCH] hex: update to 0.3.0 m3tav3rse
2020-05-25  8:56 ` [PR PATCH] [Updated] " m3tav3rse
2020-05-25 19:35 ` [PR PATCH] [Merged]: " Hoshpak

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