hugo: update to 0.149.1

This commit is contained in:
Dirk Stolle 2025-09-04 19:05:20 +02:00
parent ae2dd3120a
commit c097b01a92

View File

@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.149.0
pkgver=0.149.1
pkgrel=1
pkgdesc='A Fast and Flexible Static Site Generator built with love by bep, spf13 and friends in Go. (mingw-w64)'
arch=('any')
@ -16,6 +16,7 @@ msys2_references=(
'aur: hugo-git'
"cpe: cpe:/a:gohugo:hugo"
'gentoo: www-apps/hugo'
'purl: pkg:golang/github.com/gohugoio/hugo'
)
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs")
@ -23,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc" "git")
optdepends=("git: To interact with repositories")
options=('!strip')
source=("https://github.com/gohugoio/hugo/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('2e8058ea2cf66b4935c8f4269fcc728efe4106f8bff034c0bd092f8cb4d607bb')
sha256sums=('4ea9e45160004b3824a7aa82d594120966c596c161cc27621000b0e0af7f11ae')
build() {
cd "${_realname}-${pkgver}"