* [PR PATCH] hugo: update to 0.102.1.
@ 2022-08-29 15:35 dataCobra
2022-08-29 21:10 ` classabbyamp
` (15 more replies)
0 siblings, 16 replies; 17+ messages in thread
From: dataCobra @ 2022-08-29 15:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 616 bytes --]
There is a new pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages hugo-0.102.1
https://github.com/void-linux/void-packages/pull/38969
hugo: update to 0.102.1.
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (crossbuild)
- i686 (crossbuild)
A patch file from https://github.com/void-linux/void-packages/pull/38969.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hugo-0.102.1-38969.patch --]
[-- Type: text/x-diff, Size: 974 bytes --]
From ef1895f39994993aa76aac8556cd4fc3c1751f8c Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 29 Aug 2022 17:33:29 +0200
Subject: [PATCH] hugo: update to 0.102.1.
---
srcpkgs/hugo/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index 4ab952760b8c..98199f5296eb 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,6 +1,6 @@
# Template file for 'hugo'
pkgname=hugo
-version=0.101.0
+version=0.102.1
revision=1
build_style=go
go_import_path="github.com/gohugoio/hugo"
@@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://gohugo.io"
distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=ce5e2c37d9980428cfbfb22cabedc29aebe8f1142ce261777d0435f9f2d6d1cb
+checksum=88c3f4c4b1211b0740c0a15af99cd9982a8e5b3f4de2ec3f867d47082571ee91
post_install() {
vdoc README.md
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: hugo: update to 0.102.1.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
@ 2022-08-29 21:10 ` classabbyamp
2022-08-30 6:53 ` [PR PATCH] [Updated] " dataCobra
` (14 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-29 21:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#issuecomment-1230864817
Comment:
this release changes nothing for us: https://github.com/gohugoio/hugo/compare/v0.102.0...v0.102.1
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR PATCH] [Updated] hugo: update to 0.102.1.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
2022-08-29 21:10 ` classabbyamp
@ 2022-08-30 6:53 ` dataCobra
2022-08-30 6:55 ` hugo: update to 0.102.0 dataCobra
` (13 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 6:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages hugo-0.102.1
https://github.com/void-linux/void-packages/pull/38969
hugo: update to 0.102.1.
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (crossbuild)
- i686 (crossbuild)
A patch file from https://github.com/void-linux/void-packages/pull/38969.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hugo-0.102.1-38969.patch --]
[-- Type: text/x-diff, Size: 1227 bytes --]
From ac9da631404e8a0d6223a1fb83a3b44ffaab2415 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 30 Aug 2022 08:53:24 +0200
Subject: [PATCH] hugo: update to 0.102.0.
---
srcpkgs/hugo/template | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index 4ab952760b8c..c2f896c76deb 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,6 +1,6 @@
# Template file for 'hugo'
pkgname=hugo
-version=0.101.0
+version=0.102.0
revision=1
build_style=go
go_import_path="github.com/gohugoio/hugo"
@@ -10,8 +10,18 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://gohugo.io"
distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=ce5e2c37d9980428cfbfb22cabedc29aebe8f1142ce261777d0435f9f2d6d1cb
+checksum=b2f231b1abc8e260cc241a1622da2a84083f27041b6d14a7e769180740512608
post_install() {
vdoc README.md
+
+ ${DESTDIR}/usr/bin/hugo gen man
+ for page in $(ls man/); do
+ vman man/$page
+ done
+
+ for shell in bash fish zsh; do
+ ${DESTDIR}/usr/bin/hugo completion $shell > ${pkgname}.$shell
+ vcompletion ${pkgname}.$shell $shell
+ done
}
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
2022-08-29 21:10 ` classabbyamp
2022-08-30 6:53 ` [PR PATCH] [Updated] " dataCobra
@ 2022-08-30 6:55 ` dataCobra
2022-08-30 6:56 ` dataCobra
` (12 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 6:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#issuecomment-1231228158
Comment:
I've changed to version `0.102.0`. Because the new minor version is only related to deb-packages.
I've also added shell completions and man-pages.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (2 preceding siblings ...)
2022-08-30 6:55 ` hugo: update to 0.102.0 dataCobra
@ 2022-08-30 6:56 ` dataCobra
2022-08-30 7:02 ` [PR REVIEW] " classabbyamp
` (11 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 6:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#issuecomment-1231228902
Comment:
@thypon, are you okay with the update and changes?
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR REVIEW] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (5 preceding siblings ...)
2022-08-30 7:02 ` classabbyamp
@ 2022-08-30 7:02 ` classabbyamp
2022-08-30 7:04 ` dataCobra
` (8 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-30 7:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#discussion_r958079698
Comment:
same thing
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR REVIEW] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (3 preceding siblings ...)
2022-08-30 6:56 ` dataCobra
@ 2022-08-30 7:02 ` classabbyamp
2022-08-30 7:02 ` classabbyamp
` (10 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-30 7:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#discussion_r958081171
Comment:
ah sorry i thought this was bumping 102 to 102.1, it's fine to go to .1 i guess
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR REVIEW] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (4 preceding siblings ...)
2022-08-30 7:02 ` [PR REVIEW] " classabbyamp
@ 2022-08-30 7:02 ` classabbyamp
2022-08-30 7:02 ` classabbyamp
` (9 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-08-30 7:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#discussion_r958077897
Comment:
this will fail on cross, you'll need to use the qemu build helper
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR REVIEW] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (6 preceding siblings ...)
2022-08-30 7:02 ` classabbyamp
@ 2022-08-30 7:04 ` dataCobra
2022-08-30 7:04 ` dataCobra
` (7 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 7:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New review comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#discussion_r958082648
Comment:
No worries. :) I'll change it back to 0.102.1.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR REVIEW] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (7 preceding siblings ...)
2022-08-30 7:04 ` dataCobra
@ 2022-08-30 7:04 ` dataCobra
2022-08-30 7:13 ` dataCobra
` (6 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 7:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
New review comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#discussion_r958083152
Comment:
Ah that's the reason why it's failing. Thanks for the info. :+1:
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR REVIEW] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (8 preceding siblings ...)
2022-08-30 7:04 ` dataCobra
@ 2022-08-30 7:13 ` dataCobra
2022-08-30 7:17 ` dataCobra
` (5 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 7:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 285 bytes --]
New review comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#discussion_r958090758
Comment:
Hey @classabbyamp,
what do I need to do additionally?
I added `build_helper=qemu` but aarch64 does still fail with the same error.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR REVIEW] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (9 preceding siblings ...)
2022-08-30 7:13 ` dataCobra
@ 2022-08-30 7:17 ` dataCobra
2022-08-30 7:24 ` [PR PATCH] [Updated] " dataCobra
` (4 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 7:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
New review comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#discussion_r958094418
Comment:
Maybe I found the solution.
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR PATCH] [Updated] hugo: update to 0.102.0.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (10 preceding siblings ...)
2022-08-30 7:17 ` dataCobra
@ 2022-08-30 7:24 ` dataCobra
2022-08-30 7:34 ` hugo: update to 0.102.1 dataCobra
` (3 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 7:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages hugo-0.102.1
https://github.com/void-linux/void-packages/pull/38969
hugo: update to 0.102.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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (crossbuild)
- i686 (crossbuild)
A patch file from https://github.com/void-linux/void-packages/pull/38969.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hugo-0.102.1-38969.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]
From 8806d6a70f07324cc0daa58ad015d6a2f4e1b355 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 30 Aug 2022 09:24:28 +0200
Subject: [PATCH] hugo: update to 0.102.1.
---
srcpkgs/hugo/template | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index 4ab952760b8c..f06304f94e0e 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,8 +1,9 @@
# Template file for 'hugo'
pkgname=hugo
-version=0.101.0
+version=0.102.1
revision=1
build_style=go
+build_helper=qemu
go_import_path="github.com/gohugoio/hugo"
go_build_tags="extended"
short_desc="Fast & Modern Static Website Engine"
@@ -10,8 +11,20 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://gohugo.io"
distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=ce5e2c37d9980428cfbfb22cabedc29aebe8f1142ce261777d0435f9f2d6d1cb
+checksum=88c3f4c4b1211b0740c0a15af99cd9982a8e5b3f4de2ec3f867d47082571ee91
post_install() {
vdoc README.md
+
+ hugo=$(find $GOPATH/bin -name hugo)
+
+ vtargetrun $hugo gen man
+ for page in $(ls man/); do
+ vman man/$page
+ done
+
+ for shell in bash fish zsh; do
+ vtargetrun $hugo completion $shell > ${pkgname}.$shell
+ vcompletion ${pkgname}.$shell $shell
+ done
}
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: hugo: update to 0.102.1.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (11 preceding siblings ...)
2022-08-30 7:24 ` [PR PATCH] [Updated] " dataCobra
@ 2022-08-30 7:34 ` dataCobra
2022-08-30 7:34 ` dataCobra
` (2 subsequent siblings)
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 7:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 246 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#issuecomment-1231265190
Comment:
Everything is fine know. :slightly_smiling_face:
@classabbyamp I hope this template setup is fine?
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: hugo: update to 0.102.1.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (12 preceding siblings ...)
2022-08-30 7:34 ` hugo: update to 0.102.1 dataCobra
@ 2022-08-30 7:34 ` dataCobra
2022-08-31 11:51 ` [PR PATCH] [Updated] " dataCobra
2022-08-31 12:35 ` [PR PATCH] [Merged]: hugo: update to 0.102.2 thypon
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-30 7:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 245 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/38969#issuecomment-1231265190
Comment:
Everything passed know. :slightly_smiling_face:
@classabbyamp I hope this template setup is fine?
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR PATCH] [Updated] hugo: update to 0.102.1.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (13 preceding siblings ...)
2022-08-30 7:34 ` dataCobra
@ 2022-08-31 11:51 ` dataCobra
2022-08-31 12:35 ` [PR PATCH] [Merged]: hugo: update to 0.102.2 thypon
15 siblings, 0 replies; 17+ messages in thread
From: dataCobra @ 2022-08-31 11:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages hugo-0.102.1
https://github.com/void-linux/void-packages/pull/38969
hugo: update to 0.102.1.
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (crossbuild)
- i686 (crossbuild)
A patch file from https://github.com/void-linux/void-packages/pull/38969.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hugo-0.102.1-38969.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]
From a8bf04db74b8e8b8d71092faddcc5c988115f3fb Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 31 Aug 2022 13:51:11 +0200
Subject: [PATCH] hugo: update to 0.102.2.
---
srcpkgs/hugo/template | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/hugo/template b/srcpkgs/hugo/template
index 4ab952760b8c..d24c31d6fb13 100644
--- a/srcpkgs/hugo/template
+++ b/srcpkgs/hugo/template
@@ -1,8 +1,9 @@
# Template file for 'hugo'
pkgname=hugo
-version=0.101.0
+version=0.102.2
revision=1
build_style=go
+build_helper=qemu
go_import_path="github.com/gohugoio/hugo"
go_build_tags="extended"
short_desc="Fast & Modern Static Website Engine"
@@ -10,8 +11,20 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://gohugo.io"
distfiles="https://github.com/gohugoio/hugo/archive/v${version}.tar.gz"
-checksum=ce5e2c37d9980428cfbfb22cabedc29aebe8f1142ce261777d0435f9f2d6d1cb
+checksum=55c2f1bbddaa1a7be6d95ab983e4a671e6d5f7ecbc1bde8a425295845f0dd764
post_install() {
vdoc README.md
+
+ hugo=$(find $GOPATH/bin -name hugo)
+
+ vtargetrun $hugo gen man
+ for page in $(ls man/); do
+ vman man/$page
+ done
+
+ for shell in bash fish zsh; do
+ vtargetrun $hugo completion $shell > ${pkgname}.$shell
+ vcompletion ${pkgname}.$shell $shell
+ done
}
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PR PATCH] [Merged]: hugo: update to 0.102.2.
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
` (14 preceding siblings ...)
2022-08-31 11:51 ` [PR PATCH] [Updated] " dataCobra
@ 2022-08-31 12:35 ` thypon
15 siblings, 0 replies; 17+ messages in thread
From: thypon @ 2022-08-31 12:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 456 bytes --]
There's a merged pull request on the void-packages repository
hugo: update to 0.102.2.
https://github.com/void-linux/void-packages/pull/38969
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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (crossbuild)
- i686 (crossbuild)
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2022-08-31 12:35 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29 15:35 [PR PATCH] hugo: update to 0.102.1 dataCobra
2022-08-29 21:10 ` classabbyamp
2022-08-30 6:53 ` [PR PATCH] [Updated] " dataCobra
2022-08-30 6:55 ` hugo: update to 0.102.0 dataCobra
2022-08-30 6:56 ` dataCobra
2022-08-30 7:02 ` [PR REVIEW] " classabbyamp
2022-08-30 7:02 ` classabbyamp
2022-08-30 7:02 ` classabbyamp
2022-08-30 7:04 ` dataCobra
2022-08-30 7:04 ` dataCobra
2022-08-30 7:13 ` dataCobra
2022-08-30 7:17 ` dataCobra
2022-08-30 7:24 ` [PR PATCH] [Updated] " dataCobra
2022-08-30 7:34 ` hugo: update to 0.102.1 dataCobra
2022-08-30 7:34 ` dataCobra
2022-08-31 11:51 ` [PR PATCH] [Updated] " dataCobra
2022-08-31 12:35 ` [PR PATCH] [Merged]: hugo: update to 0.102.2 thypon
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).