hugo: update to 0.138.0

This commit is contained in:
Konstantin Podsvirov 2024-11-06 20:17:41 +03:00
parent c9b724fb0a
commit 3b9eeed271

View File

@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.136.5
pkgver=0.138.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=('d08858d21faec46075b8988d1ed3b16239daea426574cd3b07efc1e23db927f5')
sha256sums=('2527f9df57d872c2651ad8e8895c7256c7af9a58c73e5e72f5ba0ae9714cad8e')
build() {
cd "${_realname}-${pkgver}"