hugo: update to 0.151.1

This commit is contained in:
Dirk Stolle 2025-10-16 13:43:12 +02:00
parent eb12b607f7
commit 4c193c0820

View File

@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.151.0
pkgver=0.151.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')
@ -24,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=('b41d6e3da741c8d5637e016a1fa98f36e47dbfa9e213ff2d73ced66fb5b770ea')
sha256sums=('7750d644c5ea762ba400001d753a9d37dc4f1467ca470f01cffff2b2a87c9232')
build() {
cd "${_realname}-${pkgver}"