diff --git a/mingw-w64-hugo/PKGBUILD b/mingw-w64-hugo/PKGBUILD index c10e417940..c49edf4c1e 100644 --- a/mingw-w64-hugo/PKGBUILD +++ b/mingw-w64-hugo/PKGBUILD @@ -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}"