diff --git a/mingw-w64-hugo/PKGBUILD b/mingw-w64-hugo/PKGBUILD index 3afdc66af0..91fd3afc03 100644 --- a/mingw-w64-hugo/PKGBUILD +++ b/mingw-w64-hugo/PKGBUILD @@ -3,22 +3,22 @@ _realname=hugo pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.121.1 +pkgver=0.121.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') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +url='https://gohugo.io/' +msys2_repository_url='https://github.com/gohugoio/hugo/' msys2_references=( 'archlinux: hugo' ) -msys2_repository_url='https://github.com/gohugoio/hugo/' -url='https://gohugo.io/' license=('spdx:Apache-2.0') 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=('fd16b6723365e2d60bef9dd2c0a12a0b046185b033973a85eae7e5979693b799') +sha256sums=('bbefa92a7ae9442f7acd082df3dca64f0d872264bb0ffb8bc582def4d5690a1b') build() { cd "${_realname}-${pkgver}"