hugo: update to 0.146.6

This commit is contained in:
Konstantin Podsvirov 2025-04-20 20:21:18 +03:00 committed by Christoph Reiter
parent 11dc1233a3
commit 7304f0d82b

View File

@ -3,7 +3,7 @@
_realname=hugo _realname=hugo
pkgbase=mingw-w64-${_realname} pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.146.5 pkgver=0.146.6
pkgrel=1 pkgrel=1
pkgdesc='A Fast and Flexible Static Site Generator built with love by bep, spf13 and friends in Go. (mingw-w64)' pkgdesc='A Fast and Flexible Static Site Generator built with love by bep, spf13 and friends in Go. (mingw-w64)'
arch=('any') arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc" "git")
optdepends=("git: To interact with repositories") optdepends=("git: To interact with repositories")
options=('!strip') options=('!strip')
source=("https://github.com/gohugoio/hugo/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") source=("https://github.com/gohugoio/hugo/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7f9aab1fe0655b7ffccd422ec8ca4df4a0df3830be9794479a3a272f77c24929') sha256sums=('7601d65317610844a8023f28a2acc105c3a202d0aebb5ec87651789da8d6eab2')
build() { build() {
cd "${_realname}-${pkgver}" cd "${_realname}-${pkgver}"