hugo: update to 0.125.2

This commit is contained in:
Konstantin Podsvirov
2024-04-22 08:48:31 +03:00
committed by GitHub
parent 93a55845ae
commit 07671e3e99

View File

@@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.125.1
pkgver=0.125.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=('dc902d7a2983925b218e17d21e510867a97e0b8c0e0093e4a6a22dabdb21c230')
sha256sums=('e38dc022aa9fff51216e95baffb7add75387aad07f00380ea3f74481bb9643d9')
build() {
cd "${_realname}-${pkgver}"