hugo: update to 0.127.0

This commit is contained in:
Konstantin Podsvirov
2024-06-08 13:07:07 +03:00
committed by Biswapriyo Nath
parent f81eacffc3
commit bbff094a76

View File

@@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.126.3
pkgver=0.127.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=('2a1d65b09884e3c57a8705db99487404856c947dd847cf7bb845e0e1825b33ec')
sha256sums=('549c7ebdf2ee6b3107ea10a9fbd9932a91bb3f30f7e8839245f6d8e318aca88c')
build() {
cd "${_realname}-${pkgver}"