diff --git a/mingw-w64-hugo/PKGBUILD b/mingw-w64-hugo/PKGBUILD index 4442f31c64429..e61d8d43956e8 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.134.3 +pkgver=0.135.0 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=('9975498a69df214dce634802d14c6a8746966692084c9e99ef1c799b9b55b66b') +sha256sums=('a75c4c684d2125255f214d11b9834a5ec6eb64353f4de2c06952d2b3b7430f0e') build() { cd "${_realname}-${pkgver}"