Skip to content

Commit

Permalink
hugo: update to 0.142.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Jan 26, 2025
1 parent 70458bb commit eb00718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-hugo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.141.0
pkgver=0.142.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')
Expand All @@ -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=('98339e3187cf868f8a01d14b3758561bab26540765b749abc23ef52b04940eea')
sha256sums=('2c7860bc2452540fe3dea0e3638001be996a7640159a175d0ac1efb9ce23e1b3')

build() {
cd "${_realname}-${pkgver}"
Expand Down

0 comments on commit eb00718

Please sign in to comment.