diff --git a/mingw-w64-hugo/PKGBUILD b/mingw-w64-hugo/PKGBUILD index 3305783180..d2898b6367 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.143.1 +pkgver=0.144.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=('2ee3607a46208a178c2291a935862ac9e88fae2c47291e87231cd885236a9cab') +sha256sums=('f49a3a6148ee3f4a7bdc331ec6fe2bb106c5e54268dc5b8d3f00fbffc99d6f5d') build() { cd "${_realname}-${pkgver}"