Skip to content

Commit

Permalink
hugo: update to 0.139.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Nov 19, 2024
1 parent 0902848 commit 69876ed
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.138.0
pkgver=0.139.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=('2527f9df57d872c2651ad8e8895c7256c7af9a58c73e5e72f5ba0ae9714cad8e')
sha256sums=('4eeba2c3f993d05267d604eca2a5929a090663c437a1585c0607bfcfaa5a8c95')

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

0 comments on commit 69876ed

Please sign in to comment.