Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hut: update to 0.2.0.
@ 2022-07-31  2:51 kotajacob
  2022-07-31  2:53 ` [PR PATCH] [Updated] " kotajacob
  2022-07-31  5:20 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 4+ messages in thread
From: kotajacob @ 2022-07-31  2:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kotajacob/void-packages hut
https://github.com/void-linux/void-packages/pull/38383

hut: update to 0.2.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc



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

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

From 58381d6b239ac9b6b8e08db7df94b3589ad5f493 Mon Sep 17 00:00:00 2001
From: Dakota Walsh <kota@nilsu.org>
Date: Sun, 31 Jul 2022 14:44:15 +1200
Subject: [PATCH] hut: update to 0.2.0.

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

diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template
index 545567773781..7cb7bcb2cd6d 100644
--- a/srcpkgs/hut/template
+++ b/srcpkgs/hut/template
@@ -1,6 +1,6 @@
 # Template file for 'hut' 
 pkgname=hut
-version=0.1.0
+version=0.2.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="AGPL-3.0-only"
 homepage="https://git.sr.ht/~emersion/hut"
 changelog="https://git.sr.ht/~emersion/hut/log"
 distfiles="https://git.sr.ht/~emersion/hut/archive/v${version}.tar.gz"
-checksum=5af8f1111f9ec1da9a818978eb1f013dfd50ad4311c79d95b0e62ad428ac1c59
+checksum=2a4e49458a2cb129055f1db3b835e111a89583f47d4d917110205113863492b9
 
 post_install() {
 	hut=$(find $GOPATH/bin -name hut)

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

* Re: [PR PATCH] [Updated] hut: update to 0.2.0.
  2022-07-31  2:51 [PR PATCH] hut: update to 0.2.0 kotajacob
@ 2022-07-31  2:53 ` kotajacob
  2022-07-31  5:20 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 4+ messages in thread
From: kotajacob @ 2022-07-31  2:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kotajacob/void-packages hut
https://github.com/void-linux/void-packages/pull/38383

hut: update to 0.2.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc



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

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

From 6a2a2356f4d7633d7eb344152d7c2558898b2da3 Mon Sep 17 00:00:00 2001
From: Dakota Walsh <kota@nilsu.org>
Date: Sun, 31 Jul 2022 14:44:15 +1200
Subject: [PATCH] hut: update to 0.2.0.

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

diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template
index 545567773781..3fb52e2cc130 100644
--- a/srcpkgs/hut/template
+++ b/srcpkgs/hut/template
@@ -1,6 +1,6 @@
-# Template file for 'hut' 
+# Template file for 'hut'
 pkgname=hut
-version=0.1.0
+version=0.2.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="AGPL-3.0-only"
 homepage="https://git.sr.ht/~emersion/hut"
 changelog="https://git.sr.ht/~emersion/hut/log"
 distfiles="https://git.sr.ht/~emersion/hut/archive/v${version}.tar.gz"
-checksum=5af8f1111f9ec1da9a818978eb1f013dfd50ad4311c79d95b0e62ad428ac1c59
+checksum=2a4e49458a2cb129055f1db3b835e111a89583f47d4d917110205113863492b9
 
 post_install() {
 	hut=$(find $GOPATH/bin -name hut)

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

* Re: [PR PATCH] [Merged]: hut: update to 0.2.0.
  2022-07-31  2:51 [PR PATCH] hut: update to 0.2.0 kotajacob
  2022-07-31  2:53 ` [PR PATCH] [Updated] " kotajacob
@ 2022-07-31  5:20 ` classabbyamp
  1 sibling, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-31  5:20 UTC (permalink / raw)
  To: ml

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

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

hut: update to 0.2.0.
https://github.com/void-linux/void-packages/pull/38383

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc



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

* [PR PATCH] hut: update to 0.2.0.
@ 2022-07-31  2:49 dakota-portainer
  0 siblings, 0 replies; 4+ messages in thread
From: dakota-portainer @ 2022-07-31  2:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kotajacob/void-packages hut
https://github.com/void-linux/void-packages/pull/38382

hut: update to 0.2.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86-libc

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

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

From 58381d6b239ac9b6b8e08db7df94b3589ad5f493 Mon Sep 17 00:00:00 2001
From: Dakota Walsh <kota@nilsu.org>
Date: Sun, 31 Jul 2022 14:44:15 +1200
Subject: [PATCH] hut: update to 0.2.0.

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

diff --git a/srcpkgs/hut/template b/srcpkgs/hut/template
index 545567773781..7cb7bcb2cd6d 100644
--- a/srcpkgs/hut/template
+++ b/srcpkgs/hut/template
@@ -1,6 +1,6 @@
 # Template file for 'hut' 
 pkgname=hut
-version=0.1.0
+version=0.2.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="AGPL-3.0-only"
 homepage="https://git.sr.ht/~emersion/hut"
 changelog="https://git.sr.ht/~emersion/hut/log"
 distfiles="https://git.sr.ht/~emersion/hut/archive/v${version}.tar.gz"
-checksum=5af8f1111f9ec1da9a818978eb1f013dfd50ad4311c79d95b0e62ad428ac1c59
+checksum=2a4e49458a2cb129055f1db3b835e111a89583f47d4d917110205113863492b9
 
 post_install() {
 	hut=$(find $GOPATH/bin -name hut)

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

end of thread, other threads:[~2022-07-31  5:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31  2:51 [PR PATCH] hut: update to 0.2.0 kotajacob
2022-07-31  2:53 ` [PR PATCH] [Updated] " kotajacob
2022-07-31  5:20 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2022-07-31  2:49 [PR PATCH] " dakota-portainer

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