From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] hugo: update to 0.102.1.
Date: Tue, 30 Aug 2022 08:53:43 +0200 [thread overview]
Message-ID: <20220830065343.MEsJ1sRelgqz9E0iOktUnw4enynSEDZjuowWPFlYSN8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38969@inbox.vuxu.org>
[-- 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
}
next prev parent reply other threads:[~2022-08-30 6:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-29 15:35 [PR PATCH] " dataCobra
2022-08-29 21:10 ` classabbyamp
2022-08-30 6:53 ` dataCobra [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220830065343.MEsJ1sRelgqz9E0iOktUnw4enynSEDZjuowWPFlYSN8@z \
--to=datacobra@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).