hugo: update to 0.146.2

This commit is contained in:
Konstantin Podsvirov 2025-04-12 19:25:59 +03:00 committed by Christoph Reiter
parent 9605e41af6
commit 9664faeb86

View File

@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.146.1
pkgver=0.146.2
pkgrel=1
pkgdesc='A Fast and Flexible Static Site Generator built with love by bep, spf13 and friends in Go. (mingw-w64)'
arch=('any')
@ -20,7 +20,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=('6dd1ec2edab3b5f0d3c9da3950790212fe3a29e173de95bd7ae78d3fb880f050')
sha256sums=('a7307b7e34f6247b113e3d85383a9b10beb43a19dccf8aa929b26878c040221d')
build() {
cd "${_realname}-${pkgver}"